Reference

Extension events

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

extension.onExtensionAfterDelete

Fired from:

No plugin in the source tree listens for this event.

extension.onExtensionAfterSave

Fired from:

No plugin in the source tree listens for this event.

extension.onExtensionBeforeDelete

Fired from:

No plugin in the source tree listens for this event.

extension.onExtensionBeforeSave

Fired from:

No plugin in the source tree listens for this event.

Generated from the source tree.