JPluginHelper::getPlugin/1.5
From Joomla! Documentation
JPluginHelper::getPlugin
Description
Get the plugin data of a specific type if no specific plugin is specified otherwise only the specific plugin data is returned.
Description:JPluginHelper::getPlugin [Edit Descripton]
public & function getPlugin ( $type $plugin=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The plugin type, relates to the sub-directory in the plugins directory | |
| $plugin | string | null | The plugin name |
- Returns mixed An array of plugin data objects, or a plugin data object
- Defined on line 38 of libraries/joomla/plugin/helper.php
- Referenced by
See also
-
JPluginHelper::getPlugin on api.joomla.org
-
JPluginHelper source code on JoomlaCode
-
Class JPluginHelper
-
Subpackage Plugin
- Other versions of JPluginHelper::getPlugin
SeeAlso:JPluginHelper::getPlugin [Edit See Also]
User contributed notes
<CodeExamplesForm />