You are here

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\Block

Code

public function getThemeOptions() {
  return $this->smartmenusUtil
    ->getAvailableMenuThemesList();
}