You are here

protected function super_loginSettingsForm::getEditableConfigNames in Super Login 8

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

src/Super_loginSettingsForm.php, line 24

Class

super_loginSettingsForm
Configure Super Login settings for this site.

Namespace

Drupal\super_login

Code

protected function getEditableConfigNames() {
  return [
    'super_login.settings',
  ];
}