You are here

protected function FieldImage::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldImage.php, line 50

Class

FieldImage
Field image.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Image field';
}