public function ModulesInstallConfirmForm::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/ModulesInstallConfirmForm.php, line 91
Contains \Drupal\system\Form\ModulesInstallConfirmForm.

Class

ModulesInstallConfirmForm
Builds a confirmation form for required modules.

Namespace

Drupal\system\Form

Code

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