protected function SchedulerCronForm::getEditableConfigNames in Scheduler 2.x
Same name and namespace in other branches
- 8 src/Form/SchedulerCronForm.php \Drupal\scheduler\Form\SchedulerCronForm::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/ SchedulerCronForm.php, line 69
Class
- SchedulerCronForm
- Scheduler Lightweight Cron form.
Namespace
Drupal\scheduler\FormCode
protected function getEditableConfigNames() {
return [
'scheduler.settings',
];
}