You are here

protected function OpignoModuleSettingsForm::getEditableConfigNames in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Form/OpignoModuleSettingsForm.php \Drupal\opigno_module\Form\OpignoModuleSettingsForm::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/OpignoModuleSettingsForm.php, line 30

Class

OpignoModuleSettingsForm
Class OpignoModuleSettingsForm.

Namespace

Drupal\opigno_module\Form

Code

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