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… |
StateFlowOverride.php |
modules/state_flow_sps/lib/Drupal/state_flow_sps/StateFlowOverride.php |
Drupal\state_flow_sps |
|
StateFlowSPSIntegrationWeb.test |
modules/state_flow_sps/tests/StateFlowSPSIntegrationWeb.test |
|
|
StateFlowSPSTestUnit.test |
modules/state_flow_sps/tests/StateFlowSPSTestUnit.test |
|
|
StateFlowTestOverride.php |
modules/state_flow_sps/lib/Drupal/state_flow_sps/Test/StateFlowTestOverride.php |
Drupal\state_flow_sps\Test |
|
state_flow.admin.inc |
modules/state_flow/state_flow.admin.inc |
|
Revision Content administration. |
state_flow.api.php |
modules/state_flow/state_flow.api.php |
|
Define a new StateMachine for the node |
state_flow.iib.inc |
modules/state_flow/state_flow.iib.inc |
|
|
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"
version = "7.x-2.x"
name = State Flow
description = A base implementation of the State Machine
dependencies[] = state_machine
dependencies[] = ctools
package = "State… |
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.node.inc |
modules/state_flow/state_flow.node.inc |
|
|
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_flow_schedule.drush.inc |
modules/state_flow_schedule/state_flow_schedule.drush.inc |
|
Drush integration for state_flow_schedule |
state_flow_schedule.info |
modules/state_flow_schedule/state_flow_schedule.info |
|
project = "state_flow"
core = "7.x"
name = State Flow Schedule
description = Scheduling of publishing, unpublishing with State Flow
dependencies[] = state_flow
dependencies[] = date_popup
package = "State… |
state_flow_schedule.install |
modules/state_flow_schedule/state_flow_schedule.install |
|
Install file for state_flow_schedule. |
state_flow_schedule.module |
modules/state_flow_schedule/state_flow_schedule.module |
|
Module file for state_flow_schedule. |
state_flow_schedule.views.inc |
modules/state_flow_schedule/includes/views/state_flow_schedule.views.inc |
|
|
state_flow_schedule_handler_field_state_machine_event.inc |
modules/state_flow_schedule/includes/views/state_flow_schedule_handler_field_state_machine_event.inc |
|
|
state_flow_sps.info |
modules/state_flow_sps/state_flow_sps.info |
|
name = State Flow SPS Integration
description = Integrates the SPS module with State Flow Scheduling
core = 7.x
package = "Site Preview System"
dependencies[] = sps
dependencies[] = state_flow_schedule
files[] = tests/*.test |
state_flow_sps.module |
modules/state_flow_sps/state_flow_sps.module |
|
|
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 |
|
|