You are here

protected function FieldAutoplay::setName in Lightgallery 8

Sets name.

Overrides FieldBase::setName

File

src/Field/FieldAutoplay.php, line 15

Class

FieldAutoplay
Field autoplay.

Namespace

Drupal\lightgallery\Field

Code

protected function setName() {
  return 'autoplay';
}