JPluginHelper::importPlugin/1.5
From Joomla! Documentation
JPluginHelper::importPlugin
Description
Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded.
Description:JPluginHelper::importPlugin [Edit Descripton]
public function importPlugin ( $type $plugin=null $autocreate=true $dispatcher=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 |
| $autocreate | true | ||
| $dispatcher | null |
- Returns boolean True if success
- Defined on line 89 of libraries/joomla/plugin/helper.php
- Referenced by
See also
-
JPluginHelper::importPlugin on api.joomla.org
-
JPluginHelper source code on JoomlaCode
-
Class JPluginHelper
-
Subpackage Plugin
- Other versions of JPluginHelper::importPlugin
SeeAlso:JPluginHelper::importPlugin [Edit See Also]
User contributed notes
<CodeExamplesForm />