hook_votingapi_metadata_alter |
./votingapi.api.php |
Adds to or alters metadata describing Voting tags, value_types, and functions. |
|
|
hook_votingapi_relationships |
./votingapi.api.php |
Return metadata used to build Views relationships on voting data. |
|
|
hook_votingapi_results_alter |
./votingapi.api.php |
Adds to or changes the calculated vote results for a piece of content. |
|
|
hook_votingapi_views_formatters |
./votingapi.api.php |
Returns callback functions and descriptions to format a VotingAPI Views field. |
|
|
votingapi_add_results |
./votingapi.module |
Save a bundle of vote results to the database. |
1 |
|
votingapi_add_votes |
./votingapi.module |
Save a collection of votes to the database. |
4 |
|
votingapi_cron |
./votingapi.module |
Implementation of hook_cron(). |
|
|
votingapi_current_user_identifier |
./votingapi.module |
Generate a proper identifier for the current user: if they have an account,
return their UID. Otherwise, return their IP address. |
1 |
|
votingapi_delete_results |
./votingapi.module |
Delete cached vote results from the database. |
|
|
votingapi_delete_votes |
./votingapi.module |
Delete votes from the database. |
1 |
|
votingapi_generate_votes |
./votingapi.admin.inc |
Utility function to generate votes. |
1 |
|
votingapi_generate_votes_form |
./votingapi.admin.inc |
Developer tool to generate dummy votes. |
|
1 |
votingapi_generate_votes_form_submit |
./votingapi.admin.inc |
Submit handler for votingapi_generate_votes_form. |
|
|
votingapi_install |
./votingapi.install |
|
|
|
votingapi_menu |
./votingapi.module |
Implementation of hook_menu(). |
|
|
votingapi_metadata |
./votingapi.module |
Returns metadata about tags, value_types, and results defined by vote modules. |
1 |
|
votingapi_perm |
./votingapi.module |
Implementation of hook_perm(). |
|
|
votingapi_recalculate_results |
./votingapi.module |
Recalculates the aggregate results of all votes for a piece of content. |
4 |
|
votingapi_schema |
./votingapi.install |
@file
Installation file for VotingAPI module. |
|
|
votingapi_select_results |
./votingapi.module |
Select cached vote results from the database. |
1 |
|
votingapi_select_single_result_value |
./votingapi.module |
Retrieve the value of the first result matching the criteria passed in. |
|
|
votingapi_select_single_vote_value |
./votingapi.module |
Retrieve the value of the first vote matching the criteria passed in. |
|
|
votingapi_select_votes |
./votingapi.module |
Select individual votes from the database. |
2 |
|
votingapi_settings_form |
./votingapi.admin.inc |
Administrative settings for VotingAPI. |
|
1 |
votingapi_set_votes |
./votingapi.module |
Cast a vote on a particular piece of content. |
1 |
|
votingapi_uninstall |
./votingapi.install |
|
|
|
votingapi_update_1 |
./votingapi.install |
UTF8 update |
|
|
votingapi_update_2 |
./votingapi.install |
Value fields changed to signed floats. |
|
|
votingapi_update_3 |
./votingapi.install |
Value fields changed to signed floats. |
|
|
votingapi_update_4 |
./votingapi.install |
Initial work to roll Voting Actions functionality into Voting API. |
|
|
votingapi_update_5 |
./votingapi.install |
Fixed index definition, corrected table prefixes. |
|
|
votingapi_update_6 |
./votingapi.install |
|
|
|
votingapi_update_6100 |
./votingapi.install |
|
|
|
votingapi_update_6101 |
./votingapi.install |
|
|
|
votingapi_update_7 |
./votingapi.install |
|
|
|
votingapi_update_8 |
./votingapi.install |
|
|
|
votingapi_update_9 |
./votingapi.install |
|
|
|
votingapi_views_analyze |
views/votingapi.views.inc |
Implementation of hook_views_analyze(). |
|
|
votingapi_views_api |
./votingapi.module |
Implementation of hook_views_api(). |
|
|
votingapi_views_data |
views/votingapi.views.inc |
Implementation of hook_views_data(). |
|
|
votingapi_views_data_alter |
views/votingapi.views.inc |
|
|
|
votingapi_views_default_views |
views/votingapi.views_default.inc |
@file
Provide default views data for votingapi.module. |
|
|
votingapi_views_handlers |
views/votingapi.views.inc |
Implementation of hook_views_handlers(). |
|
|
votingapi_votingapi_storage_add_vote |
./votingapi.module |
Implementation of hook_votingapi_storage_add_vote(). |
|
|
votingapi_votingapi_storage_delete_votes |
./votingapi.module |
Implementation of hook_votingapi_storage_delete_votes(). |
|
|
votingapi_votingapi_storage_select_votes |
./votingapi.module |
Implementation of hook_votingapi_storage_select_votes(). |
|
|
_votingapi_cast_votes |
./votingapi.admin.inc |
Utility function to generate votes on a node by a set of users. |
1 |
|
_votingapi_delete |
./votingapi.module |
Internal helper function constructs DELETE queries. Don't use unless you're me. |
1 |
|
_votingapi_get_standard_results |
./votingapi.module |
Builds the default VotingAPI results for the three supported voting styles. |
1 |
|
_votingapi_prep_vote |
./votingapi.module |
Populate the value of any unset vote properties. |
2 |
|