protected property NumberListField::$allowedValues in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/options/src/Plugin/views/argument/NumberListField.php \Drupal\options\Plugin\views\argument\NumberListField::allowedValues
Stores the allowed values of this field.
Type: array
File
- core/
modules/ options/ src/ Plugin/ views/ argument/ NumberListField.php, line 36 - Contains \Drupal\options\Plugin\views\argument\NumberListField.
Class
- NumberListField
- Argument handler for list field to show the human readable name in the summary.
Namespace
Drupal\options\Plugin\views\argumentCode
protected $allowedValues = NULL;