public function TBMegaMenuBuilderInterface::editBlockConfig in The Better Mega Menu 2.x
Same name and namespace in other branches
- 8 src/TBMegaMenuBuilderInterface.php \Drupal\tb_megamenu\TBMegaMenuBuilderInterface::editBlockConfig()
Create the default attributes for the configuration of block.
Parameters
array $block_config: The block config array to fill with default values.
1 method overrides TBMegaMenuBuilderInterface::editBlockConfig()
- TBMegaMenuBuilder::editBlockConfig in src/
TBMegaMenuBuilder.php - Create the default attributes for the configuration of block.
File
- src/
TBMegaMenuBuilderInterface.php, line 95
Class
- TBMegaMenuBuilderInterface
- Provides an interface defining a TB MegaMenu builder.
Namespace
Drupal\tb_megamenuCode
public function editBlockConfig(array &$block_config);