protected function FieldTouch::setGroup in Lightgallery 8
Sets group.
Overrides FieldBase::setGroup
File
- src/
Field/ FieldTouch.php, line 43
Class
- FieldTouch
- Field touch.
Namespace
Drupal\lightgallery\FieldCode
protected function setGroup() {
return new GroupLightgalleryCore();
}