You are here

protected function FieldAnimateThumb::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldAnimateThumb.php, line 29

Class

FieldAnimateThumb
Field animate thumb.

Namespace

Drupal\lightgallery\Field

Code

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