Chunk

Difference between revisions of "Plugin"

From Joomla! Documentation

(Removed link to self)
m (Added category)
Line 1: Line 1:
 
A plugin is a kind of Joomla! [[extension]].  Plugins provide routines which are associated with trigger events within Joomla.  When a particular trigger event occurs all plugin routines of the type associated with the event are executed in sequence.  In this way it is possible to add functionality to the Joomla [[Framework]].
 
A plugin is a kind of Joomla! [[extension]].  Plugins provide routines which are associated with trigger events within Joomla.  When a particular trigger event occurs all plugin routines of the type associated with the event are executed in sequence.  In this way it is possible to add functionality to the Joomla [[Framework]].
  
'''See also''': [[Component]], [[Module]], [[Template]]
+
'''See also''': [[Component]], [[Module]], [[Template]]<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude>

Revision as of 16:03, 13 July 2011

A plugin is a kind of Joomla! extension. Plugins provide routines which are associated with trigger events within Joomla. When a particular trigger event occurs all plugin routines of the type associated with the event are executed in sequence. In this way it is possible to add functionality to the Joomla Framework.

See also: Component, Module, Template