protected function FieldClosable::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldClosable.php, line 36
Class
- FieldClosable
- Field closable.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'Allows clicks on dimmer to close gallery.';
}