You are here

20 calls to userpoints_get_categories() in User Points 7

UserpointsAdminTestCase::testAddEditPoints in tests/userpoints_api.test
UserpointsAPITestCase::testGetCategories in tests/userpoints_api.test
Tests the userpoints_get_categories() function.
UserpointsBaseTestCase::addPoints in tests/userpoints_api.test
Add points through the admin form.
userpoints_admin_settings in ./userpoints.admin.inc
Menu callback for settings form.
userpoints_admin_txn in ./userpoints.admin.inc
Form builder for add/edit userpoints transaction form.
userpoints_block_info in ./userpoints.module
Implements hook_block_info().
userpoints_filter_form in ./userpoints.module
Provides a dropdown to filter by category.
userpoints_filter_query in ./userpoints.module
Filter a query according to the selected filters.
userpoints_get_list_header in ./userpoints.module
Returns the header array definition for userpoints listings.
userpoints_get_list_row in ./userpoints.module
userpoints_get_points_list in ./userpoints.module
Returns a render array that displays the points and action links.
userpoints_get_transaction_header in ./userpoints.module
Returns a table header for a transaction listing.
userpoints_get_transaction_row in ./userpoints.module
Returns a single row for a transaction listing.
userpoints_rules_get_all_categories in ./userpoints_rules.rules.inc
Simple callback that lists the categories including an option for all.
userpoints_rules_get_categories in ./userpoints_rules.rules.inc
Wrapper function for userpoints_get_categories().
userpoints_token_info in ./userpoints.module
Implements hook_token_info().
userpoints_transaction_load in ./userpoints.module
Load a userpoints transaction.
userpoints_userpointsapi in ./userpoints.module
Save userpoints changes and call hooks.
userpoints_views_handler_argument_category::category in views/userpoints_views_handler_argument_category.inc
userpoints_views_handler_filter_category::get_value_options in views/userpoints_views_handler_filter_category.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.