You are here

Functions in Content Profile 6

Primary tabs

Namesort descending Location Description Direct uses Strings
content_profile_tokens_token_list modules/content_profile_tokens.module Implementation of hook_token_list().
content_profile_tokens_token_values modules/content_profile_tokens.module Implementation of hook_token_values().
content_profile_uninstall ./content_profile.install Implementation of hook_uninstall().
content_profile_update_6001 ./content_profile.install Set module weight to -1, as explained in content_profile_install().
content_profile_update_6002 ./content_profile.install Make the profile type to be "custom", so it can be deleted.
content_profile_update_6003 ./content_profile.install Update the settings to reflect the changes of the format ('edit_link_sub' has been removed in favour of 'edit_tab')
content_profile_update_6004 ./content_profile.install Due to an old bug it may be that the $settings of a content type are '0'. As it should be an array this generates errors. This update fixes up those scrambled settings.
content_profile_user ./content_profile.module Implementation of hook_user().
content_profile_user_has_profile_condition ./content_profile.rules.inc 2
content_profile_user_has_profile_condition_form ./content_profile.rules.inc
content_profile_user_has_profile_condition_label ./content_profile.rules.inc
content_profile_views_api ./content_profile.module Implementation of hook_views_api().
content_profile_views_data_alter views/content_profile.views.inc Implementation of hook_views_data_alter().
content_profile_views_handlers views/content_profile.views.inc Implementation of hook_views_handlers().
is_content_profile ./content_profile.module Determine if a given node is a content_profile. 4
nodeprofile_action_load_upgrade ./content_profile.rules.inc
nodeprofile_user_has_profile_condition_upgrade ./content_profile.rules.inc Support upgrading from nodeprofile-workflow-ng integration.
theme_content_profile_display_add_link ./content_profile.theme.inc Themes the add link.
theme_content_profile_display_link ./content_profile.theme.inc Theme function for the content_profile display as link
theme_content_profile_display_tab_edit ./content_profile.theme.inc Themes the edit tab
theme_content_profile_display_tab_view ./content_profile.theme.inc Themes the view tab
theme_content_profile_imagecache_formatter_userlink ./content_profile.theme.inc Imagecache formatter. 1
theme_content_profile_pageroute_empty ./content_profile.pageroute.inc theme_content_profile_pageroute_empty generates a message, if there is no content profile for the user.
_content_profile_node_delete ./content_profile.module 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… 1
_content_profile_registration_get_fields modules/content_profile_registration.module Helper function to return all available fields for a particular content type. 1
_content_profile_registration_get_field_select modules/content_profile_registration.module Returns an array of selectable form elements that may be hidden, mostly containing CCK fields. 1
_content_profile_registration_remove_values modules/content_profile_registration.module Recursivly removes all form values created by this element or its children. 1

Pages

Other projects