You are here

protected function FieldClosable::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldClosable.php, line 36

Class

FieldClosable
Field closable.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Allows clicks on dimmer to close gallery.';
}