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