You are here

public function DatelistElementFormTest::submitForm in Drupal 10

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

core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php, line 95

Class

DatelistElementFormTest
Tests Datelist functionality.

Namespace

Drupal\KernelTests\Core\Datetime

Code

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