public function MigrateUpgradeForm::submitForm in Migrate Upgrade 8
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/ MigrateUpgradeForm.php, line 689 - Contains \Drupal\migrate_upgrade\Form\MigrateUpgradeForm.
Class
- MigrateUpgradeForm
- Defines a multi-step form for performing direct site upgrades.
Namespace
Drupal\migrate_upgrade\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// This method is intentionally empty, see the specific submit methods for
// each form step.
}