W3cubDocs

/Drupal 8

public function MenuLinkTreeInterface::load

public MenuLinkTreeInterface::load($menu_name, MenuTreeParameters $parameters)

Loads a menu tree with a menu link plugin instance at each element.

Parameters

string $menu_name: The name of the menu.

\Drupal\Core\Menu\MenuTreeParameters $parameters: The parameters to determine which menu links to be loaded into a tree.

Return value

\Drupal\Core\Menu\MenuLinkTreeElement[] A menu link tree.

File

core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php, line 61

Class

MenuLinkTreeInterface
Defines an interface for loading, transforming and rendering menu link trees.

Namespace

Drupal\Core\Menu

Code

public function load($menu_name, MenuTreeParameters $parameters);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!MenuLinkTreeInterface.php/function/MenuLinkTreeInterface::load/8.1.x