public function Broken::query

Same name in this branch

Add this filter to the query.

Due to the nature of fapi, the value and the operator have an unintended level of indirection. You will find them in $this->operator and $this->value respectively.

Overrides FilterPluginBase::query

File

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

Class

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

Namespace

Drupal\views\Plugin\views\filter

Code

public function query($group_by = FALSE) {

  /* No query to run */
}