property FieldList::$allowed_values

Stores the allowed values of this field.

Type: array

File

drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php, line 30
Definition of views_handler_argument_field_list.

Class

FieldList
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;