function NumberListField::defineOptions
Same name in other branches
- 9 core/modules/options/src/Plugin/views/argument/NumberListField.php \Drupal\options\Plugin\views\argument\NumberListField::defineOptions()
- 10 core/modules/options/src/Plugin/views/argument/NumberListField.php \Drupal\options\Plugin\views\argument\NumberListField::defineOptions()
- 11.x core/modules/options/src/Plugin/views/argument/NumberListField.php \Drupal\options\Plugin\views\argument\NumberListField::defineOptions()
Overrides NumericArgument::defineOptions
File
-
core/
modules/ options/ src/ Plugin/ views/ argument/ NumberListField.php, line 46
Class
- NumberListField
- Argument handler for list field to show the human readable name in the summary.
Namespace
Drupal\options\Plugin\views\argumentCode
protected function defineOptions() {
$options = parent::defineOptions();
$options['summary']['contains']['human'] = [
'default' => FALSE,
];
return $options;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.