You are here

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

Same name and namespace in other branches
  1. 2.x 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_megamenu

Code

public function editBlockConfig(array &$block_config);