comment_entity_view(array &$build, EntityInterface $entity, EntityViewDisplayInterface $display, $view_mode)
Implements hook_entity_view().
File
core/modules/comment/comment.module, line 212 Enables users to comment on published content.
Code
function comment_entity_view(array &$build, EntityInterface $entity, EntityViewDisplayInterface $display, $view_mode) {
if ($entity instanceof FieldableEntityInterface && $view_mode == 'rss' && $display->getComponent('links')