You are here

constant FIELD_ROLE_USERREFERENCE in Workflow Fields 5

3 uses of FIELD_ROLE_USERREFERENCE
workflow_fields_state_form_alter in ./workflow_fields.module
Alter the workflow state form. Add a table listing the fields for workflow's content type.
workflow_fields_state_form_submit in ./workflow_fields.module
_workflow_fields_get_fields in ./workflow_fields.module

File

./workflow_fields.module, line 11
This module adds to workflow.module the ability to specify, for each state, which node fields should be visible and/or editable. It is a useful feature when workflows demand that certain information be hidden or read-only to certain roles.

Code

define("FIELD_ROLE_USERREFERENCE", -2);