public function SmartMenusBlock::getThemeOptions in Smartmenus.js 8
Return value
array
1 call to SmartMenusBlock::getThemeOptions()
- SmartMenusBlock::blockForm in src/
Plugin/ Block/ SmartMenusBlock.php
File
- src/
Plugin/ Block/ SmartMenusBlock.php, line 164
Class
- SmartMenusBlock
- Provides a 'SmartMenusBlock' block.
Namespace
Drupal\smartmenus\Plugin\BlockCode
public function getThemeOptions() {
return $this->smartmenusUtil
->getAvailableMenuThemesList();
}