You are here

public function MultistepFormBase::submitForm in GatherContent 8.3

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

1 method overrides MultistepFormBase::submitForm()
ContentSelectForm::submitForm in src/Form/ContentSelectForm.php
Form submission handler.

File

src/Form/MultistepFormBase.php, line 112

Class

MultistepFormBase
Class MultistepFormBase.

Namespace

Drupal\gathercontent\Form

Code

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