By acbramley on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
11.4.x
Introduced in version:
11.4.0
Issue links:
Description:
The menu.link_tree (\Drupal\Core\Menu\MenuLinkTree) service now requires the event dispatcher service to be injected via the constructor.
Pass the event_dispatcher service to \Drupal\Core\Menu\MenuLinkTree::__construct() if you instantiate it.