You are here

namespace Drupal\rate\Plugin\VoteResultFunction in Rate 8.2

Same name in other branches
  1. 8 Drupal\rate\Plugin\VoteResultFunction
Classsort descending Location Description
CountUp src/Plugin/VoteResultFunction/CountUp.php The total number of positive votes.
RateAverage src/Plugin/VoteResultFunction/RateAverage.php An average of a set of votes.
RateCount src/Plugin/VoteResultFunction/RateCount.php A sum of a set of votes.
RateSum src/Plugin/VoteResultFunction/RateSum.php An average of a set of votes.
RateSumUp src/Plugin/VoteResultFunction/RateSumUp.php An average of a set of votes.