You are here

public function EmergencyForm::submitForm in Display Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/EmergencyForm.php \Drupal\ds\Form\EmergencyForm::submitForm()
  2. 8.2 src/Form/EmergencyForm.php \Drupal\ds\Form\EmergencyForm::submitForm()

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 ConfigFormBase::submitForm

File

src/Form/EmergencyForm.php, line 123

Class

EmergencyForm
Emergency form for DS.

Namespace

Drupal\ds\Form

Code

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

  // empty.
}