You are here

protected function FieldZoom::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldZoom.php, line 22

Class

FieldZoom
Field zoom.

Namespace

Drupal\lightgallery\Field

Code

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