You are here

protected function FieldTitle::setDefaultValue in Lightgallery 8

Sets default value.

Overrides FieldBase::setDefaultValue

File

src/Field/FieldTitle.php, line 22

Class

FieldTitle
Field title.

Namespace

Drupal\lightgallery\Field

Code

protected function setDefaultValue() {
  return NULL;
}