You are here

function ViewsDependentFilter::exposed_info in Views Dependent Filters 8

Doctor this so the whole form doesn't add our element to $form['#info'].

See also

views_exposed_form().

File

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

Class

ViewsDependentFilter
Filters by given list of related content title options.

Namespace

Drupal\views_dependent_filter\Plugin\views\filter

Code

function exposed_info() {
  return;
}