protected function FieldThumbImageStyle::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldThumbImageStyle.php, line 57
Class
- FieldThumbImageStyle
- Field thumb image style.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'The image style used when viewing the node.';
}