You are here

public function FormOptionsAttributesTestForm::submitForm in Form Options Attributes 2.0.x

Same name and namespace in other branches
  1. 8 tests/modules/form_options_attributes_test/src/Form/FormOptionsAttributesTestForm.php \Drupal\form_options_attributes_test\Form\FormOptionsAttributesTestForm::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/FormOptionsAttributesTestForm.php, line 58

Class

FormOptionsAttributesTestForm

Namespace

Drupal\form_options_attributes_test\Form

Code

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