CRM_Core_Invoke
class CRM_Core_Invoke
Given an argument list, invoke the appropriate CRM function Serves as a wrapper between the UserFrameWork and Core CRM
Methods
This is the main front-controller that integrates with the CMS. Any page-request that is sent to the CMS and intended for CiviCRM should be processed by invoke().
This is the same as invoke(), but it does not include exception handling.
Hackish support /civicrm/menu/rebuild
Perform general setup.
Determine which menu $item corresponds to $args
Given a menu item, call the appropriate controller and return the response
This function contains the default action.
No description
Details
at line 50
static string
invoke(array $args)
This is the main front-controller that integrates with the CMS. Any page-request that is sent to the CMS and intended for CiviCRM should be processed by invoke().
at line 69
static string
_invoke(array $args)
This is the same as invoke(), but it does not include exception handling.
at line 111
static
hackMenuRebuild(array $args)
Hackish support /civicrm/menu/rebuild
at line 133
static
init(array $args)
Perform general setup.
at line 149
static array;
getItem(array $args)
Determine which menu $item corresponds to $args
at line 176
static string,
runItem(array $item)
Given a menu item, call the appropriate controller and return the response
at line 305
static
form($action, $contact_type, $contact_sub_type)
This function contains the default action.
at line 323
static
statusCheck(CRM_Core_Smarty $template)
Show status in the footer (admin only)