public function GroupLightgalleryHash::getTitle in Lightgallery 8
Returns title.
Overrides GroupInterface::getTitle
File
- src/
Group/ GroupLightgalleryHash.php, line 22
Class
- GroupLightgalleryHash
- Group light gallery hash.
Namespace
Drupal\lightgallery\GroupCode
public function getTitle() {
return 'Lightgallery hash settings';
}