You are here

public function UltimenuManagerInterface::getRegions in Ultimenu 8

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

The array of available Ultimenu regions based on enabled menu items.

Return value

array An array of regions definition dependent on available menu items.

1 method overrides UltimenuManagerInterface::getRegions()
UltimenuManager::getRegions in src/UltimenuManager.php
The array of available Ultimenu regions based on enabled menu items.

File

src/UltimenuManagerInterface.php, line 159

Class

UltimenuManagerInterface
Interface for Ultimenu plugins.

Namespace

Drupal\ultimenu

Code

public function getRegions();