public function GoogleAuthSettingsForm::getFormId in Social Auth Google 8.2
Same name and namespace in other branches
- 8 src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getFormId()
- 3.x src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getFormId()
File
- src/
Form/ GoogleAuthSettingsForm.php, line 17
Class
- GoogleAuthSettingsForm
- Settings form for Social Auth Google.
Namespace
Drupal\social_auth_google\FormCode
public function getFormId() {
return 'social_auth_google_settings';
}