You are here

public function UltimenuManagerInterface::buildMenuTree in Ultimenu 8

Same name and namespace in other branches
  1. 8.2 src/UltimenuManagerInterface.php \Drupal\ultimenu\UltimenuManagerInterface::buildMenuTree()

Build the menu to contain Ultimenu regions.

Parameters

string $menu_name: The menu name.

array $config: The config available for the menu tree.

Return value

array An array of the modified ultimenu links.

1 method overrides UltimenuManagerInterface::buildMenuTree()
UltimenuManager::buildMenuTree in src/UltimenuManager.php
Build the menu to contain Ultimenu regions.

File

src/UltimenuManagerInterface.php, line 151

Class

UltimenuManagerInterface
Interface for Ultimenu plugins.

Namespace

Drupal\ultimenu

Code

public function buildMenuTree($menu_name, array $config);