You are here

constant WORKFLOW_FEATURES_AUTHOR_NAME in Workflow 7

Same name and namespace in other branches
  1. 7.2 workflow.features.inc \WORKFLOW_FEATURES_AUTHOR_NAME

@file Integrates workflow with features.

4 uses of WORKFLOW_FEATURES_AUTHOR_NAME
workflow_access_features_rebuild in workflow_access/workflow_access.features.inc
Implements hook_features_rebuild().
workflow_access_get_features_workflow_access_by_sid in workflow_access/workflow_access.features.inc
Get workflow_access object like below by state id.
_workflow_rids_to_roles in ./workflow.features.inc
Translates a string of rids to role names for exporting.
_workflow_roles_to_rids in ./workflow.features.inc
Translates a role string to RIDs for importing.

File

./workflow.features.inc, line 8
Integrates workflow with features.

Code

define('WORKFLOW_FEATURES_AUTHOR_NAME', 'workflow_features_author_name');