crazyegg_get_account_path |
./crazyegg.module |
Build account path from account number/id, e.g:
"1234567" => "0123/4567" |
2 |
|
crazyegg_help |
./crazyegg.module |
Implements hook_help().
Shows help info on `/admin/help/crazyegg` page |
|
|
crazyegg_is_page_allowed |
./crazyegg.module |
Check if actual page URL matches patterns listed in `crazyegg_paths` variable. If the variable is empty, return true. |
1 |
|
crazyegg_is_role_allowed |
./crazyegg.module |
Check if actual user role is not mentioned in `crazyegg_roles_excluded` variable |
1 |
|
crazyegg_library_info_build |
./crazyegg.module |
Implements hook_library_info_build().
Includes Crazy Egg tracking script as a library (but doesn't insert it to the page yet) |
|
|
crazyegg_page_attachments |
./crazyegg.module |
Implements hook_page_attachments().
Checks all conditions and if they are met, injects Crazy Egg tracking script into the page |
|
|
crazyegg_permission |
./crazyegg.module |
Implements hook_permission(). |
|
|