You are here

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\Field

Code

protected function setDescription() {
  return 'The image style used when viewing the node.';
}