You are here

protected function FieldMode::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldMode.php, line 43

Class

FieldMode
Field mode.

Namespace

Drupal\lightgallery\Field

Code

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