You are here

constant FIELD_PERMISSIONS_CUSTOM in Field Permissions 7

Indicates that a field has custom permissions.

6 uses of FIELD_PERMISSIONS_CUSTOM
field_permissions_features_pipe_field_base_alter in ./field_permissions.module
Implements hook_features_pipe_COMPONENT_alter().
field_permissions_field_access in ./field_permissions.module
Implementation of hook_field_access().
field_permissions_permissions_matrix in ./field_permissions.admin.inc
Returns a field permissions matrix that can be inserted into a form.
_field_permissions_field_settings_form_alter in ./field_permissions.admin.inc
Alter the field settings form.
_field_permissions_field_settings_form_submit in ./field_permissions.admin.inc
Form callback; Submit handler for the Field Settings form.

... See full list

File

./field_permissions.module, line 27
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_CUSTOM', 2);