Neos\Neos\Ui\Domain\Model\Feedback\Operations\RenderContentOutOfBand::getNode PHP Method

getNode() public method

Get the node
public getNode ( ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
return TYPO3\TYPO3CR\Domain\Model\NodeInterface
    public function getNode()
    {
        return $this->node;
    }