You are here

Functions in Better Statistics 7

Primary tabs

Namesort descending Location Description Direct uses Strings
better_statistics_access_log ./better_statistics.admin.inc Displays details of recent page accesses. 1
better_statistics_add_js_api ./better_statistics.module Add the Better Statistics JS API file to the current request. 1
better_statistics_ajax_handler ./better_statistics.ajax.inc Handles Better Statistics AJAX POST requests. 1
better_statistics_better_statistics_ajax ./better_statistics.statistics.inc Implements hook_better_statistics_ajax().
better_statistics_better_statistics_fields ./better_statistics.statistics.inc Implements hook_better_statistics_fields().
better_statistics_better_statistics_log ./better_statistics.statistics.inc Implements hook_better_statistics_log().
better_statistics_better_statistics_methods ./better_statistics.statistics.inc Implements hook_better_statistics_methods().
better_statistics_better_statistics_prelog ./better_statistics.statistics.inc Implements hook_better_statistics_prelog().
better_statistics_ctools_plugin_api_hook_name ./better_statistics.module Implements hook_ctools_plugin_api_hook_name().
better_statistics_disable_fields ./better_statistics.admin.inc Disables a list of statistics fields. 2
better_statistics_drush_command ./better_statistics.drush.inc Implements hook_drush_command().
better_statistics_drush_help ./better_statistics.drush.inc Implements hook_drush_help().
better_statistics_enable_fields ./better_statistics.admin.inc Enables a list of statistics fields. 2
better_statistics_exit ./better_statistics.module Implements hook_exit().
better_statistics_flush_caches ./better_statistics.module Implements hook_flush_caches().
better_statistics_form_statistics_settings_form_alter ./better_statistics.module Implements hook_form_FORM_ID_alter().
better_statistics_form_system_performance_settings_alter ./better_statistics.module Implements hook_form_FORM_ID_alter().
better_statistics_get_default_fields ./better_statistics.module Returns default fields in the exact same form expected of fields exposed via hook_better_statistics_fields(). 14
better_statistics_get_entity_terms modules/taxonomy.statistics.inc Fetch all taxonomy term IDs from an entity. 1
better_statistics_get_fields_data ./better_statistics.module Returns data for all valid, declared fields in preparation for DB insertion. 2
better_statistics_get_field_value ./better_statistics.statistics.inc Returns a value to be inserted into the accesslog based on a field name provided. This handles Drupal Core's values as well as our own. 2
better_statistics_load_active_incs ./better_statistics.module Loads module.statistics.inc files for all active fields. 2
better_statistics_menu ./better_statistics.module Implements hook_menu().
better_statistics_menu_alter ./better_statistics.module Implements hook_menu_alter().
better_statistics_module_implements_alter ./better_statistics.module Implements hook_module_implements_alter().
better_statistics_preprocess_html ./better_statistics.module Implements hook_preprocess_html().
better_statistics_request_is_loggable ./better_statistics.module Determines the loggability of the current request. 3
better_statistics_schema_alter ./better_statistics.module Implements hook_schema_alter().
better_statistics_served_from_cache ./better_statistics.module Determines whether or not the current request is being served from cache. 3
better_statistics_settings_form_submit ./better_statistics.module Submit handler for the Better Statistics configuration form. 1
better_statistics_statistics_api ./better_statistics.module Implements hook_statistics_api(). 1
better_statistics_uninstall ./better_statistics.install Implements hook_uninstall().
better_statistics_update_7100 ./better_statistics.install Enable the Statistics API.
better_statistics_update_7101 ./better_statistics.install Update the list of statistics files to be auto-loaded.
better_statistics_views_api ./better_statistics.module Implements hook_views_api().
better_statistics_views_data views/better_statistics.views.inc Implements hook_views_data().
better_statistics_views_data_alter views/better_statistics.views.inc Implements hook_views_data_alter().
better_statistics_views_default_views views/better_statistics.views_default.inc Implements hook_views_default_views().
better_statistics_views_pre_render views/better_statistics.views.inc Implements hook_views_pre_render().
drush_better_statistics_stats_dis ./better_statistics.drush.inc Drush command callback for stats-dis.
drush_better_statistics_stats_en ./better_statistics.drush.inc Drush command callback for stats-en.
drush_better_statistics_stats_ls ./better_statistics.drush.inc Drush command callback for stats-ls.
hook_better_statistics_ajax ./better_statistics.api.php Handle statistics data passed via AJAX.
hook_better_statistics_ajax_TYPE ./better_statistics.api.php Handle statistics data passed via AJAX for a specific type of data.
hook_better_statistics_fields ./better_statistics.api.php Declare additional fields for possible inclusion in {accesslog}.
hook_better_statistics_log ./better_statistics.api.php Log access statistics.
hook_better_statistics_methods ./better_statistics.api.php Declare additional Statistics API methods.
hook_better_statistics_prelog ./better_statistics.api.php Allows modules to react just before Better Statistics performs access log field data collection and just after all module.statistics.inc files have been loaded.
hook_statistics_api ./better_statistics.api.php Register Statistics API information. This is required for your module to have its include files loaded.
node_better_statistics_fields modules/node.statistics.inc Implements hook_better_statistics_fields().

Pages

Other projects