You are here

protected function Lightbox2SlideshowSettingsForm::getEditableConfigNames in Lightbox2 8

Same name in this branch
  1. 8 src/Lightbox2SlideshowSettingsForm.php \Drupal\lightbox2\Lightbox2SlideshowSettingsForm::getEditableConfigNames()
  2. 8 src/Form/Lightbox2SlideshowSettingsForm.php \Drupal\lightbox2\Form\Lightbox2SlideshowSettingsForm::getEditableConfigNames()

File

src/Lightbox2SlideshowSettingsForm.php, line 34

Class

Lightbox2SlideshowSettingsForm

Namespace

Drupal\lightbox2

Code

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