You are here

public function ViewsDependentFilter::submitOptionsForm in Views Dependent Filters 8

Simple submit handler

Overrides FilterPluginBase::submitOptionsForm

File

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

Class

ViewsDependentFilter
Filters by given list of related content title options.

Namespace

Drupal\views_dependent_filter\Plugin\views\filter

Code

public function submitOptionsForm(&$form, FormStateInterface $form_state) {
}