You are here

public function Null::query in Views (for Drupal 7) 8.3

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

Overrides ArgumentPluginBase::query

File

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) {
}