You are here

function nat_handler_argument_term_node_tid_depth_modifier::query in Node Auto Term [NAT] 7

Same name and namespace in other branches
  1. 6.2 includes/nat_handler_argument_term_node_tid_depth_modifier.inc \nat_handler_argument_term_node_tid_depth_modifier::query()
  2. 6 includes/nat_handler_argument_term_node_tid_depth_modifier.inc \nat_handler_argument_term_node_tid_depth_modifier::query()
  3. 7.2 includes/nat_handler_argument_term_node_tid_depth_modifier.inc \nat_handler_argument_term_node_tid_depth_modifier::query()

Set up the query for this argument.

The argument sent may be found at $this->argument.

Parameters

bool $group_by: Whether the query uses a group-by.

Overrides views_handler_argument::query

File

includes/nat_handler_argument_term_node_tid_depth_modifier.inc, line 16
NAT (Node Auto Term) nid views argument with depth modifier.

Class

nat_handler_argument_term_node_tid_depth_modifier
Argument handler to modify depth for a previous NAT term.

Code

function query() {
}