function ThemeAdminForm::getEditableConfigNames

Same name and namespace in other branches
  1. 9 core/modules/system/src/Form/ThemeAdminForm.php \Drupal\system\Form\ThemeAdminForm::getEditableConfigNames()
  2. 8.9.x core/modules/system/src/Form/ThemeAdminForm.php \Drupal\system\Form\ThemeAdminForm::getEditableConfigNames()
  3. 10 core/modules/system/src/Form/ThemeAdminForm.php \Drupal\system\Form\ThemeAdminForm::getEditableConfigNames()

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

core/modules/system/src/Form/ThemeAdminForm.php, line 25

Class

ThemeAdminForm
Form to select the administration theme.

Namespace

Drupal\system\Form

Code

protected function getEditableConfigNames() {
    return [
        'system.theme',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.