You are here

public function MegaMenuConfigInterface::getBlockConfig in The Better Mega Menu 8

Same name and namespace in other branches
  1. 2.x src/MegaMenuConfigInterface.php \Drupal\tb_megamenu\MegaMenuConfigInterface::getBlockConfig()

Gets the json decoded block configuration.

Return value

array|object A class with properties for the block configuration settings.

1 method overrides MegaMenuConfigInterface::getBlockConfig()
MegaMenuConfig::getBlockConfig in src/Entity/MegaMenuConfig.php

File

src/MegaMenuConfigInterface.php, line 34

Class

MegaMenuConfigInterface
Provides an interface defining an megamenu config entity.

Namespace

Drupal\tb_megamenu

Code

public function getBlockConfig();