상속: extends Filters
예제 #1
0
 /**
  * @return string
  */
 public function getTemplatePathForSourceElement(ElementReflectionInterface $element)
 {
     return $this->getDestination() . '/' . $this->sourceFilters->sourceUrl($element, FALSE);
 }