Reference
Tags events
Events in the tags group. A plugin in core/plugins/tags/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
tags.onTagAfterSave
Fired from:
core/components/com_tags/admin/controllers/entries.php:232with[&$row, $isNew]core/components/com_tags/api/controllers/entriesv1_0.php:254with[&$record, $isNew]core/components/com_tags/api/controllers/entriesv1_0.php:390with[&$record, $isNew]core/components/com_tags/site/controllers/tags.php:837with[&$row, $isNew]
No plugin in the source tree listens for this event.
tags.onTagAreas
Fired from:
No plugin in the source tree listens for this event.
tags.onTagBeforeSave
Fired from:
core/components/com_tags/admin/controllers/entries.php:210with[&$row, $isNew]core/components/com_tags/api/controllers/entriesv1_0.php:235with[&$record, $isNew]core/components/com_tags/api/controllers/entriesv1_0.php:366with[&$record, $isNew]core/components/com_tags/site/controllers/tags.php:815with[&$row, $isNew]
No plugin in the source tree listens for this event.
tags.onTagDelete
Fired from:
core/components/com_tags/admin/controllers/entries.php:278with[$id]core/components/com_tags/api/controllers/entriesv1_0.php:424with[$id]core/components/com_tags/site/controllers/tags.php:881with[$id]
No plugin in the source tree listens for this event.
tags.onTagView
Fired from:
core/components/com_tags/site/controllers/tags.php:177with[ $tags, $this->view->filters['limit'], $this->view->filters['start'], $this->view->filters['sort'], $area ]core/components/com_tags/site/controllers/tags.php:473with[ $tags, $limit, $limitstart, $sort, '' ]core/components/com_tags/site/controllers/tags.php:538with[ $tags, $limit, $limitstart, $sort, $area ]
Listeners:
plg_tags_answers—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_blogs—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_citations—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_collections—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_courses—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_events—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_forum—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_groups—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_kb—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_members—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_publications—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_resources—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)plg_tags_wiki—onTagView($tags, $limit=0, $limitstart=0, $sort='', $areas=null)
Generated from the source tree.