You are here

public function views_handler_filter_broken::query in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 handlers/views_handler_filter.inc \views_handler_filter_broken::query()
  2. 6.2 handlers/views_handler_filter.inc \views_handler_filter_broken::query()

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 views_handler_filter::query

File

handlers/views_handler_filter.inc, line 1537
Definitions of views_handler_filter and views_handler_filter_broken.

Class

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

Code

public function query($group_by = FALSE) {

  // No query to run.
}