You are here

protected function GetId3ConfigForm::getEditableConfigNames in getID3() 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/GetId3ConfigForm.php, line 26
Contains \Drupal\getid3\Form\GetId3ConfigForm.

Class

GetId3ConfigForm

Namespace

Drupal\getid3\Form

Code

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