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\FieldCode
protected function setGroup() {
return new GroupLightgalleryCore();
}