comment_view(CommentInterface $comment, $view_mode = 'full', $langcode = NULL)
Generates an array for rendering a comment.
Parameters
\Drupal\comment\CommentInterface $comment: The comment object.
string $view_mode: (optional) View mode; for instance, 'full', 'teaser', etc. Defaults to 'full'.
string $langcode: (optional) A language code to use for rendering. Defaults to the global content language of the current request.
Return value
array An array as expected by drupal_render().
Deprecated