You are here

protected function OpenReadSpeakerSettingsForm::getEditableConfigNames in Open ReadSpeaker 8

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/OpenReadSpeakerSettingsForm.php, line 19

Class

OpenReadSpeakerSettingsForm
Class OpenReadSpeakerSettingsForm.

Namespace

Drupal\open_readspeaker\Form

Code

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