Neos\Neos\Fusion\NodeUriImplementation::getBaseNodeName PHP Méthode

getBaseNodeName() public méthode

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