protected function FieldPreload::setTitle in Lightgallery 8
Sets title.
Overrides FieldBase::setTitle
File
- src/
Field/ FieldPreload.php, line 36
Class
- FieldPreload
- Field pre load.
Namespace
Drupal\lightgallery\FieldCode
protected function setTitle() {
return 'Preload';
}