You are here

protected function FieldAnimateThumb::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldAnimateThumb.php, line 36

Class

FieldAnimateThumb
Field animate thumb.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Enable thumbnail animation.';
}