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