protected function FieldThumbnail::setName in Lightgallery 8
Sets name.
Overrides FieldBase::setName
File
- src/
Field/ FieldThumbnail.php, line 43
Class
- FieldThumbnail
- Field thumbnail.
Namespace
Drupal\lightgallery\FieldCode
protected function setName() {
return 'thumb_field';
}