function HandlerBase::hasExtraOptions

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::hasExtraOptions()
  2. 8.9.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::hasExtraOptions()
  3. 11.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::hasExtraOptions()

Determines if the handler has extra options.

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
Determines if the handler has extra options.

File

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

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function hasExtraOptions() {
    return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.