function FormTestServiceObject::getEditableConfigNames
Same name in other branches
- 9 core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php \Drupal\form_test\FormTestServiceObject::getEditableConfigNames()
- 8.9.x core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php \Drupal\form_test\FormTestServiceObject::getEditableConfigNames()
- 10 core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php \Drupal\form_test\FormTestServiceObject::getEditableConfigNames()
Overrides ConfigFormBaseTrait::getEditableConfigNames
File
-
core/
modules/ system/ tests/ modules/ form_test/ src/ FormTestServiceObject.php, line 27
Class
- FormTestServiceObject
- Provides a test form object.
Namespace
Drupal\form_testCode
protected function getEditableConfigNames() {
return [
'form_test.object',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.