Neos\Neos\Ui\Domain\Model\Feedback\Messages\Success::getDescription PHP Method

getDescription() public method

Get the description
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return 'Operation succeeded';
    }