public function ModulesUninstallConfirmForm::submitForm

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: An associative array containing the current state of the form.

Overrides FormInterface::submitForm

File

drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php, line 80
Contains \Drupal\system\Form\ModulesUninstallConfirmForm.

Class

ModulesUninstallConfirmForm
Builds a confirmation form to uninstall selected modules.

Namespace

Drupal\system\Form

Code

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