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

getType() public méthode

Get the type identifier
public getType ( ) : string
Résultat string
    public function getType()
    {
        return 'Neos.Neos.Ui:Success';
    }