You are here

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

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

Gets the json decoded menu configuration.

Return value

array A class with properties for the menu configuration settings.

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

File

src/MegaMenuConfigInterface.php, line 50

Class

MegaMenuConfigInterface
Provides an interface defining an megamenu config entity.

Namespace

Drupal\tb_megamenu

Code

public function getMenuConfig();