function MenuLinkTreeInterface::load
Loads a menu tree with a menu link plugin instance at each element.
There will be no sorting or access checks. For that, use ::transform().
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.
1 method overrides MenuLinkTreeInterface::load()
- MenuLinkTree::load in core/
lib/ Drupal/ Core/ Menu/ MenuLinkTree.php - Loads a menu tree with a menu link plugin instance at each element.
File
-
core/
lib/ Drupal/ Core/ Menu/ MenuLinkTreeInterface.php, line 63
Class
- MenuLinkTreeInterface
- Defines an interface for loading, transforming and rendering menu link trees.
Namespace
Drupal\Core\MenuCode
public function load($menu_name, MenuTreeParameters $parameters);