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