- Issue created by @aasarava
- Merge request !3Issue #3487873 "Use EventDispatcherInterface for compatibility with Drupal 10.3" β (Open) created by aasarava
Commit #3475867 removed deprecated ContainerAwareEventDispatcher in favor of Symfony's EventDispatcher. But that breaks Drupal 10.3 compatibility, as the core `event_dispatcher` service still returns ContainerAwareEventDispatcher.
Constructors should take EventDispatcherInterface so that either the Symfony EventDispatcher or Drupal 10.3's ContainerAwareEventDispatcher can be passed in.
Active
0.0
Code