You are here

public function JsCallbackExamplesForm::submitForm in JS Callback Handler 8.3

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

js_callback_examples/src/Form/JsCallbackExamplesForm.php, line 142
Contains \Drupal\js_callback_examples\Form\JsCallbackExamplesForm.

Class

JsCallbackExamplesForm
JsCallbackExamplesForm.

Namespace

Drupal\js_callback_examples\Form

Code

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

  // Intentionally left empty.
}