public function MegaMenuConfigInterface::setTheme in The Better Mega Menu 8
Same name and namespace in other branches
- 2.x src/MegaMenuConfigInterface.php \Drupal\tb_megamenu\MegaMenuConfigInterface::setTheme()
Sets the theme property and the second part of the id if it is not set.
Parameters
string $themeName: The theme machine name.
1 method overrides MegaMenuConfigInterface::setTheme()
- MegaMenuConfig::setTheme in src/
Entity/ MegaMenuConfig.php
File
- src/
MegaMenuConfigInterface.php, line 26
Class
- MegaMenuConfigInterface
- Provides an interface defining an megamenu config entity.
Namespace
Drupal\tb_megamenuCode
public function setTheme($themeName);