You are here

protected function FieldPause::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldPause.php, line 43

Class

FieldPause
Field pause.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'The time (in ms) between each auto transition.';
}