protected function FieldAnimateThumb::setGroup in Lightgallery 8
Sets group.
Overrides FieldBase::setGroup
File
- src/
Field/ FieldAnimateThumb.php, line 43
Class
- FieldAnimateThumb
- Field animate thumb.
Namespace
Drupal\lightgallery\FieldCode
protected function setGroup() {
return new GroupLightgalleryThumbs();
}