You are here

Functions in Piwik Web Analytics 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
piwik_admin_settings_form ./piwik.admin.inc Implements hook_admin_settings() for configuring the module. 1
piwik_admin_settings_form_validate ./piwik.admin.inc
piwik_clear_js_cache ./piwik.module Delete cached files and directory. 2
piwik_cron ./piwik.module Implements hook_cron().
piwik_disable ./piwik.install Remove cache directory if module is disabled (or uninstalled).
piwik_field_extra_fields ./piwik.module Implements hook_field_extra_fields().
piwik_form_user_profile_form_alter ./piwik.module Implement hook_form_FORM_ID_alter().
piwik_help ./piwik.module Implements hook_help().
piwik_install ./piwik.install @file Installation file for Piwik - Web analytics module.
piwik_menu ./piwik.module Implements hook_menu().
piwik_page_alter ./piwik.module Implements hook_page_alter() to insert JavaScript to the appropriate scope/region of the page.
piwik_permission ./piwik.module Implements hook_permission().
piwik_preprocess_search_results ./piwik.module Implements hook_preprocess_search_results().
piwik_requirements ./piwik.install Implementation of hook_requirements().
piwik_search_get_keys ./piwik.module Helper function for grabbing search keys. Function is missing in D7. 1
piwik_theme ./piwik.module Implements hook_theme().
piwik_tokens ./piwik.tokens.inc Implements hook_tokens().
piwik_token_element_validate ./piwik.admin.inc Validate a form element that should have tokens in it. 1
piwik_token_info ./piwik.tokens.inc Implements hook_token_info().
piwik_uninstall ./piwik.install
piwik_update_6000 ./piwik.install Change visibility setting for paths.
piwik_update_6001 ./piwik.install Upgrade custom javascript settings.
piwik_update_6002 ./piwik.install Remove obsolte token auth.
piwik_update_6003 ./piwik.install Update list of default extensions
piwik_update_7200 ./piwik.install Add trailing slash to piwik URLs.
piwik_update_7201 ./piwik.install Move async tracking code to header.
piwik_update_7202 ./piwik.install Backup synchronous code snippets.
piwik_update_7203 ./piwik.install Path visibility filter setting should hide "batch" path.
piwik_update_7204 ./piwik.install Rename piwik_visibility variable to piwik_visibility_pages for consistency.
piwik_update_7205 ./piwik.install Update list of default file extensions.
piwik_update_7206 ./piwik.install Install Matomo module and migrate all settings.
piwik_user_id_hash ./piwik.module Generate user id hash to implement USER_ID. 1
piwik_user_presave ./piwik.module Implements hook_user_presave().
piwik_validate_piwik_site_id ./piwik.variable.inc Validate Piwik site ID variable. 1
piwik_variable_group_info ./piwik.variable.inc Implements hook_variable_group_info().
piwik_variable_info ./piwik.variable.inc Implements hook_variable_info().
theme_piwik_admin_custom_var_table ./piwik.admin.inc Layout for the custom variables table in the admin settings form.
_piwik_cache ./piwik.module Download/Synchronize/Cache tracking code file locally. 2
_piwik_contains_forbidden_token ./piwik.admin.inc Validate if a string contains forbidden tokens not allowed by privacy rules. 1
_piwik_get_forbidden_tokens ./piwik.admin.inc 1
_piwik_get_hierarchy_titles ./piwik.module Get the page titles trail for the current page. 1
_piwik_visibility_pages ./piwik.module Based on visibility setting this function returns TRUE if GA code should be added to the current page and otherwise FALSE. 1
_piwik_visibility_roles ./piwik.module Based on visibility setting this function returns TRUE if GA code should be added for the current role and otherwise FALSE. 2
_piwik_visibility_user ./piwik.module Tracking visibility check for an user object. 1

Other projects