You are here

protected function FieldLightgalleryImageStyle::setName in Lightgallery 8

Sets name.

Overrides FieldBase::setName

File

src/Field/FieldLightgalleryImageStyle.php, line 36

Class

FieldLightgalleryImageStyle
Field light gallery image style.

Namespace

Drupal\lightgallery\Field

Code

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