You are here

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\Group

Code

public function getName() {
  return GroupsEnum::LIGHTGALLERY_AUTOPLAY;
}