JModuleHelper/11.1
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 static | getLayoutPath | Get the path to a layout for a module. |
| public | getModule | Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs'). |
| public | getModules | Get modules by position. |
| public static | isEnabled | Checks if a module is enabled. |
| public static | moduleCache | Module cache helper. |
| public static | renderModule | Render the module. |
| protected | _load | Load published modules. |
- Defined in libraries/joomla/application/module/helper.php
Importing
jimport( 'joomla.application.module.helper' );
See also
JModuleHelper source code on BitBucket
Subpackage Application- Other versions of JModuleHelper
SeeAlso:JModuleHelper [Edit See Also]