public function TBMegaMenuBuilderInterface::getBlockConfig in The Better Mega Menu 2.x
Same name and namespace in other branches
- 8 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_megamenuCode
public function getBlockConfig(string $menu_name, string $theme);