You are here

public function UltimenuManagerInterface::getMenus in Ultimenu 8

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

Returns the available menus, excluding some admin menus.

Return value

array The menus.

1 method overrides UltimenuManagerInterface::getMenus()
UltimenuManager::getMenus in src/UltimenuManager.php
Returns the available menus, excluding some admin menus.

File

src/UltimenuManagerInterface.php, line 127

Class

UltimenuManagerInterface
Interface for Ultimenu plugins.

Namespace

Drupal\ultimenu

Code

public function getMenus();