public function GroupLightgalleryAutoplay::getName in Lightgallery 8
Returns name.
Overrides GroupInterface::getName
File
- src/
Group/ GroupLightgalleryAutoplay.php, line 15
Class
- GroupLightgalleryAutoplay
- Group light gallery autoplay.
Namespace
Drupal\lightgallery\GroupCode
public function getName() {
return GroupsEnum::LIGHTGALLERY_AUTOPLAY;
}