function PerformanceForm::getEditableConfigNames
Same name in other branches
- 9 core/modules/system/src/Form/PerformanceForm.php \Drupal\system\Form\PerformanceForm::getEditableConfigNames()
- 8.9.x core/modules/system/src/Form/PerformanceForm.php \Drupal\system\Form\PerformanceForm::getEditableConfigNames()
- 11.x core/modules/system/src/Form/PerformanceForm.php \Drupal\system\Form\PerformanceForm::getEditableConfigNames()
Overrides ConfigFormBaseTrait::getEditableConfigNames
File
-
core/
modules/ system/ src/ Form/ PerformanceForm.php, line 99
Class
- PerformanceForm
- Configure performance settings for this site.
Namespace
Drupal\system\FormCode
protected function getEditableConfigNames() {
return [
'system.performance',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.