Binder

dikini - February 1, 2005 - 11:49

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

Releases

Resources

 
 

Drupal is a registered trademark of Dries Buytaert.