Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \menu.parent_form_selector
  2. 9 core/core.services.yml \menu.parent_form_selector

Class

Drupal\Core\Menu\MenuParentFormSelector
3 string references to menu.parent_form_selector
menu_ui_form_node_form_alter in core/modules/menu_ui/menu_ui.module
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
menu_ui_form_node_type_form_alter in core/modules/menu_ui/menu_ui.module
Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm.
WizardPluginBase::create in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Menu\MenuParentFormSelector
  2. arguments:
  3. - '@menu.link_tree'
  4. - '@entity_type.manager'
  5. - '@string_translation'