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

getDescription() public method

Get the description
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return sprintf('Document Node "%s" created.', $this->getDocument()->getContextPath());
    }