You are here

public function NullArgument::query in Drupal 8

Same name and namespace in other branches
  1. 9 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\argument

Code

public function query($group_by = FALSE) {
}