piwik_admin_settings_form |
./piwik.module |
Implementation of hook_admin_settings() for configuring the module |
|
1 |
piwik_admin_settings_form_submit |
./piwik.module |
|
|
|
piwik_admin_settings_form_validate |
./piwik.module |
|
|
|
piwik_cron |
./piwik.module |
Implementation of hook_cron(). |
|
|
piwik_disable |
./piwik.install |
Remove cache directory if module is disabled (or uninstalled). |
|
|
piwik_footer |
./piwik.module |
Implementation of hook_footer() to insert Javascript at the end of the page |
|
|
piwik_help |
./piwik.module |
|
|
|
piwik_install |
./piwik.install |
@file
Installation file for Piwik - Web analytics module. |
|
|
piwik_menu |
./piwik.module |
|
|
|
piwik_perm |
./piwik.module |
|
|
|
piwik_requirements |
./piwik.install |
Implementation of hook_requirements(). |
|
|
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_6003 |
./piwik.install |
Update list of default extensions |
|
|
piwik_user |
./piwik.module |
Implementation of hook_user(). |
|
|
_piwik_cache |
./piwik.module |
Download and cache the piwik.js file locally. |
1 |
|
_piwik_match_path |
./piwik.module |
D6 backport of drupal_match_path(). |
1 |
|
_piwik_user_roles |
./piwik.module |
D6 backport orders core standard roles on top and translate core roles. |
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. |
2 |
|
_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. |
2 |
|