You are here

public function GroupLightgalleryPager::getName in Lightgallery 8

Returns name.

Overrides GroupInterface::getName

File

src/Group/GroupLightgalleryPager.php, line 15

Class

GroupLightgalleryPager
Group light gallery pager.

Namespace

Drupal\lightgallery\Group

Code

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