You are here

protected function FieldProgress::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldProgress.php, line 36

Class

FieldProgress
Field progress.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Enable/Disable autoplay progress bar.';
}