function SystemConfigFormTestForm::getEditableConfigNames
Gets the configuration names that will be editable.
Return value
array An array of configuration object names that are editable if called in conjunction with the trait's config() method.
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_testCode
protected function getEditableConfigNames() {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.