function StringListField::init
Overrides StringArgument::init
File
-
core/
modules/ options/ src/ Plugin/ views/ argument/ StringListField.php, line 35
Class
- StringListField
- Argument handler for list field to show the human readable name in summary.
Namespace
Drupal\options\Plugin\views\argumentCode
public function init(ViewExecutable $view, DisplayPluginBase $display, ?array &$options = NULL) {
parent::init($view, $display, $options);
$field_storage = $this->getFieldStorageDefinition();
$this->allowedValues = options_allowed_values($field_storage);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.