This project is not covered by Drupal’s security advisory policy.

Implements a state machine runner. It's main concern is to enhance node behaviour based on
some criteria, for example node id. It does it by calling actions form actions.module.

  • It is somewhat similar but simplified and computationally more powerful
    than the workflow module.
  • It does not rely on explicitly named states
  • it is not tied to node types in any manner, but by default to nodes.
  • The 'bindings' can be extended by implementing the hook_binder_schema()

Consider binder an alternative or complimentary workflow implementation, which may peacefully coexist with and enhance the workflow module.

Don't bother installing this module, unless some other module requires you to.

Requires: actions.module - http://drupal.org/project/actions

Project information

  • By dikini on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases