You are here

public function GoogleAuthSettingsForm::getFormId in Social Auth Google 8

Same name and namespace in other branches
  1. 8.2 src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getFormId()
  2. 3.x src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getFormId()

File

src/Form/GoogleAuthSettingsForm.php, line 23

Class

GoogleAuthSettingsForm
Settings form for Social Auth Google.

Namespace

Drupal\social_auth_google\Form

Code

public function getFormId() {
  return 'social_auth_google_settings';
}