You are here

public function SettingInterface::getOptions in Express 8

Retrieves the settings options, if set.

Return value

array An array of options.

1 method overrides SettingInterface::getOptions()
SettingBase::getOptions in themes/contrib/bootstrap/src/Plugin/Setting/SettingBase.php
Retrieves the settings options, if set.

File

themes/contrib/bootstrap/src/Plugin/Setting/SettingInterface.php, line 109
Contains \Drupal\bootstrap\Plugin\Setting\SettingInterface.

Class

SettingInterface
Defines the interface for an object oriented theme setting plugin.

Namespace

Drupal\bootstrap\Plugin\Setting

Code

public function getOptions();