Extension Installer/Triggers/onBeforeExtensionUpdate: Difference between revisions
From Joomla! Documentation
New page: The onBeforeExtensionUpdate trigger occurs after the update of an extension. It has the following parameters: * '''type'''<br>The type of extension that is being installed, for example 'co... |
No edit summary |
||
| Line 1: | Line 1: | ||
The onBeforeExtensionUpdate trigger occurs | The onBeforeExtensionUpdate trigger occurs before the update of an extension. It has the following parameters: | ||
* '''type'''<br>The type of extension that is being installed, for example 'component' or 'plugin' | * '''type'''<br>The type of extension that is being installed, for example 'component' or 'plugin' | ||
* '''manifest'''<br>A copy of the manifest of the extension about to be installed. This is only populated when the method is 'install'. | * '''manifest'''<br>A copy of the manifest of the extension about to be installed. This is only populated when the method is 'install'. | ||
Latest revision as of 04:29, 25 September 2008
The onBeforeExtensionUpdate trigger occurs before the update of an extension. It has the following parameters:
- type
The type of extension that is being installed, for example 'component' or 'plugin' - manifest
A copy of the manifest of the extension about to be installed. This is only populated when the method is 'install'.