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\FieldCode
protected function setTitle() {
return 'Keyboard';
}