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