function TreeConfigTargetForm::getEditableConfigNames

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php \Drupal\form_test\Form\TreeConfigTargetForm::getEditableConfigNames()
  2. 10 core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php \Drupal\form_test\Form\TreeConfigTargetForm::getEditableConfigNames()

File

core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php, line 18

Class

TreeConfigTargetForm
Provides a form for configuring preferences and dynamically updating select list options via AJAX.

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.