API17

JInstallerComponent

From Joomla! Documentation

Revision as of 22:17, 24 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Joomla 11.1 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]


User contributed notes[edit]

Code Examples[edit]