You are here

public function shs_handler_filter_term_node_tid_depth::operator_options in Simple hierarchical select 7

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

Overrides views_handler_filter_in_operator::operator_options

File

includes/handlers/shs_handler_filter_term_node_tid_depth.inc, line 22
Definition of views_handler_filter_term_node_tid_depth.

Class

shs_handler_filter_term_node_tid_depth
Filter for taxonomy terms with depth (including selection by simple hierarchical select).

Code

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