service menu.parent_form_selector in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \menu.parent_form_selector
Class
Drupal\Core\Menu\MenuParentFormSelector5 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
- class: Drupal\Core\Menu\MenuParentFormSelector
- arguments:
- - '@menu.link_tree'
- - '@entity_type.manager'
- - '@string_translation'