public function TBMegaMenuBuilderInterface::editSubMenuConfig in The Better Mega Menu 8
Same name and namespace in other branches
- 2.x src/TBMegaMenuBuilderInterface.php \Drupal\tb_megamenu\TBMegaMenuBuilderInterface::editSubMenuConfig()
Set the default values to configuration in Sub TB Megamenu if it's empty.
Parameters
array $submenu_config: The array to fill with default values.
1 method overrides TBMegaMenuBuilderInterface::editSubMenuConfig()
- TBMegaMenuBuilder::editSubMenuConfig in src/
TBMegaMenuBuilder.php - Set the default values to configuration in Sub TB Megamenu if it's empty.
File
- src/
TBMegaMenuBuilderInterface.php, line 103
Class
- TBMegaMenuBuilderInterface
- Provides an interface defining a TB MegaMenu builder.
Namespace
Drupal\tb_megamenuCode
public function editSubMenuConfig(array &$submenu_config);