Neos\ContentRepository\Domain\Model\Node::getPath PHP Method

getPath() public method

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