public function 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 drupal/core/modules/taxonomy/lib/Drupal/taxonomy/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

drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php, line 364
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function hasExtraOptions() {
  return FALSE;
}