You are here

public function TestForm::submitForm in Google Analytics Event Tracking 8.2

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

Class

TestForm
Class TestForm.

Namespace

Drupal\google_analytics_et_test\Form

Code

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

  // TODO: Implement submitForm() method.
}