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\FieldCode
protected function setName() {
return 'autoplay';
}