protected function FieldUseThumbs::setType in Lightgallery 8
Sets type.
Overrides FieldBase::setType
File
- src/
Field/ FieldUseThumbs.php, line 29
Class
- FieldUseThumbs
- Field use thumbs.
Namespace
Drupal\lightgallery\FieldCode
protected function setType() {
return FieldTypesEnum::CHECKBOX;
}