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