You are here

protected function FieldImage::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldImage.php, line 57

Class

FieldImage
Field image.

Namespace

Drupal\lightgallery\Field

Code

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