Change record status: 
Project: 
Introduced in branch: 
9.3.x
Introduced in version: 
9.3.0
Description: 

Following wizards no longer need menu_ui module enabled to select page menus

  • \Drupal\node\Plugin\views\wizard\Node
  • \Drupal\views\Plugin\views\display\Page
  • \Drupal\views\Plugin\views\wizard\WizardPluginBase

Constructor of this classes now require optional argument of menu.parent_form_selector service implementing \Drupal\Core\Menu\MenuParentFormSelectorInterface

Impacts: 
Module developers