Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Drupal.php

function Drupal::menuTree

Returns the menu tree.

Return value

\Drupal\Core\Menu\MenuLinkTreeInterface The menu tree.

File

core/lib/Drupal.php, line 685

Class

Drupal
Static Service Container wrapper.

Code

public static function menuTree() {
    return static::getContainer()->get('menu.link_tree');
}
RSS feed
Powered by Drupal