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