You are here

public function GoogleAnalyticsReportsApiAdminSettingsForm::submitForm in Google Analytics Reports 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

google_analytics_reports_api/src/Form/GoogleAnalyticsReportsApiAdminSettingsForm.php, line 234

Class

GoogleAnalyticsReportsApiAdminSettingsForm
Represents the admin settings form for google_analytics_reports_api.

Namespace

Drupal\google_analytics_reports_api\Form

Code

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