Same name and namespace in other branches
  1. 8.9.x core/modules/comment/src/CommentStatisticsInterface.php \Drupal\comment\CommentStatisticsInterface::getRankingInfo()
  2. 9 core/modules/comment/src/CommentStatisticsInterface.php \Drupal\comment\CommentStatisticsInterface::getRankingInfo()

Returns an array of ranking information for hook_ranking().

Return value

array Array of ranking information as expected by hook_ranking().

See also

hook_ranking()

comment_ranking()

File

core/modules/comment/src/CommentStatisticsInterface.php, line 22

Class

CommentStatisticsInterface
Provides an interface for storing and retrieving comment statistics.

Namespace

Drupal\comment

Code

public function getRankingInfo();