You are here

public function Workflow::getWorkflowId in Workflow 7.2

Returns the workflow id.

Return value

int $wid

Overrides WorkflowInterface::getWorkflowId

1 call to Workflow::getWorkflowId()
Workflow::isValid in includes/Entity/Workflow.php
Validate the workflow. Generate a message if not correct.

File

includes/Entity/Workflow.php, line 349
Contains workflow\includes\Entity\Workflow. Contains workflow\includes\Entity\WorkflowController.

Class

Workflow

Code

public function getWorkflowId() {
  return $this->wid;
}