You are here

protected function FieldThumbImageStyle::setName in Lightgallery 8

Sets name.

Overrides FieldBase::setName

File

src/Field/FieldThumbImageStyle.php, line 36

Class

FieldThumbImageStyle
Field thumb image style.

Namespace

Drupal\lightgallery\Field

Code

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