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