wieni / inline_entity_form_hook_event_dispatcher
Dispatches events for inline entity form.
Installs: 4 037
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 1
Type:drupal-module
Requires
- php: >=8.0.0
- drupal/core: ^9.0 || ^10.0
- drupal/hook_event_dispatcher: ^3.2 || ^4.0@beta || ^4.0@RC || ^4.0
- drupal/inline_entity_form: ^1.0@RC
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
- wieni/wmcodestyle: ^1.3
README
This module dispatches events for inline entity form. This allows you to use the Drupal Event Subscriber system instead of the outdated hook system to react on this events.
If you want to see new events registered, open an issue in the issue queue and create a merge request. Hopefully, in the near future, we can add this submodule to the actual drupal/hook_event_dispatcher
module.
Installation
To install this module, do the following:
With composer:
composer require wieni/inline_entity_form_hook_event_dispatcher
Manual installation:
- Extract the tar ball that you downloaded.
- Upload the entire directory and all its contents to your modules directory.
Examples
You can find an example on how to use each Event in src/Example