You are here

state_flow.info in State Machine 7

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[] = plugins/state_flow.inc
files[] = state_flow.api.php

; Tests
files[] = tests/state_flow.test

; Views includes
files[] = includes/views/state_flow.view.inc
files[] = includes/views/state_flow_handler_field_events.inc
files[] = includes/views/state_flow_handler_field_workflow_link.inc
files[] = includes/views/state_flow_handler_filter_state.inc

File

modules/state_flow/state_flow.info
View source
  1. project = "state_flow"
  2. core = "7.x"
  3. name = State Flow
  4. description = A base implementation of the State Machine
  5. dependencies[] = state_machine
  6. dependencies[] = ctools
  7. package = "State Machine"
  8. ; Core classes
  9. files[] = plugins/state_flow.inc
  10. files[] = state_flow.api.php
  11. ; Tests
  12. files[] = tests/state_flow.test
  13. ; Views includes
  14. files[] = includes/views/state_flow.view.inc
  15. files[] = includes/views/state_flow_handler_field_events.inc
  16. files[] = includes/views/state_flow_handler_field_workflow_link.inc
  17. files[] = includes/views/state_flow_handler_filter_state.inc