20 calls to userpoints_get_categories() in User Points 7.2
- UserpointsAdminTestCase::testAddEditPoints in ./
userpoints.test - UserpointsBaseTestCase::addPoints in ./
userpoints.test - Add points through the admin form.
- UserpointsTransaction::getCategory in ./
userpoints.transaction.inc - The category of this transaction.
- UserpointsTransaction::getMessage in ./
userpoints.transaction.inc - A message that can be displayed to the current user.
- UserpointsTransaction::getTableRow in ./
userpoints.transaction.inc - Returns a single row for a transaction listing.
- 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_field_extra_fields in ./
userpoints.module - Implements hook_field_extra_fields().
- 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_rules_get_all_categories in userpoints_rules/
userpoints_rules.rules.inc - Simple callback that lists the categories including an option for all.
- userpoints_rules_get_categories in userpoints_rules/
userpoints_rules.rules.inc - Wrapper function for userpoints_get_categories().
- userpoints_token_info in ./
userpoints.module - Implements hook_token_info().
- 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.