content_profile_action_load |
./content_profile.rules.inc |
Loads a Content Profile |
|
1 |
content_profile_action_load_form |
./content_profile.rules.inc |
|
|
|
content_profile_action_load_label |
./content_profile.rules.inc |
|
|
|
content_profile_admin_settings |
./content_profile.module |
Menu callback; content profile settings. |
|
2 |
content_profile_admin_settings_submit |
./content_profile.module |
|
|
|
content_profile_content_profile_settings |
./content_profile.module |
Implementation of hook_content_profile_settings(). |
|
|
content_profile_ctools_plugin_directory |
./content_profile.module |
Implementation of hook_ctools_plugin_directory(). |
|
|
content_profile_default_path_handler |
./content_profile.theme.inc |
Default path handler for content profile, which uses the default system paths |
|
2 |
content_profile_enable |
./content_profile.install |
Implementation of hook_enable(). |
|
|
content_profile_field_formatter_info |
./content_profile.module |
Implementation of hook_field_formatter_info(). |
|
|
content_profile_form_alter |
./content_profile.module |
Implementation of hook_form_alter(). |
|
|
content_profile_get_add_path |
./content_profile.theme.inc |
Gets the add path for a content_profile of the active user |
1 |
|
content_profile_get_edit_path |
./content_profile.theme.inc |
Gets the edit path for a content_profile |
2 |
|
content_profile_get_settings |
./content_profile.module |
Returns the content_profiles' settings. |
11 |
|
content_profile_get_types |
./content_profile.module |
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. |
17 |
|
content_profile_help |
./content_profile.module |
Implementation of hook_help(). |
|
|
content_profile_import |
./content_profile.install |
Import settings from nodeprofile / bio. |
1 |
|
content_profile_install |
./content_profile.install |
Implementation of hook_install(). |
|
|
content_profile_load |
./content_profile.module |
Loads the node, like node_load but makes sure the results are cached. |
12 |
|
content_profile_menu |
./content_profile.module |
Implementation of hook_menu(). |
|
|
content_profile_menu_alter |
./content_profile.module |
Implementation of hook_menu_alter().
Take over menu items generated by the user module for our categories. |
|
|
content_profile_nodeapi |
./content_profile.module |
Implementation of hook_nodeapi(). |
|
|
content_profile_node_from_user_ctools_context |
panels/relationships/node_from_user.inc |
Return a new context based on an existing context. |
|
1 |
content_profile_node_from_user_ctools_relationships |
panels/relationships/node_from_user.inc |
Implementation of specially named hook_ctools_relationships(). |
|
|
content_profile_node_from_user_ctools_settings_form |
panels/relationships/node_from_user.inc |
Settings form for the relationship |
|
1 |
content_profile_node_type |
./content_profile.module |
Implementation of hook_node_type().
Rename or delete the settings variable if a type changes. |
|
|
content_profile_pageroute_info |
./content_profile.module |
Implementation of hook_pageroute_info() for Pageroute integration. |
|
|
content_profile_page_access |
./content_profile.module |
|
|
2 |
content_profile_page_edit |
./content_profile.module |
Presents a node editing or adding form for the given content profile. |
|
2 |
content_profile_preprocess_content_profile_display_view |
./content_profile.theme.inc |
Implementation of content_profile_preprocess_HOOK() |
|
|
content_profile_profile_exists |
./content_profile.module |
Checks whether a node of this type exists already for the author |
1 |
|
content_profile_registration_add_profile_form |
modules/content_profile_registration.module |
Adds in the profile form of the given content type to the registration form |
1 |
|
content_profile_registration_admin_form_submit |
modules/content_profile_registration.module |
|
|
1 |
content_profile_registration_alter_weights |
modules/content_profile_registration.module |
Pre render callback that makes sure our elements are grouped together.
The ordering in between the single elements is kept. |
|
1 |
content_profile_registration_content_profile_settings |
modules/content_profile_registration.module |
Implementation of hook_content_profile_settings(). |
|
|
content_profile_registration_form_alter |
modules/content_profile_registration.module |
Implementation of hook_form_alter(). |
|
|
content_profile_registration_install |
modules/content_profile_registration.install |
Implementation of hook_install(). |
|
|
content_profile_registration_update_6001 |
modules/content_profile_registration.install |
Update the modules weight to 1. |
|
|
content_profile_registration_user_register_submit |
modules/content_profile_registration.module |
Submits the user registration form |
|
1 |
content_profile_registration_user_register_validate |
modules/content_profile_registration.module |
Validates the user registration form |
|
1 |
content_profile_rules_action_info |
./content_profile.rules.inc |
Implementation of hook_rules_action_info(). |
|
|
content_profile_rules_condition_info |
./content_profile.rules.inc |
Implementation of hook_rules_condition_info(). |
|
|
content_profile_rules_defaults |
./content_profile.rules_defaults.inc |
Implementation of hook_rules_defaults().
Add a disabled default rule which redirects to the profile creation page, if users have
no profile. |
|
|
content_profile_settings_info |
./content_profile.module |
Returns an array, which defines the available settings
and their default value. |
2 |
|
content_profile_set_settings |
./content_profile.module |
Saves the content_profile settings of a content type. |
3 |
|
content_profile_show_profiles |
./content_profile.module |
Returns an array suitable for use with drupal_render,
that shows all content_profiles as configured by the admin. |
1 |
|
content_profile_simpletest |
./content_profile.module |
Implementation of hook_simpletest(). |
|
|
content_profile_template_preprocess |
./content_profile.module |
Adds $content_profile variable if we can find a $uid. |
|
1 |
content_profile_theme |
./content_profile.module |
Implementation of hook_theme(). |
|
|
content_profile_theme_registry_alter |
./content_profile.module |
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. |
|
|