You are here

protected function FieldThumbHeight::setName in Lightgallery 8

Sets name.

Overrides FieldBase::setName

File

src/Field/FieldThumbHeight.php, line 22

Class

FieldThumbHeight
Field thumb height.

Namespace

Drupal\lightgallery\Field

Code

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