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
Name | Location | Description |
---|---|---|
hook_better_statistics_ajax |
./ |
Handle statistics data passed via AJAX. |
hook_better_statistics_ajax_TYPE |
./ |
Handle statistics data passed via AJAX for a specific type of data. |
hook_better_statistics_fields |
./ |
Declare additional fields for possible inclusion in {accesslog}. |
hook_better_statistics_log |
./ |
Log access statistics. |
hook_better_statistics_methods |
./ |
Declare additional Statistics API methods. |
hook_better_statistics_prelog |
./ |
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 |
./ |
Register Statistics API information. This is required for your module to have its include files loaded. |