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