Reference
System events
Events in the system group. A plugin in core/plugins/system/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
system.onAfterDispatch
Fired from:
core/bootstrap/Administrator/Providers/ComponentServiceProvider.php:54core/bootstrap/Site/Providers/ComponentServiceProvider.php:54core/libraries/Hubzero/Api/ComponentServiceProvider.php:58
Listeners:
plg_system_debug—onAfterDispatch()plg_system_highlight—onAfterDispatch()plg_system_languagefilter—onAfterDispatch()plg_system_mobile—onAfterDispatch()
system.onAfterInitialise
Fired from:
Listeners:
plg_system_cache—onAfterInitialise()plg_system_csp—onAfterInitialise()plg_system_hubzero—onAfterInitialise()plg_system_languagefilter—onAfterInitialise()plg_system_p3p—onAfterInitialise()plg_system_referrerpolicy—onAfterInitialise()plg_system_remember—onAfterInitialise()plg_system_supergroup—onAfterInitialise()plg_system_xfeed—onAfterInitialise()
system.onAfterRender
Fired from:
core/bootstrap/Administrator/Providers/DocumentServiceProvider.php:128core/bootstrap/Site/Providers/DocumentServiceProvider.php:152
Listeners:
plg_system_cache—onAfterRender()plg_system_languagecode—onAfterRender()plg_system_sef—onAfterRender()
system.onAfterRoute
Fired from:
core/bootstrap/Administrator/Providers/RouterServiceProvider.php:73core/bootstrap/Api/Providers/RouterServiceProvider.php:50core/bootstrap/Site/Providers/RouterServiceProvider.php:73
Listeners:
plg_system_authfactors—onAfterRoute()plg_system_certificate—onAfterRoute()plg_system_incomplete—onAfterRoute()plg_system_jquery—onAfterRoute()plg_system_memberhome—onAfterRoute()plg_system_password—onAfterRoute()plg_system_spamjail—onAfterRoute()plg_system_unapproved—onAfterRoute()plg_system_unconfirmed—onAfterRoute()plg_system_userconsent—onAfterRoute()
system.onBeforeRender
Fired from:
core/bootstrap/Administrator/Providers/DocumentServiceProvider.php:124core/bootstrap/Site/Providers/DocumentServiceProvider.php:148
No plugin in the source tree listens for this event.
system.onBeforeRenderSuperGroupComponent
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_system_supergroup—onBeforeRenderSuperGroupComponent()
system.onBeforeRoute
Fired from:
core/bootstrap/Administrator/Providers/RouterServiceProvider.php:66core/bootstrap/Api/Providers/RouterServiceProvider.php:43core/bootstrap/Site/Providers/RouterServiceProvider.php:66
No plugin in the source tree listens for this event.
system.onCleanCache
Fired from:
core/components/com_templates/admin/controllers/styles.php:492with[$group, $client_id]
Listeners:
plg_system_cache—onCleanCache($group = null, $client_id = 0)
system.onContentDestroy
Fired from:
core/libraries/Hubzero/Database/Relational.php:1631with[$this->getTableName(), $this]
Listeners:
plg_system_content—onContentDestroy($table, $model)
system.onContentPrepareForm
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_system_languagecode—onContentPrepareForm($form, $data)
system.onContentSave
Fired from:
core/components/com_groups/models/orm/applicant.php:124with[$this->getTableName(), $this]core/components/com_groups/models/orm/invitee.php:124with[$this->getTableName(), $this]core/components/com_groups/models/orm/manager.php:124with[$this->getTableName(), $this]core/components/com_groups/models/orm/member.php:124with[$this->getTableName(), $this]core/components/com_modules/models/menu.php:71with[$this->getTableName(), $this]core/libraries/Hubzero/Database/Relational.php:1451with[$this->getTableName(), $this]core/libraries/Hubzero/Database/Table.php:582with[$this->getTableName(), $this]
Listeners:
plg_system_content—onContentSave($table, $model)
system.onUserAfterSave
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_system_languagefilter—onUserAfterSave($user, $isnew, $success, $msg)
system.onUserBeforeSave
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_system_languagefilter—onUserBeforeSave($user, $isnew, $new)
system.onUserLogin
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_system_languagefilter—onUserLogin($user, $options = array()
system.onUserLoginFailure
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_system_hubzero—onUserLoginFailure($response)plg_system_log—onUserLoginFailure($response)
system.onUserLogout
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_system_logout—onUserLogout($user, $options = array()
Generated from the source tree.