You are here

protected function FieldThumbImageStyle::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldThumbImageStyle.php, line 50

Class

FieldThumbImageStyle
Field thumb image style.

Namespace

Drupal\lightgallery\Field

Code

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