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