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

getDescription() public method

Get the description
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return sprintf('Updated info for node "%s" is available.', $this->getNode()->getContextPath());
    }