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\FieldCode
protected function setDescription() {
return 'Whether the LightGallery could be closed by pressing the "Esc" key.';
}