menu.parent_form_selector

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

Class

Drupal\Core\Menu\MenuParentFormSelector
5 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.
MenuUiHooks::formNodeFormAlter in core/modules/menu_ui/src/Hook/MenuUiHooks.php
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeForm.
MenuUiHooks::formNodeTypeFormAlter in core/modules/menu_ui/src/Hook/MenuUiHooks.php
Implements hook_form_FORM_ID_alter() for \Drupal\node\Form\NodeTypeForm.
Page::create in core/modules/views/src/Plugin/views/display/Page.php
Instantiates a new instance of the implementing class using autowiring.

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.