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