Skip to content
Snippets Groups Projects

Use AccountInterface::getDisplayName() for RSS feeds in Views

2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -102,7 +102,7 @@ public function render($row) {
@@ -102,7 +102,7 @@ public function render($row) {
],
],
[
[
'key' => 'dc:creator',
'key' => 'dc:creator',
'value' => $comment->getAuthorName(),
'value' => $comment->getOwner()->getDisplayName(),
],
],
[
[
'key' => 'guid',
'key' => 'guid',
Loading