You are here

public function TermReference::hasExtraOptions in EntityFieldQuery Views Backend 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/TermReference.php, line 36
Contains \Drupal\efq_views\Plugin\views\filter\FieldInOperator.

Class

TermReference
Filter by term id.

Namespace

Drupal\efq_views\Plugin\views\filter

Code

public function hasExtraOptions() {
  return TRUE;
}