In a standard installation of Joomla! we have several predefined Module events which, when triggered, call functions in the associated plugins.
This is an event that is called when a module on the front- or back-end is rendered.
&module
A reference to a Module object that holds all the data of the module&attribs
An array of attributes for the moduleNone. Result will be omitted.
This is an event that is called when after a module is rendered on the back- or front-end
&module
A reference to a Module object that holds all the data of the module&attribs
An array of attributes for the moduleNone. Result will be omitted.
This is an event that is called when after all modules are rendered on the back- or front-end for a given module position. Introduced in
&buffer
A reference to the output html of the modules being rendered
¶ms
An array of parameters for the module renderer
None. Result will be omitted.
This is an event that is called before the list of modules that must be rendered is created. If the &modules
parameter is an array of module objects, the default module list generated by Joomla! is ignored.
&modules
Reference to a empty variable for the list of modulesNone. Result will be omitted.
This is an event that is called after the list of modules that must be rendered is created.
&modules
Reference to an array of module objectsNone. Result will be omitted.
This is an event that is called after the module list is cleaned.
&modules
A reference to an array of rendered module objectsNone. Result will be omitted.