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