You are here

protected function FieldThumbWidth::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldThumbWidth.php, line 36

Class

FieldThumbWidth
Field thumb width.

Namespace

Drupal\lightgallery\Field

Code

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