constant FIELD_PERMISSIONS_PUBLIC in Field Permissions 7
Indicates that a field does not have any access control.
3 uses of FIELD_PERMISSIONS_PUBLIC
- 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.
- _field_permissions_field_settings_form_alter in ./
field_permissions.admin.inc - Alter the field settings form.
File
- ./
field_permissions.module, line 14 - 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_PUBLIC', 0);