13 calls to userpoints_get_current_points() in User Points 7
- UserpointsAdminTestCase::testAddEditPoints in tests/
userpoints_api.test - UserpointsAPITestCase::testBasicCall in tests/
userpoints_api.test - Call userpoints_userpointsapi() with just points.
- UserpointsBaseTestCase::addPoints in tests/
userpoints_api.test - Add points through the admin form.
- UserpointsBaseTestCase::verifyPoints in tests/
userpoints_api.test - Verify the current and optionally max points in a specific category.
- UserpointsServiceTestCase::testAddRetrievePoints in ./
userpoints_service.test - Basic tests for granting and retreiving points through a service.
- userpoints_get_points_list in ./
userpoints.module - Returns a render array that displays the points and action links.
- userpoints_list_transactions in ./
userpoints.pages.inc - Displays a detailed transaction report for an individual user.
- userpoints_rules_get_current_points in ./
userpoints_rules.rules.inc - Rules action - load points of a user.
- userpoints_service_add in ./
userpoints_service.inc - Add points to a user.
- userpoints_service_get in ./
userpoints_service.inc - Get the number of points of a given user.
- userpoints_tokens in ./
userpoints.module - Implements hook_tokens().
- userpoints_userpointsapi in ./
userpoints.module - Save userpoints changes and call hooks.
- _userpoints_update_cache in ./
userpoints.module - Update the caching table.