public function TaxonomyIndexTidDepth::operatorOptions

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

Overrides InOperator::operatorOptions

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTidDepth.php, line 24
Definition of Drupal\taxonomy\Plugin\views\filter\TaxonomyIndexTidDepth.

Class

TaxonomyIndexTidDepth
Filter handler for taxonomy terms with depth.

Namespace

Drupal\taxonomy\Plugin\views\filter

Code

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