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\FieldCode
protected function setTitle() {
return 'Drag';
}