You are here

protected function FieldImage::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldImage.php, line 64

Class

FieldImage
Field image.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Select the field you want to use to display the images in the Lightgallery.';
}