You are here

protected function FieldUseThumbs::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldUseThumbs.php, line 36

Class

FieldUseThumbs
Field use thumbs.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Indicate if you want to use thumbnails in the LightGallery.';
}