You are here

protected function FieldKeyPress::setTitle in Lightgallery 8

Sets title.

Overrides FieldBase::setTitle

File

src/Field/FieldKeyPress.php, line 22

Class

FieldKeyPress
Field key press.

Namespace

Drupal\lightgallery\Field

Code

protected function setTitle() {
  return 'Keyboard';
}