https://github.com/wieni/inline_entity_form_hook_event_dispatcher
https://github.com/wieni/inline_entity_form_hook_event_dispatcher
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wieni/inline_entity_form_hook_event_dispatcher
- Owner: wieni
- License: mit
- Created: 2022-11-03T07:58:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T10:44:36.000Z (over 1 year ago)
- Last Synced: 2024-12-27T14:25:42.173Z (5 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:
1. ```composer require wieni/inline_entity_form_hook_event_dispatcher```Manual installation:
1. Extract the tar ball that you downloaded.
2. 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