pcp_admin_settings |
./pcp.module |
Menu Callback Function
Build output of the pcp module settings which allows the
administrator to tag specific profile fields which will be
used to determine the completion of a users profile. |
|
1 |
pcp_admin_settings_form |
./pcp.module |
Admin settings form |
|
1 |
pcp_admin_settings_form_data |
./pcp.module |
Function that sets up parameters to be used
when the pcp_admin_settings_form() function
is executed. |
1 |
|
pcp_admin_settings_form_submit |
./pcp.module |
Admin settings form submit |
|
|
pcp_block |
./pcp.module |
Implementation of hook_block() |
|
|
pcp_form_alter |
./pcp.module |
Implementation of hook_form_alter() |
|
|
pcp_get_complete_percentage_data |
./pcp.module |
Get the profile complete percentage data for a given user. |
1 |
|
pcp_get_profile_fields |
./pcp.module |
Get all the profile fields stored in the system, tagged or not tagged. |
1 |
|
pcp_get_tagged_profile_fields |
./pcp.module |
Get all the profile fields that have been tagged.
If an $fid is passed in, only the data for that field will be returned. |
3 |
|
pcp_get_user_profile_values |
./pcp.module |
Return a users profile field values that have been saved
for a given user. |
1 |
|
pcp_install |
./pcp.install |
Implementation of hook_install(). |
|
|
pcp_menu |
./pcp.module |
Implementation of hook_menu() |
|
|
pcp_perm |
./pcp.module |
Implementation of hook_perm() |
|
|
pcp_profile_field_form_submit |
./pcp.module |
Called when a user submits a profile field form from the
profile module (when adding or editing a profile field). |
|
1 |
pcp_schema |
./pcp.install |
Implementation of hook_schema() |
|
|
pcp_theme |
./pcp.module |
|
|
|
pcp_uninstall |
./pcp.install |
|
|
|
theme_pcp_profile_percent_complete |
./pcp.module |
Block Theme function that displays the default output of a users
profile complete percent. Use this theme function to override
the output / display of this block. |
|
|