You are here

function wsfields_views_handler_filter::query in Web Service Data 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

modules/wsfields_views/handlers/wsfields_views_handler_filter.inc, line 9

Class

wsfields_views_handler_filter
Handle a WSField filtering.

Code

function query() {

  // Override query function so nothing happens.
}