This module dispatches events for several Drupal core and module hooks. This allows you to use the Drupal Event Subscriber system, instead of the outdated hook system, to react on certain events. The module includes events for the most common hooks.
Currently this module dispatches events for lots of hooks, just look in the code. If you want to see new events registered, open an issue in the issue queue with patch and we will try to add it. Hopefully, in the future, this will be in Drupal core.
Examples
The directory contains some examples on how to subscribe to certain events.
Recommended modules
Short name
hook_event_dispatcher
Supporting organizations
Development of 4.x branch
Development of 3.x branch