StringListField::$allowedValues

Same name in other branches
  1. 9 core/modules/options/src/Plugin/views/argument/StringListField.php \Drupal\options\Plugin\views\argument\StringListField::allowedValues
  2. 8.9.x core/modules/options/src/Plugin/views/argument/StringListField.php \Drupal\options\Plugin\views\argument\StringListField::allowedValues
  3. 10 core/modules/options/src/Plugin/views/argument/StringListField.php \Drupal\options\Plugin\views\argument\StringListField::allowedValues

Stores the allowed values of this field.

Type: array

File

core/modules/options/src/Plugin/views/argument/StringListField.php, line 30

Class

StringListField
Argument handler for list field to show the human readable name in summary.

Namespace

Drupal\options\Plugin\views\argument

Code

protected $allowedValues = NULL;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.