Plugin/Events/Module

From Joomla! Documentation

< Plugin‎ | Events
Revision as of 14:53, 8 June 2016 by MATsxm (talk | contribs) (Created page with "{{incomplete}} In a standard installation of Joomla! we have several predefined Module events which, when triggered, call functions in the associated plugins. ==onRenderModu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Content is Incomplete

This article or section is incomplete, which means it may be lacking information. You are welcome to assist in its completion by editing it as well. If this article or section has not been edited in several days, please consider helping complete the content.
This article was last edited by MATsxm (talk| contribs) 8 years ago. (Purge)


In a standard installation of Joomla! we have several predefined Module events which, when triggered, call functions in the associated plugins.

onRenderModule

Description

Parameters

Return Value

Used in files

Example

onAfterRenderModule

Description

Parameters

Return Value

Used in files

Example

onPrepareModuleList

Description

Parameters

Return Value

Used in files

Example

onAfterModuleList

Description

Parameters

Return Value

Used in files

Example

onAfterCleanModuleList

Description

Parameters

Return Value

Used in files

Example