base.inc |
inc/base.inc |
|
base.inc |
README.txt |
README.txt |
|
Finite State Machine
--------------------
A machine is a device which accepts some inputs, possibly produces some output,
and has some memory sorting information on the overall results of all previous
inputs.
The condition of the machine at a… |
state_flow.api.php |
modules/state_flow/state_flow.api.php |
|
Define a new StateMachine for the node |
state_flow.inc |
modules/state_flow/plugins/state_flow.inc |
|
|
state_flow.info |
modules/state_flow/state_flow.info |
|
project = "state_flow"
core = "7.x"
name = State Flow
description = A base implementation of the State Machine
dependencies[] = state_machine
dependencies[] = ctools
package = "State Machine"
; Core classes
files[] =… |
state_flow.install |
modules/state_flow/state_flow.install |
|
Install file for the State Flow module. |
state_flow.module |
modules/state_flow/state_flow.module |
|
An implementation of node revision workflow for Drupal based on the
State Machine system. |
state_flow.pages.inc |
modules/state_flow/state_flow.pages.inc |
|
|
state_flow.rules.inc |
modules/state_flow/state_flow.rules.inc |
|
Rules integration for State Flow. |
state_flow.test |
modules/state_flow/tests/state_flow.test |
|
state_flow.test |
state_flow.views.inc |
modules/state_flow/includes/views/state_flow.views.inc |
|
Views integration for State Flow |
state_flow_handler_field_events.inc |
modules/state_flow/includes/views/state_flow_handler_field_events.inc |
|
|
state_flow_handler_field_workflow_link.inc |
modules/state_flow/includes/views/state_flow_handler_field_workflow_link.inc |
|
|
state_flow_handler_filter_state.inc |
modules/state_flow/includes/views/state_flow_handler_filter_state.inc |
|
Views filter handler for the State Flow state. |
state_machine.api.php |
state_machine.api.php |
|
|
state_machine.info |
state_machine.info |
|
name = State Machine
description = Provides a Finite State Machine for Drupal entities.
core = 7.x
package = "State Machine"
files[] = inc/base.inc
files[] = state_machine.api.php |
state_machine.install |
state_machine.install |
|
state_machine.install |
state_machine.module |
state_machine.module |
|
state_machine.module |
state_machine.test |
tests/state_machine.test |
|
|