API15:JPluginHelper
From Joomla! Documentation
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' );
Examples
Code Examples