protected function BodyForm::getEditableConfigNames in Header and Footer Scripts 8
Same name and namespace in other branches
- 8.2 src/Form/BodyForm.php \Drupal\header_and_footer_scripts\Form\BodyForm::getEditableConfigNames()
Implements ConfigFormBase::getEditableConfigNames.
Overrides ConfigFormBaseTrait::getEditableConfigNames
File
- src/
Form/ BodyForm.php, line 24
Class
- BodyForm
- Provide settings page for adding CSS/JS after the start of body tag.
Namespace
Drupal\header_and_footer_scripts\FormCode
protected function getEditableConfigNames() {
return [
'header_and_footer_scripts.body.settings',
];
}