You are here

protected function FieldCurrentPagerPosition::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldCurrentPagerPosition.php, line 50

Class

FieldCurrentPagerPosition
Field current pager position.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Position of selected thumbnail.';
}