You are here

function views_xml_backend_handler_filter::query in Views XML Backend 6

Same name and namespace in other branches
  1. 7 handlers/views_xml_backend_handler_filter.inc \views_xml_backend_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.

File

handlers/views_xml_backend_handler_filter.inc, line 139
Base filter handler for views_xml_backend.

Class

views_xml_backend_handler_filter
@file Base filter handler for views_xml_backend.

Code

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