Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
ProfileTestBrowsing class modules/profile/profile.test Test profile browsing.
ProfileTestBrowsing::getInfo function modules/profile/profile.test
ProfileTestBrowsing::testProfileBrowsing function modules/profile/profile.test Test profile browsing.
ProfileTestCase class modules/profile/profile.test A class for common methods for testing profile fields.
ProfileTestCase::$admin_user property modules/profile/profile.test
ProfileTestCase::$normal_user property modules/profile/profile.test
ProfileTestCase::createProfileField function modules/profile/profile.test Create a profile field.
ProfileTestCase::deleteProfileField function modules/profile/profile.test Delete a profile field.
ProfileTestCase::setProfileField function modules/profile/profile.test Set the profile field to a random value
ProfileTestCase::setUp function modules/profile/profile.test Sets up a Drupal site for running functional and integration tests.
ProfileTestCase::updateProfileField function modules/profile/profile.test Update a profile field.
ProfileTestDate class modules/profile/profile.test
ProfileTestDate::getInfo function modules/profile/profile.test
ProfileTestDate::testProfileDateField function modules/profile/profile.test Create a date field, give it a value, update and delete the field.
ProfileTestFields class modules/profile/profile.test
ProfileTestFields::getInfo function modules/profile/profile.test
ProfileTestFields::testProfileFields function modules/profile/profile.test Test each of the field types. List selection and date fields are tested
separately because they need some special handling.
ProfileTestSelect class modules/profile/profile.test
ProfileTestSelect::getInfo function modules/profile/profile.test
ProfileTestSelect::testProfileSelectionField function modules/profile/profile.test Create a list selection field, give it a value, update and delete the field.
ProfileTestWeights class modules/profile/profile.test
ProfileTestWeights::getInfo function modules/profile/profile.test
ProfileTestWeights::testProfileFieldWeights function modules/profile/profile.test
profile_admin_overview function modules/profile/profile.admin.inc Form builder to display a listing of all editable profile fields.
profile_admin_overview_submit function modules/profile/profile.admin.inc Submit handler to update changed profile field weights and categories.
profile_admin_settings_autocomplete function modules/profile/profile.admin.inc Retrieve a pipe delimited string of autocomplete suggestions for profile categories
profile_autocomplete function modules/profile/profile.pages.inc Callback to allow autocomplete of profile text fields.
profile_block_configure function modules/profile/profile.module Implements hook_block_configure().
profile_block_info function modules/profile/profile.module Implements hook_block_info().
profile_block_save function modules/profile/profile.module Implements hook_block_save().
profile_block_view function modules/profile/profile.module Implements hook_block_view().
profile_browse function modules/profile/profile.pages.inc Menu callback; display a list of user information.
profile_category_access function modules/profile/profile.module Menu item access callback - check if a user has access to a profile category.
profile_field_delete function modules/profile/profile.admin.inc Menu callback; deletes a field from all user profiles.
profile_field_delete_submit function modules/profile/profile.admin.inc Process a field delete form submission.
profile_field_form function modules/profile/profile.admin.inc Menu callback: Generate a form to add/edit a user profile field.
profile_field_form_submit function modules/profile/profile.admin.inc Process profile_field_form submissions.
profile_field_form_validate function modules/profile/profile.admin.inc Validate profile_field_form submissions.
profile_form_alter function modules/profile/profile.module Implements hook_form_alter().
profile_help function modules/profile/profile.module Implements hook_help().
PROFILE_HIDDEN constant modules/profile/profile.module Hidden profile field, only accessible by administrators, modules and themes.
profile_menu function modules/profile/profile.module Implements hook_menu().
PROFILE_PRIVATE constant modules/profile/profile.module Private field, content only available to privileged users.
PROFILE_PUBLIC constant modules/profile/profile.module Public field, content shown on profile page but not used on member list pages.
PROFILE_PUBLIC_LISTINGS constant modules/profile/profile.module Public field, content shown on profile page and on member list pages.
profile_save_profile function modules/profile/profile.module
profile_schema function modules/profile/profile.install Implements hook_schema().
profile_theme function modules/profile/profile.module Implements hook_theme().
profile_uninstall function modules/profile/profile.install Implements hook_uninstall().
profile_update_7001 function modules/profile/profile.install Rename {profile_fields} table to {profile_field} and {profile_values} to {profile_value}.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.