function HandlerBase::hasExtraOptions
Same name in other branches
- 8.9.x core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::hasExtraOptions()
- 10 core/modules/views/src/Plugin/views/HandlerBase.php \Drupal\views\Plugin\views\HandlerBase::hasExtraOptions()
- 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 368
Class
- HandlerBase
- Base class for Views handler plugins.
Namespace
Drupal\views\Plugin\viewsCode
public function hasExtraOptions() {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.