You are here

Functions in Better Statistics 7

Primary tabs

Namesort descending Location Description Direct uses Strings
node_get_statistics_field_value modules/node.statistics.inc Returns the stats field value for a given field. 1
taxonomy_better_statistics_fields modules/taxonomy.statistics.inc Implements hook_better_statistics_fields().
taxonomy_get_statistics_field_value modules/taxonomy.statistics.inc Returns the stats field value for a given field. 1
user_better_statistics_fields modules/user.statistics.inc Implements hook_better_statistics_fields().
user_get_statistics_field_value modules/user.statistics.inc Returns the stats field value for a given field. 1
_better_statistics_field_exists ./better_statistics.drush.inc Helper function to determine whether a field is even declared by a module. 2
_better_statistics_form_statistics_settings_form_alter ./better_statistics.admin.inc Makes alterations to the core Statistics configuration form. 1
_better_statistics_form_system_performance_settings_alter ./better_statistics.admin.inc Makes alterations to the core site performance settings configuration form. 1
_better_statistics_get_custom_fields_by_module ./better_statistics.admin.inc Returns arrays of fields keyed by the module that declares them. In addition, this function will attempt to apply sensible views handlers. This should be the only function used to get declared fields. 9
_better_statistics_get_views_handlers ./better_statistics.admin.inc Returns a best guess on which Views handlers should be used based on a provided field schema. 1
_better_statistics_include_handlers ./better_statistics.admin.inc Loads all inc files declared using the Statistics API. 2
_better_statistics_settings_form_submit ./better_statistics.admin.inc Submit handler for Better Statistics configuration settings. 2
_better_statistics_update_fields ./better_statistics.admin.inc Determines whether or not accesslog fields should be altered, and if so, performs any necessary database alterations and re-saves the declared fields to the active store variable. 4
_better_statistics_update_methods ./better_statistics.admin.inc Rebuilds the Better Statistics Methods variable based on entries provided by implementations of hook_better_statistics_methods(). This is kept here and run only occasionally because method additions are rare and do not need to be re-generated… 3

Pages

Other projects