Change record status: 
Project: 
Introduced in branch: 
11.4.x
Introduced in version: 
11.4.0
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.