API17:JInstallerPlugin
From Joomla! Documentation
JInstallerPlugin
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | discover | Custom discover method. |
| public | discover_install | Custom discover_install method. |
| public | install | Custom install method. |
| public | loadLanguage | Custom loadLanguage method. |
| public | refreshManifestCache | Refreshes the extension table cache. |
| public | uninstall | Custom uninstall method. |
| public | update | Custom update method. |
- Defined in libraries/joomla/installer/adapters/plugin.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.plugin' );
See also
JInstallerPlugin source code on BitBucket
Subpackage Installer- Other versions of JInstallerPlugin
User contributed notes
Code Examples