You are here

constant WEBFORM_WORKFLOW_ORIGINAL_SUBMITTER in Webform Workflow 7

@file A simple workflow module for webforms.

3 uses of WEBFORM_WORKFLOW_ORIGINAL_SUBMITTER
WebformWorkflowPermissionsTestCase::testFromTo in tests/webform_workflow_permissions.test
Test permissions for changing a submission's state.
WebformWorkflowPermissionsTestCase::testViewEdit in tests/webform_workflow_permissions.test
Test view and edit permissions.
webform_workflow_state_check_access in ./webform_workflow.module
Check whether an account has permission for a workflow state action.

File

./webform_workflow.module, line 7
A simple workflow module for webforms.

Code

define('WEBFORM_WORKFLOW_ORIGINAL_SUBMITTER', 'wwos');