You are here

public function GoogleAuthSettingsForm::getEditableConfigNames in Open Social 8.9

Same name and namespace in other branches
  1. 8 modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
  2. 8.2 modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
  3. 8.3 modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
  4. 8.4 modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
  5. 8.5 modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
  6. 8.6 modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
  7. 8.7 modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()
  8. 8.8 modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php \Drupal\social_auth_google\Form\GoogleAuthSettingsForm::getEditableConfigNames()

Gets the configuration names that will be editable.

Return value

array An array of configuration object names that are editable if called in conjunction with the trait's config() method.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

modules/custom/social_auth_google/src/Form/GoogleAuthSettingsForm.php, line 25

Class

GoogleAuthSettingsForm
Class GoogleAuthSettingsForm.

Namespace

Drupal\social_auth_google\Form

Code

public function getEditableConfigNames() {
  return [
    'social_auth_google.settings',
  ];
}