protected function FieldZoom::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldZoom.php, line 36
Class
- FieldZoom
- Field zoom.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'Enable/Disable zoom option.';
}