You are here

constant WORKFLOW_ADMIN_UI_PATH in Workflow 7.2

25 uses of WORKFLOW_ADMIN_UI_PATH
Workflow::defaultUri in includes/Entity/Workflow.php
Override this in order to implement a custom default URI and specify 'entity_class_uri' as 'uri callback' hook_entity_info().
Workflow::isValid in includes/Entity/Workflow.php
Validate the workflow. Generate a message if not correct.
WorkflowConfigTransition::defaultUri in includes/Entity/WorkflowConfigTransition.php
Override this in order to implement a custom default URI and specify 'entity_class_uri' as 'uri callback' hook_entity_info().
workflowfield_help in workflow_field/workflowfield.module
Implements hook_help().
WorkflowItem::settingsForm in includes/Field/WorkflowItem.php
Implements hook_field_settings_form() -> ConfigFieldItemInterface::settingsForm().

... See full list

File

./workflow.module, line 17
Support workflows made up of arbitrary states.

Code

define('WORKFLOW_ADMIN_UI_PATH', 'admin/config/workflow/workflow');