public function GathercontentMultistepFormBase::submitForm in GatherContent 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
2 methods override GathercontentMultistepFormBase::submitForm()
- GathercontentContentImportConfirmForm::submitForm in src/
Form/ GathercontentContentImportConfirmForm.php - Form submission handler.
- GathercontentContentImportSelectForm::submitForm in src/
Form/ GathercontentContentImportSelectForm.php - Form submission handler.
File
- src/
Form/ GathercontentMultistepFormBase.php, line 91
Class
- GathercontentMultistepFormBase
- Class GathercontentMultistepFormBase.
Namespace
Drupal\gathercontent\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}