protected function FieldAnimateThumb::setName in Lightgallery 8
Sets name.
Overrides FieldBase::setName
File
- src/
Field/ FieldAnimateThumb.php, line 15
Class
- FieldAnimateThumb
- Field animate thumb.
Namespace
Drupal\lightgallery\FieldCode
protected function setName() {
return 'animate_thumb';
}