workflow_rules.module in Workflow 7
Same filename and directory in other branches
Provide rules for workflows. Why it's own module? Some sites prefer rules, some prefer actions, all prefer a lower code footprint and better performance. Additional credit to gcassie ( http://drupal.org/user/80260 ) for the initial push to split rules out of core workflow.
This file is intentionally left blanc. The code is in the workflow_rules.workflow.inc file. Drupal 7 requires a .module file, even if it is empty.
File
workflow_rules/workflow_rules.moduleView source
<?php
/**
* @file
* Provide rules for workflows.
* Why it's own module? Some sites prefer rules, some prefer actions,
* all prefer a lower code footprint and better performance.
* Additional credit to gcassie ( http://drupal.org/user/80260 ) for
* the initial push to split rules out of core workflow.
*
* This file is intentionally left blanc.
* The code is in the workflow_rules.workflow.inc file.
* Drupal 7 requires a .module file, even if it is empty.
*/