You are here

protected function FieldZoom::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldZoom.php, line 29

Class

FieldZoom
Field zoom.

Namespace

Drupal\lightgallery\Field

Code

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