Cleanup usage of Event classes

Created on 11 August 2023, over 1 year ago
Updated 8 March 2024, 9 months ago

Problem/Motivation

Follow-up from Performance optimization: dynamic event subscription Fixed :

Clean up usage of \Drupal\Component\EventDispatcher\Event|\Symfony\Contracts\EventDispatcher\Event. In D10 this is now simply \Symfony\Contracts\EventDispatcher\Event

Careful on early invokations (such as listener methods and processor's execution method), where only object arguments are being used. They must not be changed to \Symfony\Contracts\EventDispatcher\Event because the general runtime can actually pass on an arbitrary object.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇩🇪Germany mxh Offenburg

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024