protected function FieldThumbHeight::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldThumbHeight.php, line 43
Class
- FieldThumbHeight
- Field thumb height.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'Height of the thumbnail container including padding and border.';
}