Neos\Fusion\TypoScriptObjects\TemplateImplementation::getTemplatePath PHP Method

getTemplatePath() public method

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