constant FIELD_PERMISSIONS_PRIVATE in Field Permissions 7
Indicates that a field is private.
Private fields are never displayed, and are only editable by the author (and by site administrators with the 'access private fields' permission).
2 uses of FIELD_PERMISSIONS_PRIVATE
- field_permissions_field_access in ./
field_permissions.module - Implementation of hook_field_access().
- field_permissions_overview in ./
field_permissions.admin.inc - Menu callback; Field permissions overview.
File
- ./
field_permissions.module, line 22 - This is the main script for the Field Permissions module. It merely contains the implementation of hooks invoked by Drupal core and CCK. All common functions are externalized into several scripts that are included on demand to save memory consumption…
Code
define('FIELD_PERMISSIONS_PRIVATE', 1);