You are here

constant PROFILE_HIDDEN in Drupal 6

Same name and namespace in other branches
  1. 4 modules/profile.module \PROFILE_HIDDEN
  2. 5 modules/profile/profile.module \PROFILE_HIDDEN
  3. 7 modules/profile/profile.module \PROFILE_HIDDEN

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

5 uses of PROFILE_HIDDEN
profile_browse in modules/profile/profile.pages.inc
Menu callback; display a list of user information.
profile_category_access in modules/profile/profile.module
Menu item access callback - check if a user has access to a profile category.
profile_field_form_validate in modules/profile/profile.admin.inc
Validate profile_field_form submissions.
profile_view_profile in modules/profile/profile.module
_profile_get_fields in modules/profile/profile.module

File

modules/profile/profile.module, line 26
Support for configurable user profiles.

Code

define('PROFILE_HIDDEN', 4);