You are here

public function GauthSettingsForm::submitForm in Google Auth 8

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/GauthSettingsForm.php, line 35

Class

GauthSettingsForm
Class ContentEntityExampleSettingsForm.

Namespace

Drupal\gauth\Form

Code

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