JInstallerComponent
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JInstallerComponent[edit]
Description[edit]
Methods[edit]
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[edit]
jimport( 'joomla.installer.adapters.component' );
See also[edit]
- JInstallerComponent source code on BitBucket
- Subpackage Installer
- Other versions of JInstallerComponent
User contributed notes[edit]
Code Examples[edit]