function comment_ranking in Drupal 10
Same name and namespace in other branches
- 8 core/modules/comment/comment.module \comment_ranking()
- 7 modules/comment/comment.module \comment_ranking()
- 9 core/modules/comment/comment.module \comment_ranking()
Implements hook_ranking().
File
- core/
modules/ comment/ comment.module, line 731 - Enables users to comment on published content.
Code
function comment_ranking() {
return \Drupal::service('comment.statistics')
->getRankingInfo();
}