Module Description
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.
GitHub
If you prefer to make pull/merge request, when you have a nice addition, instead of creating a patch, you can do that on GitHub.
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.
GitHub
If you prefer to make pull/merge request, when you have a nice addition, instead of creating a patch, you can do that on GitHub.
Module Link
Project Usage
14849
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the problem of using the Drupal Event Subscriber system instead of the outdated hook system to react on certain events by dispatching events for several Drupal core and module hooks.
Data Name
hook_event_dispatcher