You are here

protected function FieldProgress::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldProgress.php, line 29

Class

FieldProgress
Field progress.

Namespace

Drupal\lightgallery\Field

Code

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