protected function FieldGalleryId::setGroup in Lightgallery 8
Sets group.
Overrides FieldBase::setGroup
File
- src/
Field/ FieldGalleryId.php, line 50
Class
- FieldGalleryId
- Field gallery id.
Namespace
Drupal\lightgallery\FieldCode
protected function setGroup() {
return new GroupLightgalleryHash();
}