CRM_Core_QuickForm_Action_Jump
class CRM_Core_QuickForm_Action_Jump extends CRM_Core_QuickForm_Action
Redefine the jump action.
Properties
protected object | $_stateMachine | Reference to the state machine i belong to. | from CRM_Core_QuickForm_Action |
Methods
__construct(object $stateMachine)
Class constructor.
popUserContext()
Returns the user to the top of the user context stack.
void
Details
at line 46
CRM_Core_QuickForm_Action
__construct(object $stateMachine)
Class constructor.
in CRM_Core_QuickForm_Action at line 63
popUserContext()
Returns the user to the top of the user context stack.
at line 60
void
perform(CRM_Core_Form $page, string $actionName)
Processes the request.