protected UpdateSettingsForm::getEditableConfigNames()
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
- core/modules/update/src/UpdateSettingsForm.php, line 52
Class
- UpdateSettingsForm
- Configure update settings for this site.
Namespace
Drupal\update
Code
protected function getEditableConfigNames() { return ['update.settings']; }
Please login to continue.