API17:JModuleHelper
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] JModuleHelper is a static helper class which provides functionality to handle modules.
Defined in
libraries/joomla/application/module/helper.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| getLayoutPath | Get the path to a layout for a module. |
| getModule | Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs'). |
| getModules | Get modules by position. |
| isEnabled | Checks if a module is enabled. |
| moduleCache | Module cache helper. |
| renderModule | Render the module. |
| _load | Load published modules. |
Importing
jimport( 'joomla.application.module.helper' );
See also
SeeAlso:JModuleHelper [Edit See Also]
Examples
<CodeExamplesForm />
