You are here

protected function FieldAnimateThumb::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldAnimateThumb.php, line 22

Class

FieldAnimateThumb
Field animate thumb.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Animate thumbnails';
}