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:

Listeners:

system.onAfterInitialise

Fired from:

Listeners:

system.onAfterRender

Fired from:

Listeners:

system.onAfterRoute

Fired from:

Listeners:

system.onBeforeRender

Fired from:

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:

system.onBeforeRoute

Fired from:

No plugin in the source tree listens for this event.

system.onCleanCache

Fired from:

Listeners:

system.onContentDestroy

Fired from:

Listeners:

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:

system.onContentSave

Fired from:

Listeners:

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:

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:

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:

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:

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:

Generated from the source tree.