You are here

function views_handler_filter_term_node_tid_depth::operator_options in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 6.3 modules/taxonomy/views_handler_filter_term_node_tid_depth.inc \views_handler_filter_term_node_tid_depth::operator_options()
  2. 7.3 modules/taxonomy/views_handler_filter_term_node_tid_depth.inc \views_handler_filter_term_node_tid_depth::operator_options()

Build strings from the operators() for 'select' options

Overrides views_handler_filter_in_operator::operator_options

File

modules/taxonomy/views_handler_filter_term_node_tid_depth.inc, line 9

Class

views_handler_filter_term_node_tid_depth
Filter handler for taxonomy terms with depth.

Code

function operator_options($which = 'title') {
  return array(
    'or' => t('Is one of'),
  );
}