You are here

function ViewsDependentFilter::showExposeForm in Views Dependent Filters 8

Override the options form exposed options subform to show nothing, as the options here don't make sense for us.

Overrides HandlerBase::showExposeForm

File

src/Plugin/views/filter/ViewsDependentFilter.php, line 231

Class

ViewsDependentFilter
Filters by given list of related content title options.

Namespace

Drupal\views_dependent_filter\Plugin\views\filter

Code

function showExposeForm(&$form, FormStateInterface $form_state) {
  return;
}