You are here

public function EntityReferenceFilterViewResult::hasExtraOptions in Views Reference Filter 8

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

Overrides HandlerBase::hasExtraOptions

File

src/Plugin/views/filter/EntityReferenceFilterViewResult.php, line 148

Class

EntityReferenceFilterViewResult
Filter by entity id using items got from the another view..

Namespace

Drupal\entityreference_filter\Plugin\views\filter

Code

public function hasExtraOptions() {
  return TRUE;
}