function views_handler_filter_term_node_tid_depth_join::operator_options

Overrides views_handler_filter_in_operator::operator_options

File

modules/taxonomy/views_handler_filter_term_node_tid_depth_join.inc, line 21

Class

views_handler_filter_term_node_tid_depth_join
Filter handler for taxonomy terms with depth.

Code

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