You are here

public function GoogleApiClientSettingsForm::submitForm in Google API PHP Client 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/GoogleApiClientSettingsForm.php \Drupal\google_api_client\Form\GoogleApiClientSettingsForm::submitForm()
  2. 8.2 src/Form/GoogleApiClientSettingsForm.php \Drupal\google_api_client\Form\GoogleApiClientSettingsForm::submitForm()

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: An associative array containing the current state of the form.

Overrides FormInterface::submitForm

File

src/Form/GoogleApiClientSettingsForm.php, line 35

Class

GoogleApiClientSettingsForm
Class ContentEntityExampleSettingsForm.

Namespace

Drupal\google_api_client\Form

Code

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