API17:JInstallerComponent
From Joomla! Documentation
JInstallerComponent
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | discover | Discover unregistered extensions. |
| public | discover_install | Install unregistered extensions that have been discovered. |
| public | install | Custom install method for components. |
| public | loadLanguage | Custom loadLanguage method. |
| public | refreshManifestCache | Refreshes the extension table cache. |
| public | uninstall | Custom uninstall method for components. |
| public | update | Custom update method for components. |
| protected | _buildAdminMenus | Method to build menu database entries for a component. |
| protected | _removeAdminMenus | Method to remove admin menu references to a component. |
| protected | _rollback_menu | Custom rollback method |
- Defined in libraries/joomla/installer/adapters/component.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.component' );
See also
JInstallerComponent source code on BitBucket
Subpackage Installer- Other versions of JInstallerComponent
User contributed notes
Code Examples