Extension Installer/Triggers/onAfterExtensionUninstall: Difference between revisions
From Joomla! Documentation
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... |
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''' | * '''installer''' A copy of the installer instance that was used. This it to get access to any error messages that might have occurred. | ||
* '''eid''' | * '''eid''' The extension ID of the uninstalled extension. | ||
* '''result''' | * '''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)