You are here

function i18nviews_handler_filter_term_node_tid_depth::operator_options in Internationalization Views 7.3

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

Overrides views_handler_filter_in_operator::operator_options

File

includes/i18nviews_handler_filter_term_node_tid_depth.inc, line 8

Class

i18nviews_handler_filter_term_node_tid_depth
@todo: In general it's a problem that you can't extend i18nviews_handler_filter_taxonomy_index_tid and views_handler_filter_term_node_tid_depth.

Code

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