Version 1.1.2.39 (checked in on 2009/06/15 at 10:55:24 by fago)
| Name | Description |
|---|---|
| content_profile_admin_settings | Menu callback; content profile settings. |
| content_profile_admin_settings_submit | |
| content_profile_content_profile_settings | Implementation of hook_content_profile_settings(). |
| content_profile_ctools_plugin_directory | Implementation of hook_ctools_plugin_directory(). |
| content_profile_form_alter | Implementation of hook_form_alter(). |
| content_profile_get_settings | Returns the content_profiles' settings. |
| content_profile_get_types | Builds a list of available content types that are marked as content_profiles, and returns an array of content profile content types in the specified format. |
| content_profile_init | Implementation of hook_init(). |
| content_profile_load | Loads the node, like node_load but makes sure the results are cached. |
| content_profile_menu | Implementation of hook_menu(). |
| content_profile_menu_alter | Implementation of hook_menu_alter(). Take over menu items generated by the user module for our categories. |
| content_profile_nodeapi | Implementation of hook_nodeapi(). |
| content_profile_node_type | Implementation of hook_node_type(). Rename or delete the settings variable if a type changes. |
| content_profile_page_access | |
| content_profile_page_edit | Presents a node editing or adding form for the given content profile. |
| content_profile_profile_exists | Checks whether a node of this type exists already for the author |
| content_profile_settings_info | Returns an array, which defines the available settings and their default value. |
| content_profile_set_settings | Saves the content_profile settings of a content type. |
| content_profile_show_profiles | Returns an array suitable for use with drupal_render, that shows all content_profiles as configured by the admin. |
| content_profile_simpletest | Implementation of hook_simpletest(). |
| content_profile_template_preprocess | Adds $content_profile variable if we can find a $uid. |
| content_profile_theme | Implementation of hook_theme(). |
| content_profile_theme_registry_alter | Implementation of hook_theme_registry_alter(). Adds our own preprocess functions to some templates. Further templates can be set in $conf['content_profile_extra_templates'] in settings.php. |
| content_profile_user | Implementation of hook_user(). |
| content_profile_views_api | Implementation of hook_views_api(). |
| is_content_profile | Determine if a given node is a content_profile. |
| _content_profile_node_delete | The original node_delete() function uses node_load() to get the $node object. Unfortunately, when a hook_user('delete') is called, node_load() doesn't work anymore because the user has already been deleted, and node_load() still expects… |