protected function BootstrapLibrarySettingsForm::getEditableConfigNames in Bootstrap Library 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/
BootstrapLibrarySettingsForm.php, line 25 - Contains \Drupal\bootstrap_library\BootstrapLibrarySettingsForm
Class
- BootstrapLibrarySettingsForm
- Configure bootstrap_library settings for this site.
Namespace
Drupal\bootstrap_libraryCode
protected function getEditableConfigNames() {
return [
'bootstrap_library.settings',
];
}