You are here

protected function FieldLoop::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldLoop.php, line 36

Class

FieldLoop
Field loop.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'If not selected, the ability to loop back to the beginning of the gallery when on the last element, will be disabled.';
}