protected function FieldScale::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldScale.php, line 50
Class
- FieldScale
- Field scale.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'Value of zoom that should be incremented/decremented.';
}