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\FieldCode
protected function setType() {
return FieldTypesEnum::TEXTFIELD;
}