public ViewsExposedForm::submitForm(array &$form, FormStateInterface $form_state)
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::submitForm
File
core/modules/views/src/Form/ViewsExposedForm.php, line 149
Class
ViewsExposedForm Provides the views exposed form.
Namespace
Drupal\views\Form
Code
public function submitFor