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