public function StateFlowTest::on_exit_published in State Machine 7.3
Callback for when a node exits the published state.
File
- modules/
state_flow_entity/ state_flow_entity.api.php, line 115 - Define a new StateMachine for the node
Class
- StateFlowTest
- Define a new workflow for a custom entity type.
Code
public function on_exit_published() {
// @todo.
}