public function MemcacheAdminSettingsForm::getEditableConfigNames in Memcache API and Integration 8.2
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
- memcache_admin/
src/ Form/ MemcacheAdminSettingsForm.php, line 58
Class
- MemcacheAdminSettingsForm
- Memcache admin settings form.
Namespace
Drupal\memcache_admin\FormCode
public function getEditableConfigNames() {
return [
'memcache_admin.settings',
];
}