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