You are here

protected function FieldTitle::setType in Lightgallery 8

Sets type.

Overrides FieldBase::setType

File

src/Field/FieldTitle.php, line 50

Class

FieldTitle
Field title.

Namespace

Drupal\lightgallery\Field

Code

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