function EntityReference::hasExtraOptions

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/filter/EntityReference.php \Drupal\views\Plugin\views\filter\EntityReference::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.

Overrides HandlerBase::hasExtraOptions

File

core/modules/views/src/Plugin/views/filter/EntityReference.php, line 141

Class

EntityReference
Filters a view by entity references.

Namespace

Drupal\views\Plugin\views\filter

Code

public function hasExtraOptions() : bool {
  return TRUE;
}

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