protected ThemeSettingsForm::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/system/src/Form/ThemeSettingsForm.php, line 91
Class
- ThemeSettingsForm
- Displays theme configuration for entire site and individual themes.
Namespace
Drupal\system\Form
Code
protected function getEditableConfigNames() { return $this->editableConfig; }
Please login to continue.