You are here

protected function FieldLightgalleryImageStyle::setGroup in Lightgallery 8

Sets group.

Overrides FieldBase::setGroup

File

src/Field/FieldLightgalleryImageStyle.php, line 64

Class

FieldLightgalleryImageStyle
Field light gallery image style.

Namespace

Drupal\lightgallery\Field

Code

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