action_node_touch_changed |
./votingapi_actions.inc |
Touches the change date of a node. Useful for moderated nodes that should appear
'fresh' as soon as they're promoted. |
|
|
action_node_touch_created |
./votingapi_actions.inc |
Touches the creation date of a node. Useful for moderated nodes that should appear
'fresh' as soon as they're promoted. |
|
|
theme_votingapi_actions_add_action |
./votingapi_actions_ui.inc |
|
|
|
theme_votingapi_actions_add_condition |
./votingapi_actions_ui.inc |
|
|
|
theme_votingapi_standard_handler_form |
./votingapi_actions.inc |
|
|
|
votingapi_actions_action_form |
./votingapi_actions_ui.inc |
|
1 |
|
votingapi_actions_admin_add_page |
./votingapi_actions_ui.inc |
|
|
|
votingapi_actions_admin_delete_page |
./votingapi_actions_ui.inc |
|
|
1 |
votingapi_actions_admin_delete_page_submit |
./votingapi_actions_ui.inc |
|
|
|
votingapi_actions_admin_disable_page |
./votingapi_actions_ui.inc |
|
|
1 |
votingapi_actions_admin_edit_page |
./votingapi_actions_ui.inc |
|
|
1 |
votingapi_actions_admin_enable_page |
./votingapi_actions_ui.inc |
|
|
1 |
votingapi_actions_admin_export_page |
./votingapi_actions_ui.inc |
|
|
1 |
votingapi_actions_admin_import_page |
./votingapi_actions_ui.inc |
|
|
1 |
votingapi_actions_admin_import_page_submit |
./votingapi_actions_ui.inc |
|
|
|
votingapi_actions_admin_import_page_validate |
./votingapi_actions_ui.inc |
|
|
|
votingapi_actions_admin_page |
./votingapi_actions_ui.inc |
|
|
1 |
votingapi_actions_condition_form |
./votingapi_actions_ui.inc |
|
1 |
|
votingapi_actions_install |
./votingapi_actions.install |
|
|
|
votingapi_actions_menu |
./votingapi_actions.module |
|
|
|
votingapi_actions_perm |
./votingapi_actions.module |
Implementation of hook_perm(). |
|
|
votingapi_actions_set_form |
./votingapi_actions_ui.inc |
|
|
2 |
votingapi_actions_uninstall |
./votingapi_actions.install |
|
|
|
votingapi_actions_votingapi_action_handlers |
./votingapi_actions.inc |
|
|
|
votingapi_actions_votingapi_recalculate |
./votingapi_actions.module |
|
|
|
votingapi_add_vote |
./votingapi.module |
Add a new vote for a given piece of content. If the user has already voted, this casts an additional vote.
In most cases, this should not be called directly by external modules. |
1 |
|
votingapi_change_vote |
./votingapi.module |
Alters a user's existing vote, if one exists.
In most cases, this should not be called directly by external modules. |
1 |
|
votingapi_cron |
./votingapi.module |
Implementation of hook_cron. Allows db-intensive recalculations to put off until cron-time. |
|
|
votingapi_delete_vote |
./votingapi.module |
Deletes a user's existing vote, if one exists. |
2 |
|
votingapi_delete_votes |
./votingapi.module |
Deletes a collection of vote objects. |
|
|
votingapi_generate_create_votes |
./votingapi_generate.module |
|
1 |
|
votingapi_generate_get_users |
./votingapi_generate.module |
|
1 |
|
votingapi_generate_menu |
./votingapi_generate.module |
|
|
|
votingapi_generate_votes_form |
./votingapi_generate.module |
|
|
1 |
votingapi_generate_votes_form_submit |
./votingapi_generate.module |
|
|
|
votingapi_get_content_votes |
./votingapi.module |
A helper function that returns an array of votes for one piece of content, keyed by the user who cast them. |
|
|
votingapi_get_formatters |
./votingapi_views.inc |
|
1 |
|
votingapi_get_user_votes |
./votingapi.module |
A simple helper function that returns all votes cast by a given user for a piece of content. |
1 |
|
votingapi_get_vote |
./votingapi.module |
A simple helper function that returns a single vote record. |
|
|
votingapi_get_vote_by_id |
./votingapi.module |
|
1 |
|
votingapi_get_voting_result |
./votingapi.module |
A simple helper function that returns a single cached voting result. |
|
|
votingapi_get_voting_results |
./votingapi.module |
A simple helper function that returns the cached voting results for a given piece of content. |
|
|
votingapi_handler_filter_uid_voted |
./votingapi_views.inc |
|
|
1 |
votingapi_handler_filter_value |
./votingapi_views.inc |
|
|
1 |
votingapi_init |
./votingapi.module |
|
|
|
votingapi_install |
./votingapi.install |
|
|
|
votingapi_invoke |
./votingapi.module |
Invoke a hook_votingapi_*() operation. |
5 |
|
votingapi_load_content |
./votingapi.module |
A helper function that loads content from type/id pairs. |
|
|
votingapi_menu |
./votingapi.module |
|
|
|
votingapi_node_properties_handler |
./votingapi_actions.inc |
|
|
|