You are here

protected function FieldLightgalleryImageStyle::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldLightgalleryImageStyle.php, line 50

Class

FieldLightgalleryImageStyle
Field light gallery image style.

Namespace

Drupal\lightgallery\Field

Code

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