You are here

public function ContentSelectForm::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 MultistepFormBase::submitForm

2 methods override ContentSelectForm::submitForm()
ContentUpdateSelectForm::submitForm in src/Form/ContentUpdateSelectForm.php
Form submission handler.
ContentUploadSelectForm::submitForm in src/Form/ContentUploadSelectForm.php
Form submission handler.

File

src/Form/ContentSelectForm.php, line 205

Class

ContentSelectForm
Class ContentUpdateSelectForm.

Namespace

Drupal\gathercontent\Form

Code

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

  // Do something.
}