public function CallbackForm::getEditableConfigNames in Empty Page 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/ CallbackForm.php, line 16
Class
- CallbackForm
- Builds the form for callbacks add/edit form.
Namespace
Drupal\empty_page\FormCode
public function getEditableConfigNames() {
return [
'empty_page.settings',
];
}