You are here

protected function FieldFullscreen::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldFullscreen.php, line 29

Class

FieldFullscreen
Field full screen.

Namespace

Drupal\lightgallery\Field

Code

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