You are here

public function MixitupFiltersForm::submitForm in MixItUp Views 8.2

Same name and namespace in other branches
  1. 8 src/Form/MixitupFiltersForm.php \Drupal\mixitup_views\Form\MixitupFiltersForm::submitForm()

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

src/Form/MixitupFiltersForm.php, line 148

Class

MixitupFiltersForm
Class MixitupFiltersForm.

Namespace

Drupal\mixitup_views\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
  $form_state
    ->setCompleteForm($form, $form_state);
}