function NestedConfigTargetForm::getEditableConfigNames
Same name in other branches
- 11.x core/modules/system/tests/modules/form_test/src/Form/NestedConfigTargetForm.php \Drupal\form_test\Form\NestedConfigTargetForm::getEditableConfigNames()
Overrides TreeConfigTargetForm::getEditableConfigNames
File
-
core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ NestedConfigTargetForm.php, line 20
Class
- NestedConfigTargetForm
- Test form for testing config targets that are not 1:1.
Namespace
Drupal\form_test\FormCode
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.