You are here

public function WorkflowInterface::getWorkflowId in Workflow 7.2

Returns the workflow id.

Return value

string $wid

1 method overrides WorkflowInterface::getWorkflowId()
Workflow::getWorkflowId in includes/Entity/Workflow.php
Returns the workflow id.

File

includes/Entity/WorkflowInterface.php, line 36
Contains Drupal\workflow\Entity\WorkflowInterface.

Class

WorkflowInterface
Defines a common interface for Workflow*Transition* objects.

Code

public function getWorkflowId();