function CommentStatisticsInterface::getRankingInfo

Same name and namespace in other branches
  1. 8.9.x core/modules/comment/src/CommentStatisticsInterface.php \Drupal\comment\CommentStatisticsInterface::getRankingInfo()
  2. 10 core/modules/comment/src/CommentStatisticsInterface.php \Drupal\comment\CommentStatisticsInterface::getRankingInfo()
  3. 11.x 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()

1 method overrides CommentStatisticsInterface::getRankingInfo()
CommentStatistics::getRankingInfo in core/modules/comment/src/CommentStatistics.php
Returns an array of ranking information for hook_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();

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