You are here

public function HandlerBase::hasExtraOptions in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::hasExtraOptions()

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

1 method overrides HandlerBase::hasExtraOptions()
TaxonomyIndexTid::hasExtraOptions in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 360

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function hasExtraOptions() {
  return FALSE;
}