function NestedConfigTargetForm::getEditableConfigNames

Same name in other branches
  1. 10 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 22

Class

NestedConfigTargetForm
Test form for testing config targets that are not 1:1.

Namespace

Drupal\form_test\Form

Code

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.