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