protected function FieldTitleSource::setType in Lightgallery 8
Sets type.
Overrides FieldBase::setType
File
- src/
Field/ FieldTitleSource.php, line 50
Class
- FieldTitleSource
- Field title source.
Namespace
Drupal\lightgallery\FieldCode
protected function setType() {
return FieldTypesEnum::SELECT;
}