Difference between revisions of "Extension Installer/Triggers/onBeforeExtensionUpdate"

From Joomla! Documentation

< Extension Installer‎ | Triggers
(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...)
 
 
Line 1: Line 1:
The onBeforeExtensionUpdate trigger occurs after the update of an extension. It has the following parameters:
+
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 23:29, 24 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'.