You are here

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

Code

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