Neos\Neos\Ui\Domain\Model\Changes\CreateAfter::getMode PHP Method

getMode() public method

Get the insertion mode (before|after|into) that is represented by this change
public getMode ( ) : string
return string
    public function getMode()
    {
        return 'after';
    }