protected function LauncherSettingsForm::getEditableConfigNames in Ultimate Cron 8.2
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/ LauncherSettingsForm.php, line 22
Class
- LauncherSettingsForm
- Form for launcher settings.
Namespace
Drupal\ultimate_cron\FormCode
protected function getEditableConfigNames() {
return [
'ultimate_cron.settings',
];
}