You are here

protected function FieldDrag::setGroup in Lightgallery 8

Sets group.

Overrides FieldBase::setGroup

File

src/Field/FieldDrag.php, line 43

Class

FieldDrag
Field drag.

Namespace

Drupal\lightgallery\Field

Code

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