You are here

protected function FieldScale::setGroup in Lightgallery 8

Sets group.

Overrides FieldBase::setGroup

File

src/Field/FieldScale.php, line 57

Class

FieldScale
Field scale.

Namespace

Drupal\lightgallery\Field

Code

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