menu.link_tree
Same name in other branches
- 8.9.x core/core.services.yml \menu.link_tree
- 10 core/core.services.yml \menu.link_tree
Class
Drupal\Core\Menu\MenuLinkTree9 string references to menu.link_tree
- Drupal::menuTree in core/
lib/ Drupal.php - Returns the menu tree.
- DrupalTest::testMenuTree in core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php - Tests the menuTree() method.
- MenuForm::create in core/
modules/ menu_ui/ src/ MenuForm.php - Instantiates a new instance of this class.
- MenuLinkTreeTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Menu/ MenuLinkTreeTest.php - MenuUiTest::checkInvalidParentMenuLinks in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php - Tests that parent options are limited by depth when adding menu links.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Menu\MenuLinkTree
- arguments:
- - '@menu.tree_storage'
- - '@plugin.manager.menu.link'
- - '@router.route_provider'
- - '@menu.active_trail'
- - '@controller_resolver'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.