protected function FieldThumbWidth::setName in Lightgallery 8
Sets name.
Overrides FieldBase::setName
File
- src/
Field/ FieldThumbWidth.php, line 22
Class
- FieldThumbWidth
- Field thumb width.
Namespace
Drupal\lightgallery\FieldCode
protected function setName() {
return 'thumb_width';
}