Search for profile

Classes

NameLocationDescription
views_handler_field_profile_datemodules/profile/views_handler_field_profile_date.incField handler display a profile date
views_handler_field_profile_listmodules/profile/views_handler_field_profile_list.incField handler display a profile list item.
views_handler_filter_profile_selectionmodules/profile/views_handler_filter_profile_selection.incFilter by a selection widget in the profile.

Constants

NameLocationDescription
PROFILE_HIDDENmodules/profile/profile.moduleHidden profile field, only accessible by administrators, modules and themes.
PROFILE_PRIVATEmodules/profile/profile.modulePrivate field, content only available to privileged users.
PROFILE_PUBLICmodules/profile/profile.modulePublic field, content shown on profile page but not used on member list pages.
PROFILE_PUBLIC_LISTINGSmodules/profile/profile.modulePublic field, content shown on profile page and on member list pages.

Files

NameLocationDescription
profiles/default/default.profileprofiles/default/default.profile
developer/example.profiledeveloper/example.profile
modules/profile/profile-block.tpl.phpmodules/profile/profile-block.tpl.phpprofile-block.tpl.php Default theme implementation for displaying a users profile within a block. It only shows in relation to a node displayed as a full page.
modules/profile/profile-listing.tpl.phpmodules/profile/profile-listing.tpl.phpprofile-listing.tpl.php Default theme implementation for displaying a user and their profile data for member listing pages.
modules/profile/profile-wrapper.tpl.phpmodules/profile/profile-wrapper.tpl.phpprofile-wrapper.tpl.php Default theme implementation for wrapping member listings and their profiles.
modules/profile/profile.admin.incmodules/profile/profile.admin.incAdministrative page callbacks for the profile module.
modules/profile/profile.infomodules/profile/profile.infoname = Profile description = Supports configurable user profiles. package = Core - optional version = VERSION core = 6.x
modules/profile/profile.installmodules/profile/profile.install
modules/profile/profile.modulemodules/profile/profile.moduleSupport for configurable user profiles.
modules/profile/profile.pages.incmodules/profile/profile.pages.incUser page callbacks for the profile module.
modules/profile.views.incmodules/profile.views.incProvide views data and handlers for user.module
modules/profile.views_convert.incmodules/profile.views_convert.incField conversion for fields handled by this module.
modules/user/user-profile-category.tpl.phpmodules/user/user-profile-category.tpl.phpuser-profile-category.tpl.php Default theme implementation to present profile categories (groups of profile items).
modules/user/user-profile-item.tpl.phpmodules/user/user-profile-item.tpl.phpuser-profile-item.tpl.php Default theme implementation to present profile items (values from user account profile fields or modules).
modules/user/user-profile.tpl.phpmodules/user/user-profile.tpl.phpuser-profile.tpl.php Default theme implementation to present all user profile data.
modules/profile/views_handler_field_profile_date.incmodules/profile/views_handler_field_profile_date.inc
modules/profile/views_handler_field_profile_list.incmodules/profile/views_handler_field_profile_list.inc
modules/profile/views_handler_filter_profile_selection.incmodules/profile/views_handler_filter_profile_selection.inc

Functions & methods

NameLocationDescription
default_profile_detailsprofiles/default/default.profileReturn a description of the profile for the initial installation screen.
default_profile_modulesprofiles/default/default.profileReturn an array of the modules to be enabled when this profile is installed.
default_profile_tasksprofiles/default/default.profilePerform any final installation tasks for this profile.
default_profile_task_listprofiles/default/default.profileReturn a list of tasks that this profile supports.
drupal_check_profileincludes/install.incCheck a profile's requirements.
drupal_install_profile_nameincludes/install.incLoads the profile definition, extracting the profile's defined name.
drupal_verify_profileincludes/install.incVerify a profile for installation.
example_profile_detailsdeveloper/example.profileReturn a description of the profile for the initial installation screen.
example_profile_modulesdeveloper/example.profileReturn an array of the modules to be enabled when this profile is installed.
example_profile_tasksdeveloper/example.profilePerform any final installation tasks for this profile.
example_profile_task_listdeveloper/example.profileReturn a list of tasks that this profile supports.
hook_profile_alterdeveloper/hooks/core.phpAlter profile items before they are rendered.
install_find_profiles./install.phpFind all .profile files.
install_no_profile_error./install.phpShow an error page when there are no profiles available.
install_select_profile./install.phpAllow admin to select which profile to install.
install_select_profile_form./install.phpForm API array definition for the profile selection form.
profile_admin_overviewmodules/profile/profile.admin.incForm builder to display a listing of all editable profile fields.
profile_admin_overview_submitmodules/profile/profile.admin.incSubmit handler to update changed profile field weights and categories.
profile_admin_settings_autocompletemodules/profile/profile.admin.incRetrieve a pipe delimited string of autocomplete suggestions for profile categories
profile_autocompletemodules/profile/profile.pages.incCallback to allow autocomplete of profile text fields.
profile_blockmodules/profile/profile.moduleImplementation of hook_block().
profile_browsemodules/profile/profile.pages.incMenu callback; display a list of user information.
profile_categoriesmodules/profile/profile.module
profile_category_accessmodules/profile/profile.moduleMenu item access callback - check if a user has access to a profile category.
profile_field_deletemodules/profile/profile.admin.incMenu callback; deletes a field from all user profiles.