JPluginHelper/1.5
From Joomla! Documentation
[Edit Descripton] Description:JPluginHelper
Defined in
libraries/joomla/plugin/helper.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| _import | Loads the plugin file. |
| _load | Loads the published plugins. |
| getPlugin | Get the plugin data of a specific type if no specific plugin is specified otherwise only the specific plugin data is returned. |
| importPlugin | Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded. |
| isEnabled | Checks if a plugin is enabled. |
Importing
jimport( 'joomla.plugin.helper' );
See also
[Edit See Also] SeeAlso:JPluginHelper
Examples
<CodeExamplesForm />