You are here

protected function FieldThumbWidth::setDefaultValue in Lightgallery 8

Sets default value.

Overrides FieldBase::setDefaultValue

File

src/Field/FieldThumbWidth.php, line 15

Class

FieldThumbWidth
Field thumb width.

Namespace

Drupal\lightgallery\Field

Code

protected function setDefaultValue() {
  return 100;
}