public function NullArgument::query in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/argument/NullArgument.php \Drupal\views\Plugin\views\argument\NullArgument::query()
Override the behavior of query() to prevent the query from being changed in any way.
Overrides ArgumentPluginBase::query
File
- core/
modules/ views/ src/ Plugin/ views/ argument/ NullArgument.php, line 60
Class
- NullArgument
- Argument handler that ignores the argument.
Namespace
Drupal\views\Plugin\views\argumentCode
public function query($group_by = FALSE) {
}