Extension Installer/Triggers/onAfterExtensionUninstall: Difference between revisions

From Joomla! Documentation

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...
 
Cmb (talk | contribs)
Corrected occured to occurred.
 
Line 1: Line 1:
The onAfterExtensionUninstall trigger occurs after the uninstallation of an extension. It has these parameters:
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 to get access to any error messages that might have occured.
* '''installer''' A copy of the installer instance that was used. This it to get access to any error messages that might have occurred.
* '''eid'''<br>The extension ID of the uninstalled extension.  
* '''eid''' The extension ID of the uninstalled extension.  
* '''result'''<br>The result of the operation (boolean)
* '''result''' The result of the operation (boolean)

Latest revision as of 19:49, 16 September 2022

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