protected function FieldHash::setTitle in Lightgallery 8
Sets title.
Overrides FieldBase::setTitle
File
- src/
Field/ FieldHash.php, line 22
Class
- FieldHash
- Field hash.
Namespace
Drupal\lightgallery\FieldCode
protected function setTitle() {
return 'Hash';
}