public function JSInteractionTestForm::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/
modules/ system/ tests/ modules/ js_interaction_test/ src/ Controller/ JSInteractionTestForm.php, line 24
Class
- JSInteractionTestForm
- Controller for testing fault tolerant JavaScript interactions.
Namespace
Drupal\js_interaction_test\ControllerCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// No-op.
}