protected function SettingsForm::getEditableConfigNames in Font Awesome Icons 8
Same name and namespace in other branches
- 8.2 src/Form/SettingsForm.php \Drupal\fontawesome\Form\SettingsForm::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
- src/
Form/ SettingsForm.php, line 49
Class
- SettingsForm
- Defines a form that configures fontawesome settings.
Namespace
Drupal\fontawesome\FormCode
protected function getEditableConfigNames() {
return [
'fontawesome.settings',
];
}