You are here

protected function FieldGalleryId::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldGalleryId.php, line 36

Class

FieldGalleryId
Field gallery id.

Namespace

Drupal\lightgallery\Field

Code

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