- Issue created by @gordonio
Module is incompatible if the hook_event_dispatcher module is added which is a very common module
https://www.drupal.org/project/hook_event_dispatcher →
TypeError: Drupal\ws_event\EventDataHelper::__construct(): Argument #3 ($moduleHandler) must be of type Drupal\Core\Extension\ModuleHandler, Drupal\hook_event_dispatcher\HookEventDispatcherModuleHandler given, called in /var/www/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\ws_event\EventDataHelper->__construct() (line 83 of modules/contrib/ws_event/src/EventDataHelper.php).
Update EventDataHelper service module handler to use ModuleHandlerInterface instead
Active
1.4
Code