You are here

protected function FieldTouch::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldTouch.php, line 36

Class

FieldTouch
Field touch.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Enables touch support.';
}