You are here

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\Field

Code

protected function setGroup() {
  return new GroupLightgalleryThumbs();
}