Reference
Cron events
Events in the cron group. A plugin in core/plugins/cron/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
cron.onClosePending
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_cron_support—onClosePending(\Components\Cron\Models\Job $job)
cron.onCronEvents
Fired from:
Listeners:
plg_cron_activity—onCronEvents()plg_cron_cache—onCronEvents()plg_cron_courses—onCronEvents()plg_cron_forum—onCronEvents()plg_cron_groups—onCronEvents()plg_cron_members—onCronEvents()plg_cron_newsletter—onCronEvents()plg_cron_projects—onCronEvents()plg_cron_publications—onCronEvents()plg_cron_resources—onCronEvents()plg_cron_search—onCronEvents()plg_cron_storefront—onCronEvents()plg_cron_support—onCronEvents()plg_cron_users—onCronEvents()
cron.onPointRoyalties
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_cron_members—onPointRoyalties(\Components\Cron\Models\Job $job)
Generated from the source tree.