JModuleHelper/1.5
From Joomla! Documentation
JModuleHelper
Description
JModuleHelper is a static helper class which provides functionality to handle modules. [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _load | Load published modules. |
| public | getModule | Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs'). |
| public | getModules | Get modules by position. |
| public | isEnabled | Checks if a module is enabled. |
| public | renderModule | |
| public | getLayoutPath | Get the path to a layout for a module. |
- Defined in libraries/joomla/application/module/helper.php
Importing
jimport( 'joomla.application.module.helper' );
See also
-
JModuleHelper on api.joomla.org
-
JModuleHelper source code on JoomlaCode
-
Subpackage Application
- Other versions of JModuleHelper
SeeAlso:JModuleHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />