protected function FieldAnimateThumb::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldAnimateThumb.php, line 36
Class
- FieldAnimateThumb
- Field animate thumb.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'Enable thumbnail animation.';
}