public function SmartMenusBlock::getSelectedTheme in Smartmenus.js 8
1 call to SmartMenusBlock::getSelectedTheme()
- SmartMenusBlock::build in src/
Plugin/ Block/ SmartMenusBlock.php  - Builds and returns the renderable array for this block plugin.
 
File
- src/
Plugin/ Block/ SmartMenusBlock.php, line 172  
Class
- SmartMenusBlock
 - Provides a 'SmartMenusBlock' block.
 
Namespace
Drupal\smartmenus\Plugin\BlockCode
public function getSelectedTheme() {
  return $this
    ->getConfiguration()['smartmenus_theme'];
}