function WorkflowState::isCreationState in Workflow 7
Same name and namespace in other branches
- 7.2 includes/Entity/WorkflowState.php \WorkflowState::isCreationState()
File
- includes/
Entity/ WorkflowState.php, line 254 - Contains workflow\includes\Entity\WorkflowState.
Class
- WorkflowState
- @file Contains workflow\includes\Entity\WorkflowState.
Code
function isCreationState() {
return $this->sysid == WORKFLOW_CREATION;
}