protected function EntityConfigSettingsForm::getEditableConfigNames in Acquia Content Hub 8
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
- src/
Form/ EntityConfigSettingsForm.php, line 114
Class
- EntityConfigSettingsForm
- Defines the form to configure the entity types and bundles to be exported.
Namespace
Drupal\acquia_contenthub\FormCode
protected function getEditableConfigNames() {
return [
'acquia_contenthub.entity_config',
];
}