hook_userpoints_info |
./userpoints.api.php |
Return information about registered operations. |
|
|
hook_userpoints_list_alter |
./userpoints.api.php |
Allows to customize the output of a the users by points page. |
|
|
hook_userpoints_list_transactions_alter |
./userpoints.api.php |
Allows to customize the output of a the my userpoints page. |
|
|
theme_userpoints_view_category |
./userpoints.theme.inc |
Theme implementation to display a userpoints category. |
|
|
theme_userpoints_view_item |
./userpoints.theme.inc |
Theme implementation to display a userpoints item. |
|
|
userpoints_access_my_points |
./userpoints.module |
Checks if user can access their points - used via hook_menu(). |
2 |
1 |
userpoints_access_view_transaction |
./userpoints.module |
Checks if a user has access to a transaction. |
1 |
1 |
userpoints_action_grant_points |
./userpoints_rules.rules.inc |
Rules action - grant points to a user. |
|
|
userpoints_action_grant_points_form_alter |
./userpoints_rules.rules.inc |
|
|
|
userpoints_admin_access |
./userpoints.module |
Checks access for administrative functionality. |
7 |
2 |
userpoints_admin_access_transaction_pending |
./userpoints.module |
Access callback for approve and decline local tasks. |
|
1 |
userpoints_admin_points |
./userpoints.admin.inc |
Provides an administrative interface for managing points. |
|
1 |
userpoints_admin_settings |
./userpoints.admin.inc |
Menu callback for settings form. |
|
1 |
userpoints_admin_transactions |
./userpoints.admin.inc |
Displays a list of transactions. |
|
1 |
userpoints_admin_txn |
./userpoints.admin.inc |
Form builder for add/edit userpoints transaction form. |
|
1 |
userpoints_admin_txn_submit |
./userpoints.admin.inc |
Submit function for userpoints transaction form. |
|
|
userpoints_admin_txn_validate |
./userpoints.admin.inc |
Validate function for userpoints transaction form. |
|
|
userpoints_block_configure |
./userpoints.module |
Implements hook_block_configure(). |
|
|
userpoints_block_info |
./userpoints.module |
Implements hook_block_info(). |
|
|
userpoints_block_save |
./userpoints.module |
Implements hook_block_save(). |
|
|
userpoints_block_view |
./userpoints.module |
Implements hook_block_view(). |
|
|
userpoints_confirm_approve |
./userpoints.admin.inc |
|
|
1 |
userpoints_confirm_approve_submit |
./userpoints.admin.inc |
@file
Admin menu callbacks for userpoints.module. |
|
|
userpoints_create_description |
./userpoints.module |
Creates a descriptive reason for a userpoints_transaction. |
4 |
|
userpoints_create_operation_autocomplete_label |
./userpoints.admin.inc |
Create a autocomplete label with highlighted search text. |
1 |
|
userpoints_cron |
./userpoints.module |
Implements hook_cron(). |
|
|
userpoints_date_to_timestamp |
./userpoints.module |
Modifies FAPI date setting to timestamp. |
3 |
|
userpoints_expire_transactions |
./userpoints.module |
Finds and expires expired points. |
1 |
|
userpoints_expiry_dates |
./userpoints.module |
returns an array of possible expiry times
to the administrative settings page |
1 |
|
userpoints_field_extra_fields |
./userpoints.module |
Implements hook_field_extra_fields(). |
|
|
userpoints_filter_form |
./userpoints.module |
Provides a dropdown to filter by category. |
4 |
|
userpoints_filter_form_ajax_callback |
./userpoints.module |
Ajax callback for userpoints filter form. |
|
1 |
userpoints_filter_parse_input |
./userpoints.module |
Parse input and generate an values array. |
4 |
|
userpoints_filter_query |
./userpoints.module |
Filter a query according to the selected filters. |
4 |
|
userpoints_get_categories |
./userpoints.module |
Returns an array of possible categories, suitable for inclusion in FAPI. |
20 |
|
userpoints_get_current_points |
./userpoints.module |
Get current points of a user. |
13 |
1 |
userpoints_get_default_expiry_date |
./userpoints.module |
Determines the correct default expiration date. |
3 |
|
userpoints_get_default_tid |
./userpoints.module |
Wrapper function to return the default tid via API call |
11 |
|
userpoints_get_info |
./userpoints.module |
Returns information about point-providing modules and operations. |
2 |
|
userpoints_get_list_header |
./userpoints.module |
Returns the header array definition for userpoints listings. |
2 |
|
userpoints_get_list_row |
./userpoints.module |
|
2 |
|
userpoints_get_max_points |
./userpoints.module |
Gets the number of maximal points of that user. |
6 |
1 |
userpoints_get_points_list |
./userpoints.module |
Returns a render array that displays the points and action links. |
2 |
|
userpoints_get_transaction_actions |
./userpoints.module |
Returns a list of operations as links. |
2 |
|
userpoints_get_transaction_header |
./userpoints.module |
Returns a table header for a transaction listing. |
2 |
|
userpoints_get_transaction_row |
./userpoints.module |
Returns a single row for a transaction listing. |
2 |
|
userpoints_get_vid |
./userpoints.module |
Returns the Vocabulary ID (vid) used by userpoints for categorization. |
2 |
|
userpoints_help |
./userpoints.module |
Implements hook_help(). |
|
|
userpoints_invoke_all |
./userpoints.module |
Invokes hook_userpoints() with params passed by references. |
2 |
|
userpoints_list_transactions |
./userpoints.pages.inc |
Displays a detailed transaction report for an individual user. |
|
1 |