protected function SimpleLdapSsoSettingsForm::getEditableConfigNames in Simple LDAP 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
- modules/
simple_ldap_sso/ src/ Form/ SimpleLdapSSOSettingsForm.php, line 24 - Contains \Drupal\simple_ldap_sso\Form\SimpleLdapSsoSettingsForm
Class
Namespace
Drupal\simple_ldap_sso\FormCode
protected function getEditableConfigNames() {
return [
'simple_ldap.sso',
];
}