Skip to content
Snippets Groups Projects

Patch from #3277238-29

Files

@@ -253,7 +253,7 @@ public function setFormat($format) {
* {@inheritdoc}
*/
public function getName() {
return $this->label();
return $this->label() ?? '';
}
/**
Loading