You are here

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

Code

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