You are here

Better Statistics' hooks in Better Statistics 7

Hooks that can be implemented by other modules in order to extend the Better Statistics module.

File

./better_statistics.api.php, line 17
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Functions

Namesort descending Location Description
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.