You are here

public function ViewsDependentFilter::hasExtraOptions in Views Dependent Filters 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/ViewsDependentFilter.php, line 203

Class

ViewsDependentFilter
Filters by given list of related content title options.

Namespace

Drupal\views_dependent_filter\Plugin\views\filter

Code

public function hasExtraOptions() {
  return TRUE;
}