function NullArgument::defineOptions
Overrides ArgumentPluginBase::defineOptions
File
-
core/
modules/ views/ src/ Plugin/ views/ argument/ NullArgument.php, line 18
Class
- NullArgument
- Argument handler that ignores the argument.
Namespace
Drupal\views\Plugin\views\argumentCode
protected function defineOptions() {
$options = parent::defineOptions();
$options['must_not_be'] = [
'default' => FALSE,
];
return $options;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.