function 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.
2 methods override HandlerBase::hasExtraOptions()
- EntityReference::hasExtraOptions in core/
modules/ views/ src/ Plugin/ views/ filter/ EntityReference.php - Determines if the handler has extra options.
- 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 387
Class
- HandlerBase
- Base class for Views handler plugins.
Namespace
Drupal\views\Plugin\viewsCode
public function hasExtraOptions() {
return FALSE;
}