protected function FieldMouseWheel::setTitle in Lightgallery 8
Sets title.
Overrides FieldBase::setTitle
File
- src/
Field/ FieldMouseWheel.php, line 22
Class
- FieldMouseWheel
- Field mouse wheel.
Namespace
Drupal\lightgallery\FieldCode
protected function setTitle() {
return 'Mouse wheel';
}