function RenderExampleDemoForm::getEditableConfigNames
File
-
modules/
render_example/ src/ Form/ RenderExampleDemoForm.php, line 267
Class
- RenderExampleDemoForm
- Provides the form for toggling module features on and off.
Namespace
Drupal\render_example\FormCode
protected function getEditableConfigNames() {
return [
'render_example.settings',
];
}