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

getDescription() public method

Get the description
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return sprintf('Reload of document "%s" required.', $this->getDocument()->getProperty('title'));
    }