Ejemplo n.º 1
0
 /**
  * Determines the template file from the configuration.
  *
  * Overwrite this method to use a different template.
  *
  * @return string The template file name to be used for the plugin
  */
 protected function getTemplateFile()
 {
     return $this->typoScriptConfiguration->getTemplateByFileKey($this->getTemplateFileKey());
 }