You are here

function views_filters_populate_handler_filter::query in Views filters populate 7

Same name and namespace in other branches
  1. 6 views/views_filters_populate_handler_filter.inc \views_filters_populate_handler_filter::query()

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_filters_populate_handler_filter.inc, line 58
Filter classes.

Class

views_filters_populate_handler_filter
Generic views handler filter to add code to manipulate the query object.

Code

function query() {

  // do nothing
}