function comment_ranking

Same name and namespace in other branches
  1. 7.x modules/comment/comment.module \comment_ranking()
  2. 8.9.x core/modules/comment/comment.module \comment_ranking()
  3. 10 core/modules/comment/comment.module \comment_ranking()
  4. 11.x core/modules/comment/comment.module \comment_ranking()

Implements hook_ranking().

File

core/modules/comment/comment.module, line 731

Code

function comment_ranking() {
    return \Drupal::service('comment.statistics')->getRankingInfo();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.