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

getPartialRootPath() public method

Path to the partial root
public getPartialRootPath ( ) : string
return string
    public function getPartialRootPath()
    {
        return $this->tsValue('partialRootPath');
    }