You are here

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

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

Code

public function createAnimationOptions(array $block_config);