You are here

public function SettingInterface::getValueList in Fasttoggle 8.2

Get a list of actual values for the setting, in the order used.

Keys should match those returned for the list of human readable labels.

Return value

array An array of the actual values for the field, with keys matching those returned by getHumanReadableValueList.

File

src/Plugin/Setting/SettingInterface.php, line 109
Provides Drupal\fasttoggle\SettingInterface.

Class

SettingInterface
Interface for settings. Plugin strings are used for quick filtering without the need to instantiate the class.

Namespace

Drupal\fasttoggle\Plugin\Setting

Code

public function getValueList();