You are here

public function FormOptionsAttributesOptGroupTestForm::submitForm in Form Options Attributes 8

Same name and namespace in other branches
  1. 2.0.x tests/modules/form_options_attributes_test/src/Form/FormOptionsAttributesOptGroupTestForm.php \Drupal\form_options_attributes_test\Form\FormOptionsAttributesOptGroupTestForm::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 FormInterface::submitForm

File

tests/modules/form_options_attributes_test/src/Form/FormOptionsAttributesOptGroupTestForm.php, line 58

Class

FormOptionsAttributesOptGroupTestForm

Namespace

Drupal\form_options_attributes_test\Form

Code

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