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

getDescription() public method

Get the description
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return sprintf('Rendering of node "%s" required.', $this->getNode()->getPath());
    }