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