You are here

protected function FieldLightgalleryImageStyle::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldLightgalleryImageStyle.php, line 57

Class

FieldLightgalleryImageStyle
Field light gallery image style.

Namespace

Drupal\lightgallery\Field

Code

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