| default_profile_details | profiles/default/default.profile | Return a description of the profile for the initial installation screen. |
| default_profile_modules | profiles/default/default.profile | Return an array of the modules to be enabled when this profile is installed. |
| default_profile_tasks | profiles/default/default.profile | Perform any final installation tasks for this profile. |
| default_profile_task_list | profiles/default/default.profile | Return a list of tasks that this profile supports. |
| drupal_check_profile | includes/install.inc | Check a profile's requirements. |
| drupal_install_profile_name | includes/install.inc | Loads the profile definition, extracting the profile's defined name. |
| drupal_verify_profile | includes/install.inc | Verify a profile for installation. |
| example_profile_details | developer/example.profile | Return a description of the profile for the initial installation screen. |
| example_profile_modules | developer/example.profile | Return an array of the modules to be enabled when this profile is installed. |
| example_profile_tasks | developer/example.profile | Perform any final installation tasks for this profile. |
| example_profile_task_list | developer/example.profile | Return a list of tasks that this profile supports. |
| hook_profile_alter | developer/hooks/core.php | Alter profile items before they are rendered. |
| install_find_profiles | ./install.php | Find all .profile files. |
| install_no_profile_error | ./install.php | Show an error page when there are no profiles available. |
| install_select_profile | ./install.php | Allow admin to select which profile to install. |
| install_select_profile_form | ./install.php | Form API array definition for the profile selection form. |
| profile_admin_overview | modules/profile/profile.admin.inc | Form builder to display a listing of all editable profile fields. |
| profile_admin_overview_submit | modules/profile/profile.admin.inc | Submit handler to update changed profile field weights and categories. |
| profile_admin_settings_autocomplete | modules/profile/profile.admin.inc | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
| profile_autocomplete | modules/profile/profile.pages.inc | Callback to allow autocomplete of profile text fields. |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | modules/profile/profile.pages.inc | Menu callback; display a list of user information. |
| profile_categories | modules/profile/profile.module | |
| profile_category_access | modules/profile/profile.module | Menu item access callback - check if a user has access to a profile category. |
| profile_field_delete | modules/profile/profile.admin.inc | Menu callback; deletes a field from all user profiles. |