Inheritance: extends Filters
 /**
  * @return string
  */
 public function getTemplatePathForSourceElement(ElementReflectionInterface $element)
 {
     return $this->getDestination() . '/' . $this->sourceFilters->sourceUrl($element, FALSE);
 }