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