You are here

function views_handler_filter_term_edge_node_tid_depth::query in Taxonomy Edge 7.2

Same name and namespace in other branches
  1. 8 views_taxonomy_edge/handlers/views_handler_filter_term_edge_node_tid_depth.inc \views_handler_filter_term_edge_node_tid_depth::query()
  2. 6 views_taxonomy_edge/handlers/views_handler_filter_term_edge_node_tid_depth.inc \views_handler_filter_term_edge_node_tid_depth::query()
  3. 7 views_taxonomy_edge/handlers/views_handler_filter_term_edge_node_tid_depth.inc \views_handler_filter_term_edge_node_tid_depth::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_term_node_tid_depth::query

File

views_taxonomy_edge/handlers/views_handler_filter_term_edge_node_tid_depth.inc, line 12
This file is a copy/override of the default views taxonomy filter handler.

Class

views_handler_filter_term_edge_node_tid_depth
@file

Code

function query() {
  return parent::query();
}