constant PROFILE_PRIVATE
- 7.x drupal-7.x/modules/profile/profile.module PROFILE_PRIVATE
- 6.x drupal-6.x/modules/profile/profile.module PROFILE_PRIVATE
Private field, content only available to privileged users.
5 uses of PROFILE_PRIVATE
- profile_browse in drupal-7.x/
modules/ profile/ profile.pages.inc - Menu callback; display a list of user information.
- 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_user_view in drupal-7.x/
modules/ profile/ profile.module - Implements hook_user_view().
- profile_view_field in drupal-7.x/
modules/ profile/ profile.module - _profile_form_explanation in drupal-7.x/
modules/ profile/ profile.module
File
- drupal-7.x/
modules/ profile/ profile.module, line 11 - Support for configurable user profiles.
Code
define('PROFILE_PRIVATE', 1)