You are here

public function SynonymsEntity::hasExtraOptions in Synonyms 2.0.x

Same name and namespace in other branches
  1. 8 synonyms_views_filter/src/Plugin/views/filter/SynonymsEntity.php \Drupal\synonyms_views_filter\Plugin\views\filter\SynonymsEntity::hasExtraOptions()

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

Overrides HandlerBase::hasExtraOptions

File

modules/synonyms_views_filter/src/Plugin/views/filter/SynonymsEntity.php, line 160

Class

SynonymsEntity
Filter entity by its name or one of its synonyms.

Namespace

Drupal\synonyms_views_filter\Plugin\views\filter

Code

public function hasExtraOptions() {
  return TRUE;
}