Neos\Neos\Ui\Domain\Model\Feedback\Operations\RenderContentOutOfBand::getDescription PHP Méthode

getDescription() public méthode

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