protected function FieldThumbHeight::setType in Lightgallery 8
Sets type.
Overrides FieldBase::setType
File
- src/
Field/ FieldThumbHeight.php, line 36
Class
- FieldThumbHeight
- Field thumb height.
Namespace
Drupal\lightgallery\FieldCode
protected function setType() {
return FieldTypesEnum::TEXTFIELD;
}