You are here

protected function BackgroundProcessAssSettingsForm::getEditableConfigNames in Background Process 8

Implements to Get Editable Config Name from Config Files.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

background_process_ass/src/Form/BackgroundProcessAssSettingsForm.php, line 42

Class

BackgroundProcessAssSettingsForm
Implements BackgroundProcessAssSettingsForm Class.

Namespace

Drupal\background_process_ass\Form

Code

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