function EntityReference::hasExtraOptions

Overrides HandlerBase::hasExtraOptions

File

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

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.