You are here

public function GroupLightgalleryThumbs::getName in Lightgallery 8

Returns name.

Overrides GroupInterface::getName

File

src/Group/GroupLightgalleryThumbs.php, line 15

Class

GroupLightgalleryThumbs
Group light gallery thumbs.

Namespace

Drupal\lightgallery\Group

Code

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