protected function FieldPause::setType in Lightgallery 8
Sets type.
Overrides FieldBase::setType
File
- src/
Field/ FieldPause.php, line 36
Class
- FieldPause
- Field pause.
Namespace
Drupal\lightgallery\FieldCode
protected function setType() {
return FieldTypesEnum::TEXTFIELD;
}