function 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\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.