API17:JInstallerLanguage
From Joomla! Documentation
JInstallerLanguage
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | discover | Custom discover method Finds language files. |
| public | discover_install | Custom discover install method Basically updates the manifest cache and leaves everything alone. |
| public | install | Custom install method Note: This behaves badly due to hacks made in the middle of 1.5.x to add the ability to install multiple distinct packs in one install. |
| public | refreshManifestCache | Refreshes the extension table cache. |
| public | uninstall | Custom uninstall method. |
| public | update | Custom update method. |
| protected | _install | Install function that is designed to handle individual clients. |
- Defined in libraries/joomla/installer/adapters/language.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.language' );
See also
JInstallerLanguage source code on BitBucket
Subpackage Installer- Other versions of JInstallerLanguage
User contributed notes
Code Examples