You are here

protected function FieldThumbImageStyle::setDefaultValue in Lightgallery 8

Sets default value.

Overrides FieldBase::setDefaultValue

File

src/Field/FieldThumbImageStyle.php, line 22

Class

FieldThumbImageStyle
Field thumb image style.

Namespace

Drupal\lightgallery\Field

Code

protected function setDefaultValue() {
  return NULL;
}