public function TBMegaMenuBuilderInterface::createStyleOptions in The Better Mega Menu 8
Same name and namespace in other branches
- 2.x src/TBMegaMenuBuilderInterface.php \Drupal\tb_megamenu\TBMegaMenuBuilderInterface::createStyleOptions()
Create options for styles.
Parameters
array $block_config: The block configuration.
Return value
array The options array.
1 method overrides TBMegaMenuBuilderInterface::createStyleOptions()
- TBMegaMenuBuilder::createStyleOptions in src/
TBMegaMenuBuilder.php - Create options for styles.
File
- src/
TBMegaMenuBuilderInterface.php, line 178
Class
- TBMegaMenuBuilderInterface
- Provides an interface defining a TB MegaMenu builder.
Namespace
Drupal\tb_megamenuCode
public function createStyleOptions(array $block_config);