You are here

protected function FieldCurrentPagerPosition::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldCurrentPagerPosition.php, line 36

Class

FieldCurrentPagerPosition
Field current pager position.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Position';
}