You are here

protected function FieldAutoplay::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldAutoplay.php, line 36

Class

FieldAutoplay
Field autoplay.

Namespace

Drupal\lightgallery\Field

Code

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