Neos\Neos\Ui\Domain\Model\Changes\Create::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 'into';
    }