You are here

public function ChosenTestForm::submitForm in Chosen 8.2

Same name and namespace in other branches
  1. 3.0.x tests/modules/chosen_test/src/Form/ChosenTestForm.php \Drupal\chosen_test\Form\ChosenTestForm::submitForm()

Chosen test form submit handler.

Overrides FormInterface::submitForm

File

tests/modules/chosen_test/src/Form/ChosenTestForm.php, line 45

Class

ChosenTestForm
Implements a ChosenConfig form.

Namespace

Drupal\chosen_test\Form

Code

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