public function Lightbox2SlideshowSettingsForm::getFormId in Lightbox2 8
Same name in this branch
- 8 src/Lightbox2SlideshowSettingsForm.php \Drupal\lightbox2\Lightbox2SlideshowSettingsForm::getFormId()
- 8 src/Form/Lightbox2SlideshowSettingsForm.php \Drupal\lightbox2\Form\Lightbox2SlideshowSettingsForm::getFormId()
File
- src/
Lightbox2SlideshowSettingsForm.php, line 9
Class
Namespace
Drupal\lightbox2Code
public function getFormId() {
return 'lightbox2_slideshow_settings_form';
}