API17:JInstallerPlugin::uninstall
From Joomla! Documentation
JInstallerPlugin::uninstall
Description
Custom uninstall method.
public function uninstall ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | int | The id of the plugin to uninstall |
- Returns boolean True on success
- Defined on line 443 of libraries/joomla/installer/adapters/plugin.php
- Since

See also
JInstallerPlugin::uninstall source code on BitBucket
Class JInstallerPlugin
Subpackage Installer- Other versions of JInstallerPlugin::uninstall
User contributed notes
Code Examples