You are here

Functions in User Stats 7

Primary tabs

Namesort descending Location Description Direct uses Strings
custom_count_1_callback ./user_stats.api.php 1
custom_count_2_callback ./user_stats.api.php 1
hook_default_user_stats ./user_stats.api.php Aggregates list of all custom user statistics
user_stats_action_info ./user_stats.module Implements hook_action_info().
user_stats_admin_settings ./user_stats.admin.inc Implements hook_settings(). 1
user_stats_author_pane_allow_preprocess_disable ./user_stats.author-pane.inc Implements hook_author_pane_allow_preprocess_disable().
user_stats_cache_get ./user_stats.module Return data from the non-persistent User Stats cache. Single values are returned according to type of statistic and unique user id. 2
user_stats_cache_set ./user_stats.module Store a value in the non-persistent User Stats cache. 5
user_stats_comment_delete ./user_stats.module Implements hook_comment_delete().
user_stats_comment_insert ./user_stats.module Implements hook_comment_insert().
user_stats_comment_update ./user_stats.module Implements hook_comment_update().
user_stats_cron ./user_stats.module Implements hook_cron().
user_stats_events_argument_day_older ./user_stats.rules.inc Handler to load number of days user has been registered on event. 1
user_stats_events_argument_user ./user_stats.rules.inc Handler to load user object on event. 1
user_stats_get_stats ./user_stats.module Returns user stats. 5
user_stats_ip_address_update ./user_stats.module Update the IP address of a given user. 6
user_stats_isset ./user_stats.module Checks whether a statistic is set for a given user. 3
user_stats_login_count_reset_action ./user_stats.module Implementation of a Drupal action. Resets a user's login count.
user_stats_login_count_update ./user_stats.module Manage the login count of a given user. 2
user_stats_menu ./user_stats.module Implements hook_menu().
user_stats_node_delete ./user_stats.module Implements hook_node_delete().
user_stats_node_insert ./user_stats.module Implements hook_node_insert().
user_stats_node_update ./user_stats.module Implements hook_node_update().
user_stats_permission ./user_stats.module Implements hook_permission().
user_stats_post_count_reset_action ./user_stats.module Implementation of a Drupal action.
user_stats_post_count_update ./user_stats.module Manage the post count of a given user. 9
user_stats_preprocess_author_pane ./user_stats.author-pane.inc Implements hook_preprocess_author_pane().
user_stats_reset_counts ./user_stats.module Resets statistics. Full stop. 3
user_stats_reset_login_count ./user_stats.admin.inc Reset login count handler. 2
user_stats_reset_post_count ./user_stats.admin.inc Reset post count handler. 2
user_stats_rules_events_variables ./user_stats.rules.inc Defines variables for user_stats_rules_event_info(). 2
user_stats_rules_events_variables_day_older ./user_stats.rules.inc Defines variables for user_stats_rules_event_info(). 1
user_stats_rules_event_info ./user_stats.rules.inc Implements hook_rules_event_info().
user_stats_schema ./user_stats.install Implements hook_schema().
user_stats_settings_change ./user_stats.admin.inc Settings change callback. TODO: make this check a setting has been changed before resetting counts. 1
user_stats_token_list ./user_stats.module Implements hook_token_list().
user_stats_token_values ./user_stats.module Implements hook_token_values().
user_stats_uninstall ./user_stats.install Implements hook_uninstall().
user_stats_update_7102 ./user_stats.install Expands the width of the field table to 40.
user_stats_user_insert ./user_stats.module Implements hook_user_insert to record ip of new user on registration.
user_stats_user_login ./user_stats.module Implements hook_user_login().
user_stats_user_logout ./user_stats.module Implements hook_user_logout().
user_stats_user_stats ./user_stats.module Implements hook_user_stats().
user_stats_views_api ./user_stats.module Implements hook_views_api().
user_stats_views_data views/user_stats.views.inc Implements hook_views_data().
user_stats_views_default_views views/user_stats.views_default.inc Implements hook_views_default_views().
user_stats_views_handlers views/user_stats.views.inc Implements hook_views_handlers().
_user_stats_last_post ./user_stats.module Helper function to get the last post created by the user. 1

Other projects