public function StateFlow::skip_to_publish in State Machine 7.2
Return event machine name to publish when skipping workflow
1 method overrides StateFlow::skip_to_publish()
- StateFlowTest::skip_to_publish in modules/
state_flow/ state_flow.api.php - Override what event is used to skip directly to publish
File
- modules/
state_flow/ plugins/ state_flow.inc, line 420
Class
Code
public function skip_to_publish() {
return 'publish';
}