You are here

public function SmartmenusSettingsForm::getThemeOptions in Smartmenus.js 8

Return value

array

1 call to SmartmenusSettingsForm::getThemeOptions()
SmartmenusSettingsForm::buildForm in src/Form/SmartmenusSettingsForm.php
Form constructor.

File

src/Form/SmartmenusSettingsForm.php, line 63

Class

SmartmenusSettingsForm
Class SmartmenusSettingsForm.

Namespace

Drupal\smartmenus\Form

Code

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