You are here

protected function FieldDownload::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldDownload.php, line 36

Class

FieldDownload
File download.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Enable download button. ' . 'By default download url will be taken from data-src/href attribute but it supports only for modern browsers.';
}