API15:JPluginHelper
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JPluginHelper
Contents |
Defined in
libraries/joomla/plugin/helper.php
Methods
| Method name | Description |
|---|---|
| getPlugin | Get the plugin data of a specific type if no specific plugin is specified otherwise only the specific plugin data is returned |
| isEnabled | Checks if a plugin is enabled |
| importPlugin | Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded. |
Importing
jimport( 'joomla.plugin.helper' );
[Edit See Also] SeeAlso:JPluginHelper
Examples
<CodeExamplesForm />
