You are here

public function StateFlow::on_enter_published in State Machine 7

Same name and namespace in other branches
  1. 6 modules/state_flow/plugins/state_flow.inc \StateFlow::on_enter_published()
  2. 7.2 modules/state_flow/plugins/state_flow.inc \StateFlow::on_enter_published()

File

modules/state_flow/plugins/state_flow.inc, line 52

Class

StateFlow

Code

public function on_enter_published() {
  $this
    ->set_published();
  $this
    ->set_node_revision();
  $this
    ->set_principle_revision();
}