You are here

protected function BackgroundProcessSettingsForm::getEditableConfigNames in Background Process 8

Implements to Get Editable Config Names.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

src/Form/BackgroundProcessSettingsForm.php, line 42

Class

BackgroundProcessSettingsForm
Default controller for the background_process module.

Namespace

Drupal\background_process\Form

Code

protected function getEditableConfigNames() {
  return [
    'background_process.settings',
  ];
}