You are here

public function UltimenuManagerInterface::buildDataRegion in Ultimenu 8

Returns the renderable array region data.

Return value

array The region data.

1 method overrides UltimenuManagerInterface::buildDataRegion()
UltimenuManager::buildDataRegion in src/UltimenuManager.php
Returns the renderable array region data.

File

src/UltimenuManagerInterface.php, line 175

Class

UltimenuManagerInterface
Interface for Ultimenu plugins.

Namespace

Drupal\ultimenu

Code

public function buildDataRegion(&$region, $children = []);