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