protected function WebhooksSettingsForm::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/ WebhooksSettingsForm.php, line 70
Class
- WebhooksSettingsForm
- Defines the form to register the webhooks.
Namespace
Drupal\acquia_contenthub\FormCode
protected function getEditableConfigNames() {
return [
'acquia_contenthub.admin_settings',
];
}