public function Broken::query

Same name in this branch

Set up the query for this argument.

The argument sent may be found at $this->argument.

Overrides ArgumentPluginBase::query

File

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

Class

Broken
A special handler to take the place of missing or broken handlers.

Namespace

Drupal\views\Plugin\views\argument

Code

public function query($group_by = FALSE) {

  /* No query to run */
}