protected function FieldLoop::setTitle in Lightgallery 8
Sets title.
Overrides FieldBase::setTitle
File
- src/
Field/ FieldLoop.php, line 22
Class
- FieldLoop
- Field loop.
Namespace
Drupal\lightgallery\FieldCode
protected function setTitle() {
return 'Loop';
}