You are here

function views_handler_filter_term_node_tid::has_extra_options in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 6.2 modules/taxonomy/views_handler_filter_term_node_tid.inc \views_handler_filter_term_node_tid::has_extra_options()
  2. 7.3 modules/taxonomy/views_handler_filter_term_node_tid.inc \views_handler_filter_term_node_tid::has_extra_options()

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

Overrides views_handler::has_extra_options

File

modules/taxonomy/views_handler_filter_term_node_tid.inc, line 11

Class

views_handler_filter_term_node_tid
Filter by term id.

Code

function has_extra_options() {
  return TRUE;
}