You are here

constant WORKFLOW_FIELD_PROPERTY_TYPE in Workflow 7

3 uses of WORKFLOW_FIELD_PROPERTY_TYPE
WorkflowItem::getInfo in includes/Field/WorkflowItem.php
_workflow_rules_rules_field_action_info in workflow_rules/workflow_rules.field.inc
Implements subfunction of hook_rules_action_info().
_workflow_rules_rules_field_condition_info in workflow_rules/workflow_rules.field.inc
Implements subfunction of hook_rules_condition_info(). Using "node:" and "node:unchanged", there is no need to create more conditions to check transitions.

File

workflow_field/workflowfield.module, line 11
Support workflows made up of arbitrary states.

Code

define('WORKFLOW_FIELD_PROPERTY_TYPE', 'text');