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\FieldCode
protected function setTitle() {
return 'Position';
}