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\GroupCode
public function getName() {
return GroupsEnum::LIGHTGALLERY_HASH;
}