You are here

protected function FieldDrag::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldDrag.php, line 36

Class

FieldDrag
Field drag.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Enables desktop mouse drag support.';
}