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