You are here

7 calls to votingapi_recalculate_results() in Voting API 7.2

drush_votingapi_recalculate in ./votingapi.drush.inc
Command callback. Recalculate voting results.
MigrateDestinationVotingApiVote::recalculateResults in ./votingapi.migrate.inc
Recalculate votes for a list of id's.
VotingAPITestCase::testAddMultipleVotes in tests/votingapi.test
Add multiple votes and ensure that the vote calculations are working.
VotingAPITestCase::testAddVote in tests/votingapi.test
Add a vote and ensure that the vote was stored properly.
votingapi_cron in ./votingapi.module
Implements of hook_cron().
votingapi_set_votes in ./votingapi.module
Cast a vote on a particular piece of content.
_votingapi_results_rebuild in ./votingapi.admin.inc
Batch API callback for the vote rebuilding operation.