You are here

protected function FieldEscKey::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldEscKey.php, line 22

Class

FieldEscKey
Field esc key.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Escape key';
}