You are here

public function StateFlow::on_exit_published in State Machine 7.2

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

File

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

Class

StateFlow

Code

public function on_exit_published() {
  $this
    ->set_unpublished();
}