Neos\Neos\Ui\Domain\Model\Feedback\Messages\Success::getDescription PHP Méthode

getDescription() public méthode

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