menu.parent_form_selector

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

Class

Drupal\Core\Menu\MenuParentFormSelector
7 string references to menu.parent_form_selector
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.
Node::create in core/modules/node/src/Plugin/views/wizard/Node.php
Creates an instance of the plugin.

... See full list

File

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'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.