You are here

public function HandlerBase::hasExtraOptions in Views (for Drupal 7) 8.3

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 lib/Views/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

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;
}