drush_votingapi_flush |
./votingapi.drush.inc |
Command callback. Flush votes and results. |
|
|
drush_votingapi_generate_votes |
./votingapi.drush.inc |
Command callback. Generate a number of votes. |
|
|
drush_votingapi_recalculate |
./votingapi.drush.inc |
Command callback. Recalculate voting results. |
|
|
hook_votingapi_metadata_alter |
./votingapi.api.php |
Adds to or alters metadata describing Voting tags, value_types, and
functions. |
|
|
hook_votingapi_preset_votes |
./votingapi.api.php |
Allows to act on votes before being inserted. |
|
|
hook_votingapi_results_alter |
./votingapi.api.php |
Adds to or changes the calculated vote results for a piece of content. |
|
|
hook_votingapi_storage_add_vote |
./votingapi.api.php |
Save a vote in the database. |
|
|
hook_votingapi_storage_delete_votes |
./votingapi.api.php |
Delete votes from the database. |
|
|
hook_votingapi_storage_select_votes |
./votingapi.api.php |
Select invidual votes from the database |
|
|
hook_votingapi_storage_standard_results |
./votingapi.api.php |
TODO |
|
|
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. |
5 |
|
votingapi_cron |
./votingapi.module |
Implements 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 hash. |
1 |
|
votingapi_delete_results |
./votingapi.module |
Delete cached vote results from the database. |
1 |
|
votingapi_delete_votes |
./votingapi.module |
Delete votes from the database. |
3 |
|
votingapi_drush_command |
./votingapi.drush.inc |
Implements of hook_drush_command(). |
|
|
votingapi_drush_help |
./votingapi.drush.inc |
Implements of hook_drush_help(). |
|
|
votingapi_entity_delete |
./votingapi.module |
Implements hook_entity_delete(). |
|
|
votingapi_generate_votes |
./votingapi.devel.inc |
Utility function to generate votes. |
2 |
|
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_help |
./votingapi.module |
@file
A generalized voting API for Drupal. |
|
|
votingapi_menu |
./votingapi.module |
Implements of hook_menu(). |
|
|
votingapi_metadata |
./votingapi.module |
Returns metadata about tags, value_types, and results defined by vote
modules. |
1 |
|
votingapi_permission |
./votingapi.module |
Implements hook_permission(). |
|
|
votingapi_rebuild_form |
./votingapi.admin.inc |
Rebuild the voting results and clear the voting cache. |
|
1 |
votingapi_rebuild_form_submit |
./votingapi.admin.inc |
Submit handler for votingapi_rebuild_form. |
|
|
votingapi_recalculate_results |
./votingapi.module |
Recalculates the aggregate results of all votes for a piece of content. |
7 |
|
votingapi_schema |
./votingapi.install |
Implements hook_schema(). |
|
|
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. |
3 |
|
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 |
Implements hook_uninstall(). |
|
|
votingapi_update_7201 |
./votingapi.install |
Rename the 'content_type' and 'content_id' columns. |
|
|
votingapi_update_7202 |
./votingapi.install |
Queue orphaned votes for deletion (nodes and comments). |
|
|
votingapi_update_7203 |
./votingapi.install |
Fix default values for entity_type columns. |
|
|
votingapi_update_7205 |
./votingapi.install |
Update the structure of data storage. |
|
|
votingapi_update_last_removed |
./votingapi.install |
The most recent update removed for version-to-version compatibility. |
|
|
votingapi_views_analyze |
views/votingapi.views.inc |
Implements of hook_views_analyze(). |
|
|
votingapi_views_api |
./votingapi.module |
Implements of hook_views_api(). |
|
|
votingapi_views_data |
views/votingapi.views.inc |
Implements 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 |
Implements of hook_views_handlers(). |
|
|
votingapi_votingapi_storage_add_vote |
./votingapi.module |
Implements of hook_votingapi_storage_add_vote(). |
|
|