You are here

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\Field

Code

protected function setType() {
  return FieldTypesEnum::SELECT;
}