protected function FieldImage::setType in Lightgallery 8
Sets type.
Overrides FieldBase::setType
File
- src/
Field/ FieldImage.php, line 57
Class
- FieldImage
- Field image.
Namespace
Drupal\lightgallery\FieldCode
protected function setType() {
return FieldTypesEnum::SELECT;
}