1 views_handler_filter_term_node_tid_depth.inc views_handler_filter_term_node_tid_depth::operator_options($which = 'title')

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

Overrides views_handler_filter_in_operator::operator_options

File

core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc, line 16
Definition of views_handler_filter_term_node_tid_depth.

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'),
  );
}