API17

Difference between revisions of "JModuleHelper::getModule"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 35: Line 35:
 
* '''Defined''' on line 34 of libraries/joomla/application/module/helper.php
 
* '''Defined''' on line 34 of libraries/joomla/application/module/helper.php
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[getModules/11.1|getModules]]
+
** [[getModules|getModules]]
** [[isEnabled/11.1|isEnabled]]
+
** [[isEnabled|isEnabled]]
** [[JDocumentRendererModule::render/11.1|JDocumentRendererModule::render]]
+
** [[API17:JDocumentRendererModule::render|JDocumentRendererModule::render]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JModuleHelper::getModule source code''' on [[jplatform:application/module/helper.php#cl-26|BitBucket]]
 
* {{JVer|11.1}} '''JModuleHelper::getModule source code''' on [[jplatform:application/module/helper.php#cl-26|BitBucket]]
* {{JVer|11.1}} Class [[JModuleHelper/11.1|JModuleHelper]]
+
* {{JVer|11.1}} Class [[API17:JModuleHelper|JModuleHelper]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JModuleHelper::getModule|Other versions of JModuleHelper::getModule]]
+
* [[API17:JModuleHelper::getModule|Other versions of JModuleHelper::getModule]]
 
{{SeeAlso:JModuleHelper::getModule}}
 
{{SeeAlso:JModuleHelper::getModule}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:14, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JModuleHelper::getModule[edit]

Description[edit]

Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs').

Template:Description:JModuleHelper::getModule [Edit Descripton]

public & function getModule (
        $name
        $title=null
)
Parameter Type Default Description
$name string The name of the module
$title string null The title of the module, optional

See also[edit]

Template:SeeAlso:JModuleHelper::getModule [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />