You are here

protected function FieldAutoplay::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldAutoplay.php, line 29

Class

FieldAutoplay
Field autoplay.

Namespace

Drupal\lightgallery\Field

Code

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