function SystemConfigFormTestForm::getEditableConfigNames

Same name in other branches
  1. 9 core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php \Drupal\form_test\SystemConfigFormTestForm::getEditableConfigNames()
  2. 8.9.x core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php \Drupal\form_test\SystemConfigFormTestForm::getEditableConfigNames()
  3. 11.x core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php \Drupal\form_test\SystemConfigFormTestForm::getEditableConfigNames()

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php, line 24

Class

SystemConfigFormTestForm
Tests the ConfigFormBase class.

Namespace

Drupal\form_test

Code

protected function getEditableConfigNames() {
    return [];
}

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