You are here

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\Field

Code

protected function setTitle() {
  return 'Autoplay';
}