protected function FieldMouseWheel::setDescription in Lightgallery 8
Sets description.
Overrides FieldBase::setDescription
File
- src/
Field/ FieldMouseWheel.php, line 36
Class
- FieldMouseWheel
- Field mouse wheel.
Namespace
Drupal\lightgallery\FieldCode
protected function setDescription() {
return 'Change slide on mousewheel.';
}