Reference
Mw events
Events in the mw group. A plugin in core/plugins/mw/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
mw.onAfterSessionInvoke
Fired from:
core/components/com_tools/api/controllers/sessionsv1_0.php:750with[$app->toolname, $app->version]core/components/com_tools/site/controllers/sessions.php:674with[$app->toolname, $app->version]
No plugin in the source tree listens for this event.
mw.onAfterSessionStart
Fired from:
core/components/com_tools/api/controllers/sessionsv1_0.php:1288with[$toolname, $tv->revision]core/components/com_tools/site/controllers/sessions.php:1391with[$toolname, $tv->revision]
No plugin in the source tree listens for this event.
mw.onAfterSessionStop
Fired from:
core/components/com_tools/admin/controllers/sessions.php:176with[$row->appname]core/components/com_tools/api/controllers/sessionsv1_0.php:1355with[$ms->get('appname')]core/components/com_tools/site/controllers/sessions.php:1532with[$ms->appname]
No plugin in the source tree listens for this event.
mw.onBeforeSessionInvoke
Fired from:
core/components/com_tools/api/controllers/sessionsv1_0.php:729with[$app->toolname, $app->version]core/components/com_tools/site/controllers/sessions.php:625with[$app->toolname, $app->version]
No plugin in the source tree listens for this event.
mw.onBeforeSessionStart
Fired from:
core/components/com_tools/api/controllers/sessionsv1_0.php:1274with[$toolname, $tv->revision]core/components/com_tools/site/controllers/sessions.php:1193with[$toolname, $tv->revision]
No plugin in the source tree listens for this event.
mw.onBeforeSessionStop
Fired from:
core/components/com_tools/admin/controllers/sessions.php:159with[$row->appname]core/components/com_tools/api/controllers/sessionsv1_0.php:1349with[$ms->get('appname')]core/components/com_tools/site/controllers/sessions.php:1517with[$ms->appname]
No plugin in the source tree listens for this event.
mw.onSessionView
Fired from:
core/components/com_tools/site/views/sessions/tmpl/session.php:381with[ $this->option, $this->toolname, $this->app->sess ]
No plugin in the source tree listens for this event.
Generated from the source tree.