property ListString::$allowed_values

Stores the allowed values of this field.

Type: array

File

drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php, line 32
Definition of Drupal\field\Plugin\views\argument\ListString.

Class

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

Namespace

Drupal\field\Plugin\views\argument

Code

var $allowed_values = NULL;