You are here

function views_json_query_handler_filter::query in Views JSON Query 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_string::query

File

handlers/views_json_query_handler_filter.inc, line 111
Base filter handler for views_json_query.

Class

views_json_query_handler_filter
@file Base filter handler for views_json_query.

Code

function query() {
  $this->query
    ->add_filter($this);
}