You are here

function TaxonomyIndexTidDepth::operator_options in Views (for Drupal 7) 8.3

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

Overrides InOperator::operator_options

File

lib/Views/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php, line 27
Definition of Views\taxonomy\Plugin\views\filter\TaxonomyIndexTidDepth.

Class

TaxonomyIndexTidDepth
Filter handler for taxonomy terms with depth.

Namespace

Views\taxonomy\Plugin\views\filter

Code

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