protected function GatsbyFastbuildsAdminForm::getEditableConfigNames in Gatsby Live Preview & Incremental Builds 8
Same name and namespace in other branches
- 2.0.x modules/gatsby_fastbuilds/src/Form/GatsbyFastbuildsAdminForm.php \Drupal\gatsby_fastbuilds\Form\GatsbyFastbuildsAdminForm::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
- modules/
gatsby_fastbuilds/ src/ Form/ GatsbyFastbuildsAdminForm.php, line 16
Class
- GatsbyFastbuildsAdminForm
- Defines an admin for for Gatsby fastbuilds.
Namespace
Drupal\gatsby_fastbuilds\FormCode
protected function getEditableConfigNames() {
return [
'gatsby_fastbuilds.settings',
];
}