Reference

Content events

Events in the content group. A plugin in core/plugins/content/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.

content.onAfterContentSubmission

Fired from:

No plugin in the source tree listens for this event.

content.onContentAfterDelete

Fired from:

No plugin in the source tree listens for this event.

content.onContentAfterDisplay

Fired from:

Listeners:

content.onContentAfterSave

Fired from:

No plugin in the source tree listens for this event.

content.onContentAfterTitle

Fired from:

No plugin in the source tree listens for this event.

content.onContentBeforeDelete

Fired from:

Listeners:

content.onContentBeforeDisplay

Fired from:

Listeners:

content.onContentBeforeSave

Fired from:

Listeners:

content.onContentPrepare

Fired from:

Listeners:

content.onPrepareContent

Fired from:

No plugin in the source tree listens for this event.

Generated from the source tree.