You are here

protected function FieldThumbWidth::setName in Lightgallery 8

Sets name.

Overrides FieldBase::setName

File

src/Field/FieldThumbWidth.php, line 22

Class

FieldThumbWidth
Field thumb width.

Namespace

Drupal\lightgallery\Field

Code

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