constant USERPOINTS_TXN_STATUS_PENDING in User Points 7
Same name and namespace in other branches
- 5.3 userpoints.module \USERPOINTS_TXN_STATUS_PENDING
- 5 userpoints.module \USERPOINTS_TXN_STATUS_PENDING
- 5.2 userpoints.module \USERPOINTS_TXN_STATUS_PENDING
- 6 userpoints.module \USERPOINTS_TXN_STATUS_PENDING
6 uses of USERPOINTS_TXN_STATUS_PENDING
- UserpointsAPITestCase::testEditingTransactions in tests/
userpoints_api.test - Test that editing points correctly updates the current and max points.
- userpoints_admin_access_transaction_pending in ./
userpoints.module - Access callback for approve and decline local tasks.
- userpoints_admin_transactions in ./
userpoints.admin.inc - Displays a list of transactions.
- userpoints_get_transaction_actions in ./
userpoints.module - Returns a list of operations as links.
- userpoints_list_transactions in ./
userpoints.pages.inc - Displays a detailed transaction report for an individual user.
File
- ./
userpoints.module, line 15
Code
define('USERPOINTS_TXN_STATUS_PENDING', 1);