protected function BackgroundBatchSettingsForm::getEditableConfigNames in Background Process 8
Implements to Get Editable Config Names From Config Files.
Overrides ConfigFormBaseTrait::getEditableConfigNames
File
- background_batch/
src/ Form/ BackgroundBatchSettingsForm.php, line 42  
Class
- BackgroundBatchSettingsForm
 - Default controller for the background_batch module.
 
Namespace
Drupal\background_batch\FormCode
protected function getEditableConfigNames() {
  return [
    'background_batch.settings',
  ];
}