You are here

protected function FieldThumbWidth::setGroup in Lightgallery 8

Sets group.

Overrides FieldBase::setGroup

File

src/Field/FieldThumbWidth.php, line 50

Class

FieldThumbWidth
Field thumb width.

Namespace

Drupal\lightgallery\Field

Code

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