You are here

function state_flow_entity_theme in State Machine 7.3

Implements hook_theme().

File

modules/state_flow_entity/state_flow_entity.module, line 290
An implementation of entity workflow for Drupal based on the State Machine system.

Code

function state_flow_entity_theme() {
  return array(
    'state_flow_history_entity' => array(
      'render element' => 'elements',
      'template' => 'state-flow-history-entity',
    ),
  );
}