Neos\Neos\Fusion\NodeUriImplementation::getNode PHP Method

getNode() public method

A node object or a string node path or NULL to resolve the current document node
public getNode ( ) : mixed
return mixed
    public function getNode()
    {
        return $this->tsValue('node');
    }