Neos\Neos\Ui\Domain\Model\Feedback\Messages\Error::getType PHP Method

getType() public method

Get the type identifier
public getType ( ) : string
return string
    public function getType()
    {
        return 'Neos.Neos.Ui:Error';
    }