Event names, components, actions, target & CRUD

Event names, components, actions, target & CRUD

John Poodle -
回帖数: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.

回复John Poodle

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

Justin Hunt -
Particularly helpful Moodlers的头像 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
回复Justin Hunt

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

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?