protected function FieldLoop::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldLoop.php, line 36
Class
- FieldLoop
- Field loop.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'If not selected, the ability to loop back to the beginning of the gallery when on the last element, will be disabled.';
}