You are here

protected function FieldProgress::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldProgress.php, line 22

Class

FieldProgress
Field progress.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Progress bar';
}