Neos\Neos\Fusion\NodeUriImplementation::getBaseNodeName PHP Method

getBaseNodeName() public method

The name of the base node inside the TypoScript context to use for resolving relative paths.
public getBaseNodeName ( ) : string
return string
    public function getBaseNodeName()
    {
        return $this->tsValue('baseNodeName');
    }