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