You are here

protected function FieldGalleryId::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldGalleryId.php, line 43

Class

FieldGalleryId
Field gallery id.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Unique id for each gallery. It is mandatory when you use hash plugin for multiple galleries on the same page.';
}