You are here

public function GroupLightgalleryZoom::getName in Lightgallery 8

Returns name.

Overrides GroupInterface::getName

File

src/Group/GroupLightgalleryZoom.php, line 15

Class

GroupLightgalleryZoom
Group light gallery zoom.

Namespace

Drupal\lightgallery\Group

Code

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