You are here

protected function FieldDrag::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldDrag.php, line 22

Class

FieldDrag
Field drag.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Drag';
}