public function CommentStatisticsInterface::getRankingInfo in Drupal 8
Same name and namespace in other branches
- 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
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\commentCode
public function getRankingInfo();