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:
core/components/com_modules/admin/controllers/modules.php:814with['com_modules.module', $model->getTableName()]
No plugin in the source tree listens for this event.
extension.onExtensionAfterSave
Fired from:
core/components/com_modules/admin/controllers/modules.php:452with[$this->_option . '.module', &$model, $model->isNew()]core/components/com_templates/admin/controllers/styles.php:344with['com_templates.style', $style, ($fields['id'] ? false : true)]core/components/com_templates/models/file.php:161with['com_templates.source', &$table, false]core/components/com_templates/models/source.php:166with['com_templates.source', &$table, false]
No plugin in the source tree listens for this event.
extension.onExtensionBeforeDelete
Fired from:
core/components/com_modules/admin/controllers/modules.php:804with['com_modules.module', $model->getTableName()]
No plugin in the source tree listens for this event.
extension.onExtensionBeforeSave
Fired from:
core/components/com_modules/admin/controllers/modules.php:425with[$this->_option . '.module', &$model, $model->isNew()]core/components/com_templates/admin/controllers/styles.php:276with['com_templates.style', $style, ($fields['id'] ? false : true)]core/components/com_templates/models/file.php:135with['com_templates.source', &$data, false]core/components/com_templates/models/source.php:140with['com_templates.source', &$data, false]
No plugin in the source tree listens for this event.
Generated from the source tree.