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