You are here

function views_dependent_filters_handler_filter_dependent::query in Views Dependent Filters 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_dependent_filters_handler_filter_dependent.inc, line 337

Class

views_dependent_filters_handler_filter_dependent

Code

function query() {

  // Do nothing: fake filter.
}