Binder

Component ID

16548

Component name

Binder

Component type

module

Component security advisory coverage

not-covered

Downloads

287

Component created

Component changed

Component body

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