Download the PHP package wieni/inline_entity_form_hook_event_dispatcher without Composer
On this page you can find all versions of the php package wieni/inline_entity_form_hook_event_dispatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wieni/inline_entity_form_hook_event_dispatcher
More information about wieni/inline_entity_form_hook_event_dispatcher
Files in wieni/inline_entity_form_hook_event_dispatcher
Package inline_entity_form_hook_event_dispatcher
Short Description Dispatches events for inline entity form.
License MIT
Informations about the package inline_entity_form_hook_event_dispatcher
Description
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:
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
All versions of inline_entity_form_hook_event_dispatcher with dependencies
drupal/core Version ^9.0 || ^10.0
drupal/hook_event_dispatcher Version ^3.2 || ^4.0@beta || ^4.0@RC || ^4.0
drupal/inline_entity_form Version ^1.0@RC