You are here

service menu.parent_form_selector in Drupal 8

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

Class

Drupal\Core\Menu\MenuParentFormSelector
5 string references to menu.parent_form_selector
MenuController::create in core/modules/menu_ui/src/Controller/MenuController.php
Instantiates a new instance of this class.
MenuLinkContentForm::create in core/modules/menu_link_content/src/Form/MenuLinkContentForm.php
Instantiates a new instance of this class.
MenuLinkDefaultForm::create in core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php
Instantiates a new instance of this class.
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.

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'