You are here

public function UltimenuManagerInterface::getEnabledBlocks in Ultimenu 8

Returns the enabled Ultimenu blocks.

Parameters

string $delta: The menu name.

Return value

array The enabled blocks.

1 method overrides UltimenuManagerInterface::getEnabledBlocks()
UltimenuManager::getEnabledBlocks in src/UltimenuManager.php
Returns the enabled Ultimenu blocks.

File

src/UltimenuManagerInterface.php, line 59

Class

UltimenuManagerInterface
Interface for Ultimenu plugins.

Namespace

Drupal\ultimenu

Code

public function getEnabledBlocks($delta);