Neos\ContentRepository\Domain\Model\Node::getPath PHP Méthode

getPath() public méthode

Returns the path of this node
public getPath ( ) : string
Résultat string
    public function getPath()
    {
        return $this->nodeData->getPath();
    }
Node