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