You are here

public function TaxonomyIndexMachineName::hasExtraOptions in Taxonomy Machine Name 8

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

Overrides HandlerBase::hasExtraOptions

File

src/Plugin/views/filter/TaxonomyIndexMachineName.php, line 92

Class

TaxonomyIndexMachineName
Filter by term id.

Namespace

Drupal\taxonomy_machine_name\Plugin\views\filter

Code

public function hasExtraOptions() {
  return TRUE;
}