You are here

protected function FieldLoop::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldLoop.php, line 29

Class

FieldLoop
Field loop.

Namespace

Drupal\lightgallery\Field

Code

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