Extension Installer/Triggers/onAfterExtensionInstall

From Joomla! Documentation

< Extension Installer‎ | Triggers
Revision as of 22:41, 24 September 2008 by Pasamio (talk | contribs) (New page: The onAfterExtensionInstall trigger occurs after the installation of an extension. It has a single parameter: * '''installer'''<br>A copy of the installer instance that was used. This it t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The onAfterExtensionInstall trigger occurs after the installation of an extension. It has a single parameter:

  • installer
    A copy of the installer instance that was used. This it to get access to any error messages that might have occured.
  • eid
    The extension ID of the installed extension. The extension ID may be either a valid numeric value (positive integer), a zero value (when the extension doesn't have a corresponding entry in the extensions table but it is valid; a combined 1.5 language pack behaves this way) or false if the installation failed.