You are here

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

Code

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