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