You are here

function userpoints_rules_get_categories in User Points 7.2

Same name and namespace in other branches
  1. 7 userpoints_rules.rules.inc \userpoints_rules_get_categories()

Wrapper function for userpoints_get_categories().

Rules.module uses different arguments for option list callbacks than userpoints_get_categories expects.

2 string references to 'userpoints_rules_get_categories'
UserpointsTransactionMetadataController::entityPropertyInfo in ./userpoints.transaction.inc
Overrides EntityDefaultMetadataController::entityPropertyInfo().
userpoints_rules_rules_action_info in userpoints_rules/userpoints_rules.rules.inc
Implements hook_rules_action_info().

File

userpoints_rules/userpoints_rules.rules.inc, line 114
Provide better integration into the rules group

Code

function userpoints_rules_get_categories() {
  return userpoints_get_categories();
}