Neos\Neos\Domain\Model\Dto\AssetUsageInNodeProperties::getNode PHP Method

getNode() public method

Returns the node where the asset is in use.
public getNode ( ) : Neos\ContentRepository\Domain\Model\NodeInterface
return Neos\ContentRepository\Domain\Model\NodeInterface
    public function getNode()
    {
        return $this->node;
    }