You are here

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\Field

Code

protected function setDescription() {
  return 'Change slide on mousewheel.';
}