EditorDecisionWithEmailForm::getSaveFormOperation PHP Method

getSaveFormOperation() public method

Get the operation to save this form.
public getSaveFormOperation ( ) : string
return string
    function getSaveFormOperation()
    {
        return $this->_saveFormOperation;
    }