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

getDescription() public method

Get the description
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return sprintf('New workspace info for "%s" available.', $this->getDocument()->getProperty('title'));
    }