You are here

function Workflow::getCreationSid in Workflow 7

Same name and namespace in other branches
  1. 7.2 includes/Entity/Workflow.php \Workflow::getCreationSid()
1 call to Workflow::getCreationSid()
Workflow::validate in includes/Entity/Workflow.php
Validate the workflow. Generate a message if not correct. This function is used on the settings page of

File

includes/Entity/Workflow.php, line 250
Contains workflow\includes\Entity\Workflow.

Class

Workflow
@file Contains workflow\includes\Entity\Workflow.

Code

function getCreationSid() {
  return $this->creation_sid;
}