You are here

protected function GoogleAuthSettingsForm::getEditableConfigNames 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::getEditableConfigNames()
  2. 3.x src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()

File

src/Form/GoogleAuthSettingsForm.php, line 16

Class

GoogleAuthSettingsForm
Settings form for Social Auth Google.

Namespace

Drupal\social_auth_google\Form

Code

protected function getEditableConfigNames() {
  return array_merge([
    'social_auth_google.settings',
  ], parent::getEditableConfigNames());
}