Problem/Motivation

Drupal 9.1 introduced a compatibility bridge for Symfony 5's deprecation of the current Event class, and also the order of parameters to the event dispatcher's dispatch() method has changed. Correspondingly, let's use this compat layer and fix the deprecation. To do so, however, will mean a version that is Drupal 9.1+ compatible, only.

Related https://www.drupal.org/node/3154407 and https://www.drupal.org/node/3159012

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bradjones1 created an issue. See original summary.

jsacksick’s picture

Well there's currently no way to commit/release that as this means dropping d8 support. I'm afraid this is going to have to wait.

bradjones1’s picture

Status: Active » Postponed
bradjones1’s picture

Status: Postponed » Needs review

This is no longer blocked on D8.

jsacksick’s picture

Status: Needs review » Closed (outdated)

This is now outdated (fixed in dev).