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