You are here

protected function TagadelicSettingsForm::getEditableConfigNames in Tagadelic 8.3

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/TagadelicSettingsForm.php, line 30
Contains \Drupal\tagadelic\Form\TagadelicSettingsForm.

Class

TagadelicSettingsForm
Vocabularies used in the tag cloud.

Namespace

Drupal\tagadelic\Form

Code

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