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