You are here

protected function ThemeSettingsForm::getEditableConfigNames in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/ThemeSettingsForm.php \Drupal\system\Form\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 96
Contains \Drupal\system\Form\ThemeSettingsForm.

Class

ThemeSettingsForm
Displays theme configuration for entire site and individual themes.

Namespace

Drupal\system\Form

Code

protected function getEditableConfigNames() {
  return $this->editableConfig;
}