You are here

public function GroupLightgalleryCore::getName in Lightgallery 8

Returns name.

Overrides GroupInterface::getName

File

src/Group/GroupLightgalleryCore.php, line 13

Class

GroupLightgalleryCore
Group light gallery core.

Namespace

Drupal\lightgallery\Group

Code

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