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