You are here

public function ModuleFilterUpdateStatusForm::submitForm in Module Filter 8.3

Same name and namespace in other branches
  1. 8 src/Form/ModuleFilterUpdateStatusForm.php \Drupal\module_filter\Form\ModuleFilterUpdateStatusForm::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/ModuleFilterUpdateStatusForm.php, line 76

Class

ModuleFilterUpdateStatusForm
A form for filtering the update status report page.

Namespace

Drupal\module_filter\Form

Code

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