You are here

protected function FieldThumbnail::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldThumbnail.php, line 64

Class

FieldThumbnail
Field thumbnail.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Select the field you want to use to display the thumbnails on page load.';
}