Extension Installer/Triggers
From Joomla! Documentation
< Extension Installer(Difference between revisions)
m (categories added) |
|||
| Line 10: | Line 10: | ||
* [[Extension_Installer/Triggers/onBeforeExtensionUninstall|onBeforeExtensionUninstall]] | * [[Extension_Installer/Triggers/onBeforeExtensionUninstall|onBeforeExtensionUninstall]] | ||
* [[Extension_Installer/Triggers/onAfterExtensionUninstall|onAfterExtensionUninstall]] | * [[Extension_Installer/Triggers/onAfterExtensionUninstall|onAfterExtensionUninstall]] | ||
| + | [[Category:Template Development]] | ||
| + | [[Category:Module Development]] | ||
| + | [[Category:Plugin Development]] | ||
| + | [[Category:Language Development]] | ||
| + | [[Category:Component Development]] | ||
Latest revision as of 07:10, 19 October 2012
With the release of Joomla! 1.6, the extension installer now provides triggers for the 'installer' group of plugins to be notified of various events occuring from the result of an extension installation, update or uninstall.
These triggers are: