menu.link_tree

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

Class

Drupal\Core\Menu\MenuLinkTree
12 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.
LinksetController::create in core/modules/system/src/Controller/LinksetController.php
Instantiates a new instance of the implementing class using autowiring.
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

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Menu\MenuLinkTree
  2. arguments:
  3. - '@menu.tree_storage'
  4. - '@plugin.manager.menu.link'
  5. - '@router.route_provider'
  6. - '@menu.active_trail'
  7. - '@callable_resolver'

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