Neos\Fusion\TypoScriptObjects\TemplateImplementation::getTemplatePath PHP Méthode

getTemplatePath() public méthode

Path to the template which should be rendered
public getTemplatePath ( ) : string
Résultat string
    public function getTemplatePath()
    {
        return $this->tsValue('templatePath');
    }