You are here

Files in Workflow 7.2

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt Since 7.x-1.0 Performance improvements. Major restructure of admin UI. Workflow form detached from comment form. Workflow status and form are fields that can be controlled under "Manage display." Issue #1783854 by antojose: Allow setting…
EntityWorkflowUIController.php workflow_admin_ui/includes/Entity/EntityWorkflowUIController.php Contains workflow_admin_ui\includes\Entity\EntityWorkflowUIController.
given.action.inc workflow_vbo/actions/given.action.inc VBO action to modify entity values (properties and fields).
next.action.inc workflow_vbo/actions/next.action.inc VBO action to modify entity values (properties and fields).
README.txt workflow_actions/README.txt CONTENTS OF THIS FILE --------------------- * Introduction INTRODUCTION ------------ There is an important issue to keep in mind as you use action hooks and workflow!! If the machine readable name of the content type on which you want to define…
README.txt workflow_rules/README.txt WORKFLOW NODE ============= When using the conventional 'Workflow Node API', Rules should be triggered upon the workflow-specific 'transition post' event. WORKFLOW FIELD ============== As of Workflow 7.x-2.0, alternative…
README.txt README.txt ******************************************************************** D R U P A L M O D U L E ******************************************************************** Name: Workflow Module Author: John VanDyk Maintainers: Mark…
README.txt workflow_vbo/README.txt CONTENTS OF THIS FILE --------------------- * Introduction INTRODUCTION ------------ There is an important issue to keep in mind as you use action hooks and workflow!! If the machine readable name of the content type on which you want to define…
README.txt workflow_field/README.txt This is a re-implementation of the Workflow module, using the Field API instead of the Form API. The field definition (and widget and formatters) is implemented as lazy-loading classes in the main workflow module. The activation of the Field type is…
README.txt workflow_node/README.txt This submodule contains the code to maintain workflows on nodes, using the classic Workflow way. If a version of Workflow was installed, before 7.x-2.0, this module is enabled by default.
UPDATE.txt UPDATE.txt CONTENTS OF THIS FILE --------------------- * Update from Drupal 6 to Drupal 7 Instructions * Update Rules that use Workflow UPDATE FROM DRUPAL 6 TO DRUPAL 7 INSTRUCTIONS ------------ Upgrading from 6 to 7 for Workflow using this module is…
workflow.api.php workflow.api.php Hooks provided by the workflow module.
workflow.block.inc workflow.block.inc Provide block with Workflow form.
workflow.deprecated.inc workflow.deprecated.inc Contains contains per-class functions, that are deprecated.
workflow.entity.inc workflow.entity.inc Integrates workflow with entity API.
workflow.features.inc workflow.features.inc Provides Features integration for Workflow using the CRUD API.
workflow.form.inc workflow.form.inc Contains helper functions for WorkflowTransitionForm.
workflow.info workflow.info name = Workflow API description = Workflow API. (Enable Workflow Node or Workflow Field to add arbitrary workflows to entities.) package = Workflow core = 7.x dependencies[] = entity (>7.x-1.6) dependencies[] = list files[] =…
workflow.install workflow.install Install, update and uninstall functions for the workflow module.
workflow.module workflow.module Support workflows made up of arbitrary states.
workflow.node.type_map.inc workflow.node.type_map.inc Node specific functions, remnants of nodeapi.
workflow.pages.inc workflow.pages.inc Provide user interface for changing workflow state.
Workflow.php includes/Entity/Workflow.php Contains workflow\includes\Entity\Workflow. Contains workflow\includes\Entity\WorkflowController.
workflow.test.inc workflow.test.inc Contains test functions.
workflow.tokens.inc workflow.tokens.inc Tokens hooks for Workflow module.
WorkflowConfigTransition.php includes/Entity/WorkflowConfigTransition.php Contains workflow\includes\Entity\WorkflowConfigTransition. Contains workflow\includes\Entity\WorkflowConfigTransitionController.
WorkflowD7Base.php includes/Field/WorkflowD7Base.php Contains workflow\includes\Field\WorkflowD7Base.
WorkflowDefaultWidget.php includes/Field/WorkflowDefaultWidget.php Contains workflow\includes\Field\WorkflowDefaultWidget.
workflowfield.field.inc workflow_field/workflowfield.field.inc Defines a Workflow field, widget and formatter. (copied from list field).
workflowfield.formatter.inc workflow_field/workflowfield.formatter.inc Defines a Workflow formatter. You won't find a DefaultFormatter, because:
workflowfield.info workflow_field/workflowfield.info name = Workflow Field description = Defines a Workflow field, widget and formatter. (Do not enable Workflow Field and Workflow Node together.) package = Workflow core = 7.x dependencies[] = entity dependencies[] = field dependencies[] =…
workflowfield.install workflow_field/workflowfield.install Installs, updates and uninstalls functions for the list module.
workflowfield.module workflow_field/workflowfield.module Supports workflows made up of arbitrary states.
workflowfield.widget.inc workflow_field/workflowfield.widget.inc Defines a Workflow Field, Widget and Formatter for Workflow.
WorkflowInterface.php includes/Entity/WorkflowInterface.php Contains Drupal\workflow\Entity\WorkflowInterface.
WorkflowItem.php includes/Field/WorkflowItem.php Contains workflow\includes\Field\WorkflowItem.
workflownode.info workflow_node/workflownode.info name = Workflow Node description = Adds a Workflow to nodes. (Use only if you come from a version below 7.x-2.x. If not, use 'Workflow Field' instead). package = Workflow core = 7.x dependencies[] = workflow
workflownode.install workflow_node/workflownode.install Install, update and uninstall functions for the Workflow node module.
workflownode.module workflow_node/workflownode.module Hooks and functions for the 'conventional' (version D5/D6/D7.1) Workflow Node, remnants of nodeapi.
workflownode.tokens.inc workflow_node/workflownode.tokens.inc Tokens hooks for Workflow Node module.
workflownode.workflow.inc workflow_node/workflownode.workflow.inc Hooks provided by the workflow module.
WorkflowScheduledTransition.php includes/Entity/WorkflowScheduledTransition.php Contains workflow\includes\Entity\WorkflowScheduledTransition.
WorkflowState.php includes/Entity/WorkflowState.php Contains workflow\includes\Entity\WorkflowState. Contains workflow\includes\Entity\WorkflowStateController.
WorkflowTransition.php includes/Entity/WorkflowTransition.php Contains workflow\includes\Entity\WorkflowTransition. Contains workflow\includes\Entity\WorkflowTransitionController.
WorkflowTransitionController.php includes/Entity/WorkflowTransitionController.php Contains a stub class. The functionality is removed but apparently caches aren't refreshed properly during upgrade.
WorkflowTransitionForm.php includes/Form/WorkflowTransitionForm.php Contains \workflow\Form\WorkflowTransitionForm.
WorkflowUnitTest.test includes/Test/WorkflowUnitTest.test Contains workflow\lib\entity\WorkflowUnitTest.
workflow_access.features.inc workflow_access/workflow_access.features.inc Workflow_access records are a **faux-exportable** component.
workflow_access.info workflow_access/workflow_access.info name = Workflow access description = Content access control based on workflows and roles. Depends on the node_access system, so only works for entities of type 'node'. package = Workflow core = 7.x dependencies[] = workflow configure =…
workflow_access.install workflow_access/workflow_access.install Workflow access installation.

Pages

Other projects