function hook_votingapi_storage_standard_results in Voting API 7.2
TODO
1 function implements hook_votingapi_storage_standard_results()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- votingapi_votingapi_storage_standard_results in ./
votingapi.module - Builds the default VotingAPI results for the three supported voting styles.
File
- ./
votingapi.api.php, line 217 - Provides hook documentation for the VotingAPI module.
Code
function hook_votingapi_storage_standard_results($entity_id, $entity) {
// TODO
}