protected function LearningPathAdminSettingsForm::getEditableConfigNames in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/Form/LearningPathAdminSettingsForm.php \Drupal\opigno_learning_path\Form\LearningPathAdminSettingsForm::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/ LearningPathAdminSettingsForm.php, line 16
Class
- LearningPathAdminSettingsForm
- Class LearningPathAdminSettingsForm.
Namespace
Drupal\opigno_learning_path\FormCode
protected function getEditableConfigNames() {
return [
'opigno_learning_path.learning_path_settings',
];
}