Extension Installer/Triggers/onAfterExtensionUninstall

From Joomla! Documentation

Revision as of 04:52, 25 September 2008 by Pasamio (talk | contribs) (New page: The onAfterExtensionUninstall trigger occurs after the uninstallation of an extension. It has these parameters: * '''installer'''<br>A copy of the installer instance that was used. This it...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The onAfterExtensionUninstall trigger occurs after the uninstallation of an extension. It has these parameters:

  • 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 uninstalled extension.
  • result
    The result of the operation (boolean)