public function ContentSelectForm::submitForm in GatherContent 8.4
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 MultistepFormBase::submitForm
1 method overrides ContentSelectForm::submitForm()
- ContentUpdateSelectForm::submitForm in gathercontent_ui/
src/ Form/ ContentUpdateSelectForm.php - Form submission handler.
File
- gathercontent_ui/
src/ Form/ ContentSelectForm.php, line 238
Class
- ContentSelectForm
- Class ContentUpdateSelectForm.
Namespace
Drupal\gathercontent_ui\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Do something.
}