You are here

protected function FieldPreload::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldPreload.php, line 43

Class

FieldPreload
Field pre load.

Namespace

Drupal\lightgallery\Field

Code

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