Event names, components, actions, target & CRUD

Event names, components, actions, target & CRUD

by John Poodle -
Number of replies: 2

I would like to know more about Events. I have found the events API doc so I understand what events generally do, but what I am specifically looking for is lists of the available event names, components, actions, targets and CRUD. I am working with a custom plugin which uses these but I have no idea ones are available.

Appreciate any guidance. Thank you.

Average of ratings: -
In reply to John Poodle

Re: Event names, components, actions, target & CRUD

by Justin Hunt -
Picture of Particularly helpful Moodlers Picture of Plugin developers
John.

There is an events report at: Site admin / Reports / Events List
There are lots of them.

FWIW
I have a plugin(not a horse) called Trigger that allows you to ping a webhook when an event fires for connecting to Zapier etc.
In that case you just choose the event from a dropdown in the interface
https://github.com/justinhunt/moodle-local_trigger
In reply to Justin Hunt

Re: Event names, components, actions, target & CRUD

by John Poodle -
Hi Justin, yes I do know about that report and while it explains events and components I'm still not sure how actions, targets and CRUD relate to these?