protected function FieldGalleryId::setTitle in Lightgallery 8
Sets title.
Overrides FieldBase::setTitle
File
- src/
Field/ FieldGalleryId.php, line 29
Class
- FieldGalleryId
- Field gallery id.
Namespace
Drupal\lightgallery\FieldCode
protected function setTitle() {
return 'Gallery ID';
}