Skip to content
Snippets Groups Projects

Deprecate \Drupal\Component\EventDispatcher\Event

Open Michael Strelan requested to merge issue/drupal-3440958:3440958-deprecate-event into 11.x
1 unresolved thread

Closes #3440958

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
4 4
5 5 use Symfony\Contracts\EventDispatcher\Event as SymfonyEvent;
6 6
7 trigger_error(__NAMESPACE__ . '\Event is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Symfony\Contracts\EventDispatcher\Event instead. See https://www.drupal.org/node/3440958', E_USER_DEPRECATED);
  • Michael Strelan added 2 commits

    added 2 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading