You are here

protected function LdapDebugSettings::getEditableConfigNames in Lightweight Directory Access Protocol (LDAP) 8.3

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

ldap_help/src/Form/LdapDebugSettings.php, line 23

Class

LdapDebugSettings
Configuration form for LDAP debug settings.

Namespace

Drupal\ldap_help\Form

Code

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