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\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
_gauth_read_scope_info();
}