API17:JInstallerComponent::uninstall
From Joomla! Documentation
JInstallerComponent::uninstall
Description
Custom uninstall method for components.
public function uninstall ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | int | The unique extension id of the component to uninstall |
- Returns mixed Return value for uninstall method in component uninstall file
- Defined on line 913 of libraries/joomla/installer/adapters/component.php
- Since

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