You are here

public function GroupLightgalleryHash::getName in Lightgallery 8

Returns name.

Overrides GroupInterface::getName

File

src/Group/GroupLightgalleryHash.php, line 15

Class

GroupLightgalleryHash
Group light gallery hash.

Namespace

Drupal\lightgallery\Group

Code

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