You are here

public function TBMegaMenuBuilderInterface::getMenuConfig in The Better Mega Menu 2.x

Same name and namespace in other branches
  1. 8 src/TBMegaMenuBuilderInterface.php \Drupal\tb_megamenu\TBMegaMenuBuilderInterface::getMenuConfig()

Get configuration of menu.

Parameters

string $menu_name: The menu machine name.

string $theme: The theme machine name.

Return value

array|object The menu configuration info.

1 method overrides TBMegaMenuBuilderInterface::getMenuConfig()
TBMegaMenuBuilder::getMenuConfig in src/TBMegaMenuBuilder.php
Get configuration of menu.

File

src/TBMegaMenuBuilderInterface.php, line 87

Class

TBMegaMenuBuilderInterface
Provides an interface defining a TB MegaMenu builder.

Namespace

Drupal\tb_megamenu

Code

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