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

getType() public method

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