You are here

protected function FieldEscKey::setDescription in Lightgallery 8

Sets description.

Overrides FieldBase::setDescription

File

src/Field/FieldEscKey.php, line 36

Class

FieldEscKey
Field esc key.

Namespace

Drupal\lightgallery\Field

Code

protected function setDescription() {
  return 'Whether the LightGallery could be closed by pressing the "Esc" key.';
}