You are here

function views_toggle_filter_handler::query in Views Toggle Filter 7

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

views/views_toggle_filter_handler.inc, line 173
Definition of views_toggle_filter_handler.

Class

views_toggle_filter_handler
Views Toggle Filter handler.

Code

function query() {

  // Do nothing.
}