public UpdateManagerUpdate::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/update/src/Form/UpdateManagerUpdate.php, line 312
Class
UpdateManagerUpdate Configure update settings for this site.
Namespace
Drupal\update\Form
Code
public