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