You are here

function nat_handler_argument_term_node_tid_depth_modifier::options_form in Node Auto Term [NAT] 7.2

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::options_form()
  2. 6 includes/nat_handler_argument_term_node_tid_depth_modifier.inc \nat_handler_argument_term_node_tid_depth_modifier::options_form()
  3. 7 includes/nat_handler_argument_term_node_tid_depth_modifier.inc \nat_handler_argument_term_node_tid_depth_modifier::options_form()

Build the options form.

Overrides views_handler_argument::options_form

File

includes/nat_handler_argument_term_node_tid_depth_modifier.inc, line 15
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 options_form(&$form, &$form_state) {
}