constant PROFILE_HIDDEN

  1. 7.x drupal-7.x/modules/profile/profile.module PROFILE_HIDDEN
  2. 6.x drupal-6.x/modules/profile/profile.module PROFILE_HIDDEN

Hidden profile field, only accessible by administrators, modules and themes.

6 uses of PROFILE_HIDDEN
profile_browse in drupal-7.x/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
profile_category_access in drupal-7.x/modules/profile/profile.module
Menu item access callback - check if a user has access to a profile category.
profile_field_form in drupal-7.x/modules/profile/profile.admin.inc
Menu callback: Generate a form to add/edit a user profile field.
profile_field_form_validate in drupal-7.x/modules/profile/profile.admin.inc
Validate profile_field_form submissions.
profile_user_view in drupal-7.x/modules/profile/profile.module
Implements hook_user_view().

... See full list

File

drupal-7.x/modules/profile/profile.module, line 26
Support for configurable user profiles.

Code

define('PROFILE_HIDDEN', 4)