getAbsoluteURL( $urlGenerator->imagePath('core', 'actions/comment.svg') ), // TRANSLATORS This is describing the author and card title related to a comment e.g. "Jane on MyTask" $l10n->t('%s on %s', [$commentAuthor, $card->getTitle()]), $commentMessage, $urlGenerator->linkToRouteAbsolute('deck.page.index') . '#/board/' . $card->getRelatedBoard()->getId() . '/card/' . $card->getId() . '/comments/' . $commentId, // $commentId 'icon-comment'); $this->commentId = $commentId; } public function getCommentId(): string { return $this->commentId; } }