You are here

protected function FieldLightgalleryImageStyle::setDefaultValue in Lightgallery 8

Sets default value.

Overrides FieldBase::setDefaultValue

File

src/Field/FieldLightgalleryImageStyle.php, line 22

Class

FieldLightgalleryImageStyle
Field light gallery image style.

Namespace

Drupal\lightgallery\Field

Code

protected function setDefaultValue() {
  return NULL;
}