You are here

protected function FieldTitleSource::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldTitleSource.php, line 57

Class

FieldTitleSource
Field title source.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'The image value that should be used for the title.';
}