Neos\Fusion\TypoScriptObjects\MatcherImplementation::getRenderPath PHP Method

getRenderPath() public method

A path to a TypoScript configuration
public getRenderPath ( ) : string
return string
    public function getRenderPath()
    {
        return $this->tsValue('renderPath');
    }