Neos\Neos\Fusion\NodeUriImplementation::getBaseNodeName PHP Метод

getBaseNodeName() публичный Метод

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