You are here

protected function FieldThumbHeight::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldThumbHeight.php, line 36

Class

FieldThumbHeight
Field thumb height.

Namespace

Drupal\lightgallery\Field

Code

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