comment_ranking()
Implements hook_ranking().
File
- core/modules/comment/comment.module, line 757
- Enables users to comment on published content.
Code
function comment_ranking() { return \Drupal::service('comment.statistics')->getRankingInfo(); }
comment_ranking()
Implements hook_ranking().
function comment_ranking() { return \Drupal::service('comment.statistics')->getRankingInfo(); }
Please login to continue.