protected CommentLazyBuilders::buildLinks(CommentInterface $entity, EntityInterface $commented_entity)
Build the default links (reply, edit, delete …) for a comment.
Parameters
\Drupal\comment\CommentInterface $entity: The comment object.
\Drupal\Core\Entity\EntityInterface $commented_entity: The entity to which the comment is attached.
Return value
array An array that can be processed by drupal_pre_render_links().
File
core/modules/comment/src/CommentLazyBuilders.php, line 164
Class
Comm