protected function FieldCounter::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldCounter.php, line 36
Class
- FieldCounter
- Field counter.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'Whether to show total number of images and index number of currently displayed image.';
}