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