You are here

protected function FieldGalleryId::setGroup in Lightgallery 8

Sets group.

Overrides FieldBase::setGroup

File

src/Field/FieldGalleryId.php, line 50

Class

FieldGalleryId
Field gallery id.

Namespace

Drupal\lightgallery\Field

Code

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