public function Null::query

Override the behavior of query() to prevent the query from being changed in any way.

Overrides ArgumentPluginBase::query

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Null.php, line 67
Definition of Drupal\views\Plugin\views\argument\Null.

Class

Null
Argument handler that ignores the argument.

Namespace

Drupal\views\Plugin\views\argument

Code

public function query($group_by = FALSE) {
}