protected function GoogleAuthSettingsForm::getEditableConfigNames in Social Auth Google 8.2
Same name and namespace in other branches
- 8 src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
- 3.x src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
File
- src/
Form/ GoogleAuthSettingsForm.php, line 24
Class
- GoogleAuthSettingsForm
- Settings form for Social Auth Google.
Namespace
Drupal\social_auth_google\FormCode
protected function getEditableConfigNames() {
return array_merge(parent::getEditableConfigNames(), [
'social_auth_google.settings',
]);
}