CRM_Core_QuickForm_Action_Display
class CRM_Core_QuickForm_Action_Display extends CRM_Core_QuickForm_Action
Redefine the display action.
Properties
protected object | $_stateMachine | Reference to the state machine i belong to. | from CRM_Core_QuickForm_Action |
static string | $_requiredTemplate | The template to display the required "red" asterick. | |
static string | $_errorTemplate | The template to display error messages inline with the form element. |
Methods
__construct(object $stateMachine)
Class constructor.
popUserContext()
Returns the user to the top of the user context stack.
object|void
initializeTemplates()
Initialize the various templates.
Details
at line 56
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 70
object|void
perform(CRM_Core_Form $page, string $actionName)
Processes the request.
at line 108
renderForm(CRM_Core_Form $page)
Render the page using a custom templating system.
at line 190
_setRenderTemplates(CRM_Core_Form $page)
Set the various rendering templates.
at line 204
initializeTemplates()
Initialize the various templates.