You are here

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\Field

Code

protected function setTitle() {
  return 'Mouse wheel';
}