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 printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.