Neos\Neos\Ui\Domain\Model\Feedback\Operations\ReloadDocument::getType PHP Method

getType() public method

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