You are here

protected function FieldTitleSource::setDefaultValue in Lightgallery 8

Sets default value.

Overrides FieldBase::setDefaultValue

File

src/Field/FieldTitleSource.php, line 22

Class

FieldTitleSource
Field title source.

Namespace

Drupal\lightgallery\Field

Code

protected function setDefaultValue() {
  return NULL;
}