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

getLayoutRootPath() public méthode

Path to the layout root
public getLayoutRootPath ( ) : string
Résultat string
    public function getLayoutRootPath()
    {
        return $this->tsValue('layoutRootPath');
    }