You are here

public function UltimenuManagerInterface::build in Ultimenu 8.2

Returns the contents using theme_ultimenu().

Parameters

array $build: The array containing: config.

Return value

array The alterable and renderable array of Ultimenu items.

1 method overrides UltimenuManagerInterface::build()
UltimenuManager::build in src/UltimenuManager.php
Returns the contents using theme_ultimenu().

File

src/UltimenuManagerInterface.php, line 36

Class

UltimenuManagerInterface
Interface for Ultimenu manager.

Namespace

Drupal\ultimenu

Code

public function build(array $build = []);