function DialogTestEntityEditForm::getEditableConfigNames

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/dialog_test/src/DialogTestEntityEditForm.php \Drupal\dialog_test\DialogTestEntityEditForm::getEditableConfigNames()

File

core/modules/system/tests/modules/dialog_test/src/DialogTestEntityEditForm.php, line 17

Class

DialogTestEntityEditForm
Base form for dialog test entity form edit form.

Namespace

Drupal\dialog_test

Code

protected function getEditableConfigNames() : array {
  return [
    'dialog_test.settings',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.