Reference
Whatsnew events
Events in the whatsnew group. A plugin in core/plugins/whatsnew/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
whatsnew.onWhatsNewAreas
Fired from:
core/components/com_whatsnew/api/controllers/entriesv1_0.php:79core/components/com_whatsnew/helpers/finder.php:32
No plugin in the source tree listens for this event.
whatsnew.onWhatsnew
Fired from:
core/components/com_whatsnew/api/controllers/entriesv1_0.php:105with[ $p, 999, 0, $areas ]core/components/com_whatsnew/site/controllers/results.php:121with[ $p, 0, 0, $activeareas ]core/components/com_whatsnew/site/controllers/results.php:134with[ $p, $limit, $start, $activeareas ]core/components/com_whatsnew/site/controllers/results.php:333with[ $p, $limit, $start, $activeareas ]core/modules/mod_whatsnew/helper.php:179with[ $p, $count, 0, $activeareas, array() ]
Listeners:
plg_whatsnew_content—onWhatsnew($period, $limit=0, $limitstart=0, $areas=null, $tagids=array()plg_whatsnew_events—onWhatsnew($period, $limit=0, $limitstart=0, $areas=null, $tagids=array()plg_whatsnew_kb—onWhatsnew($period, $limit=0, $limitstart=0, $areas=null, $tagids=array()plg_whatsnew_publications—onWhatsnew($period, $limit=0, $limitstart=0, $areas=null, $tagids=array()plg_whatsnew_resources—onWhatsnew($period, $limit=0, $limitstart=0, $areas=null, $tagids=array()plg_whatsnew_wiki—onWhatsnew($period, $limit=0, $limitstart=0, $areas=null, $tagids=array()
whatsnew.onWhatsnewAreas
Fired from:
core/components/com_whatsnew/site/controllers/results.php:480core/modules/mod_whatsnew/helper.php:38
Listeners:
plg_whatsnew_content—onWhatsnewAreas()plg_whatsnew_events—onWhatsnewAreas()plg_whatsnew_kb—onWhatsnewAreas()plg_whatsnew_publications—onWhatsnewAreas()plg_whatsnew_resources—onWhatsnewAreas()plg_whatsnew_wiki—onWhatsnewAreas()
Generated from the source tree.