You are here

public function TaxonomyIndexTid::hasExtraOptions in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php \Drupal\taxonomy\Plugin\views\filter\TaxonomyIndexTid::hasExtraOptions()
  2. 9 core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php \Drupal\taxonomy\Plugin\views\filter\TaxonomyIndexTid::hasExtraOptions()

File

core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php, line 101

Class

TaxonomyIndexTid
Filter by term id.

Namespace

Drupal\taxonomy\Plugin\views\filter

Code

public function hasExtraOptions() {
  return TRUE;
}