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