protected function HttpAuthSettings::getEditableConfigNames in HTTP Auth 8
Implements ConfigFormBase::getEditableConfigNames.
Overrides ConfigFormBaseTrait::getEditableConfigNames
File
- src/
Form/ HttpAuthSettings.php, line 24
Class
- HttpAuthSettings
- Provide settings page for applying Http Auth on your site.
Namespace
Drupal\http_auth\FormCode
protected function getEditableConfigNames() {
return [
'http_auth.settings',
];
}