You are here

protected function FieldAutoplayControls::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldAutoplayControls.php, line 29

Class

FieldAutoplayControls
Field autoplay controls.

Namespace

Drupal\lightgallery\Field

Code

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