You are here

public function MultiselectTestForm::submitForm in Multiselect 2.x

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

Class

MultiselectTestForm
Provides test pages for testing the Multiselect module.

Namespace

Drupal\multiselect_test\Form

Code

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