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

getLayoutRootPath() public method

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