You are here

function views_idle_filter_handler::query in Views Idle 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_idle_filter_handler.inc, line 157
Definition of views_idle_filter_handler.

Class

views_idle_filter_handler
Views Idle Filter handler.

Code

function query() {

  // Do nothing.
}