You are here

Classes, traits, and interfaces in State Machine 7.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
StateFlowEntity class modules/state_flow_entity/plugins/state_flow_entity.inc @file State Flow implementation of the State Machine class. 2
StateFlowNode class modules/state_flow/plugins/state_flow_node.inc Class StateFlowNode.
StateFlowScheduleOverride class Drupal\state_flow_schedule modules/state_flow_schedule/lib/Drupal/state_flow_schedule/StateFlowScheduleOverride.php
StateFlowTest class modules/state_flow_entity/state_flow_entity.api.php Define a new workflow for a custom entity type.
StateFlowWebTestCase class modules/state_flow/tests/state_flow.test Unit tests for the StateFlow revision state machine.
StateFlowWebTestCaseInstallOnExistingSite class modules/state_flow/tests/state_flow.test Tests for State Flow when nodes are created before installing state machine.
StateFlowWebTestFiles class modules/state_flow/tests/state_flow.test Tests for the State Flow when there are nodes created before installing state machine.
StateFlow_Event class modules/state_flow_entity/plugins/state_flow_entity.inc @todo, should this class be renamed to StateFlow_Event?
StateMachine class inc/base.inc The base class. 3
StateMachineUnitTest class tests/state_machine.test Unit tests for the State Machine classes.
StateMachine_Event class inc/base.inc Base class for events. 1
StateMachine_State class inc/base.inc Base class for states.
StateMachine_Test class tests/state_machine.test
state_flow_entity_handler_area_events_form class modules/state_flow_entity/includes/views/state_flow_entity_handler_area_events_form.inc Views area handlers. Insert a state flow entity form in a view.
state_flow_entity_handler_field_available_events class modules/state_flow_entity/includes/views/state_flow_entity_handler_field_available_events.inc
state_flow_entity_handler_field_events_form class modules/state_flow_entity/includes/views/state_flow_entity_handler_field_events_form.inc @file Field handler that provides a form for changing states.
state_flow_entity_handler_field_link class modules/state_flow_entity/includes/views/state_flow_entity_handler_field_link.inc @file Field handler that provides actionable links related to an entity version.
state_flow_entity_handler_field_state class modules/state_flow_entity/includes/views/state_flow_entity_handler_field_state.inc @file Field handler for states. Takes state machine name columns and renders the labels.
state_flow_entity_handler_field_state_flow_states class modules/state_flow_entity/includes/views/state_flow_entity_handler_field_state_flow_states.inc @file A helper class that is extended by state_flow_entity_handler_field_link and state_flow_entity_handler_field_events_form. 2
state_flow_entity_handler_field_state_flow_states_history_list class modules/state_flow_entity/includes/views/state_flow_entity_handler_field_state_flow_states_history_list.inc @file 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 class modules/state_flow/includes/views/state_flow_handler_field_is_node_revision_published.inc @file 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 class modules/state_flow/includes/views/state_flow_handler_field_workflow_link.inc Views field handler to display a link to the workflow page for the node.
state_flow_handler_filter_state class modules/state_flow/includes/views/state_flow_handler_filter_state.inc @file Views filter handler for the State Flow state.
TestMachine class ./state_machine.api.php The State Machine module is an API only. You must extend the StateMachine class to use this module. Extend the StateMachine class to get started

Other projects