You are here

public function TBMegaMenuBuilderInterface::getBlockConfig in The Better Mega Menu 8

Same name and namespace in other branches
  1. 2.x src/TBMegaMenuBuilderInterface.php \Drupal\tb_megamenu\TBMegaMenuBuilderInterface::getBlockConfig()

Get the configuration of blocks.

Parameters

string $menu_name: Menu Machine name.

string $theme: Theme machine name.

Return value

array The block config array

1 method overrides TBMegaMenuBuilderInterface::getBlockConfig()
TBMegaMenuBuilder::getBlockConfig in src/TBMegaMenuBuilder.php
Get the configuration of blocks.

File

src/TBMegaMenuBuilderInterface.php, line 21

Class

TBMegaMenuBuilderInterface
Provides an interface defining a TB MegaMenu builder.

Namespace

Drupal\tb_megamenu

Code

public function getBlockConfig(string $menu_name, string $theme);