You are here

Files in State Machine 7.3

Primary tabs

File namesort descending Location Namespace Description
base.inc inc/base.inc Defines the base classes of the state machine.
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-history-entity.tpl.php modules/state_flow_entity/state-flow-history-entity.tpl.php Template for a rendered state_flow_history_entity.
StateFlowScheduleOverride.php modules/state_flow_schedule/lib/Drupal/state_flow_schedule/StateFlowScheduleOverride.php Drupal\state_flow_schedule SPS (Site Preview Sytem) integration for state flow schedule.
state_flow.admin.inc modules/state_flow/state_flow.admin.inc Revision Content administration.
state_flow.info modules/state_flow/state_flow.info project = "state_flow" core = "7.x" version = "7.x-3.x" name = State Flow description = A base implementation of the State Machine dependencies[] = state_machine dependencies[] = state_flow_entity dependencies[] =…
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 Defines the page callback for a node's workflow page.
state_flow.test modules/state_flow/tests/state_flow.test state_flow.test
state_flow.test.inc modules/state_flow/tests/state_flow.test.inc Helper functions for tests.
state_flow.views.inc modules/state_flow/includes/views/state_flow.views.inc Views integration for State Flow
state_flow_entity.api.php modules/state_flow_entity/state_flow_entity.api.php Define a new StateMachine for the node
state_flow_entity.css modules/state_flow_entity/css/state_flow_entity.css @CHARSET "UTF-8"; .state-flow--is-published--yes td { background-color: #aaffaa; }
state_flow_entity.forms.inc modules/state_flow_entity/state_flow_entity.forms.inc Form API related functions used by state_flow_entity and state_flow.
state_flow_entity.inc modules/state_flow_entity/plugins/state_flow_entity.inc State Flow implementation of the State Machine class.
state_flow_entity.info modules/state_flow_entity/state_flow_entity.info project = "state_flow_entity" core = "7.x" name = State Flow Entity version = "7.x-3.x" description = The base for an entity workflow dependencies[] = state_machine dependencies[] = ctools dependencies[] = drafty package…
state_flow_entity.install modules/state_flow_entity/state_flow_entity.install Install file for the State Flow module.
state_flow_entity.module modules/state_flow_entity/state_flow_entity.module An implementation of entity workflow for Drupal based on the State Machine system.
state_flow_entity.rules.inc modules/state_flow_entity/state_flow_entity.rules.inc Rules integration for State Flow.
state_flow_entity.views.inc modules/state_flow_entity/includes/views/state_flow_entity.views.inc Views integration for State Flow
state_flow_entity_entity_in_state.inc modules/state_flow_entity/plugins/access/state_flow_entity_entity_in_state.inc Plugin to provide access control based upon entity bundle.
state_flow_entity_form.inc modules/state_flow_entity/plugins/content_types/state_flow_entity_form.inc
state_flow_entity_handler_area_events_form.inc modules/state_flow_entity/includes/views/state_flow_entity_handler_area_events_form.inc Contains state_flow_entity_handler_area_events_form
state_flow_entity_handler_field_available_events.inc modules/state_flow_entity/includes/views/state_flow_entity_handler_field_available_events.inc Prints available state change events for a given entity.
state_flow_entity_handler_field_events_form.inc modules/state_flow_entity/includes/views/state_flow_entity_handler_field_events_form.inc Field handler that provides a form for changing states.
state_flow_entity_handler_field_link.inc modules/state_flow_entity/includes/views/state_flow_entity_handler_field_link.inc Field handler that provides actionable links related to an entity version.
state_flow_entity_handler_field_state.inc modules/state_flow_entity/includes/views/state_flow_entity_handler_field_state.inc Field handler for states. Takes state machine name columns and renders the labels.
state_flow_entity_handler_field_state_flow_states.inc modules/state_flow_entity/includes/views/state_flow_entity_handler_field_state_flow_states.inc A helper class that is extended by state_flow_entity_handler_field_link and state_flow_entity_handler_field_events_form.
state_flow_entity_handler_field_state_flow_states_history_list.inc modules/state_flow_entity/includes/views/state_flow_entity_handler_field_state_flow_states_history_list.inc A field handler to take a record form {state_flow_states} and load all of the relevant history entities.
state_flow_handler_field_is_node_revision_published.inc modules/state_flow/includes/views/state_flow_handler_field_is_node_revision_published.inc Views field handler that checks whether this is the revision that is also in the node table and that its status is 1
state_flow_handler_field_workflow_link.inc modules/state_flow/includes/views/state_flow_handler_field_workflow_link.inc Legacy Views handler. This might be removed.
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_history_from_entity.inc modules/state_flow_entity/plugins/relationships/state_flow_history_from_entity.inc Plugin to provide an relationship handler for state_flow_history_entity from node.
state_flow_node.inc modules/state_flow/plugins/state_flow_node.inc State Flow implementation of the State Machine class
state_flow_schedule.api.php modules/state_flow_schedule/state_flow_schedule.api.php The API documentation for state_flow_schedule.
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 version = "7.x-3.x" description = Scheduling of publishing, unpublishing with State Flow dependencies[] = state_flow_entity dependencies[] =…
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_states_by_node.inc modules/state_flow/includes/views/views/state_flow_states_by_node.inc
state_machine.api.php state_machine.api.php State Machine Developer Documentation
state_machine.info state_machine.info name = State Machine description = Provides a Finite State Machine for Drupal entities. core = 7.x package = "State Machine" version = "7.x-3.x" 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

Other projects