Plugin/Events/Module: Difference between revisions
From Joomla! Documentation
| Line 12: | Line 12: | ||
None. Result will be omitted. | None. Result will be omitted. | ||
== | ==onRenderModule== | ||
===Description=== | ===Description=== | ||
This is an event that is called when after a module is renderd on the back- or front-end | |||
===Parameters=== | ===Parameters=== | ||
*<code>&module</code> A reference to a Module object that holds all the data of the module | |||
*<code>&attribs</code> An array of attributes for the module | |||
===Return Value=== | ===Return Value=== | ||
None. Result will be omitted. | |||
==onPrepareModuleList== | ==onPrepareModuleList== | ||
Revision as of 14:33, 16 June 2016
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 N9iels (talk| contribs) 10 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
This is an event that is called when a module on the front- or back-end is renderd.
Parameters
&moduleA reference to a Module object that holds all the data of the module&attribsAn array of attributes for the module
Return Value
None. Result will be omitted.
onRenderModule
Description
This is an event that is called when after a module is renderd on the back- or front-end
Parameters
&moduleA reference to a Module object that holds all the data of the module&attribsAn array of attributes for the module
Return Value
None. Result will be omitted.