You are here

protected function FieldTitle::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldTitle.php, line 57

Class

FieldTitle
Field title.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Select the field you want to use as title in the Lightgallery. Leave empty to omit titles.';
}