You are here

constant WORKFLOW_FEATURES_AUTHOR_NAME in Workflow 7.2

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

@file Provides Features integration for Workflow using the CRUD API.

As you will notice this file will only handle the <export> of Worflows, including states and transitions. The <import> is handeled magically, and all modifications are done in function Workflow::save().

2 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.

File

./workflow.features.inc, line 12
Provides Features integration for Workflow using the CRUD API.

Code

define('WORKFLOW_FEATURES_AUTHOR_NAME', 'workflow_features_author_name');