You are here

public function WorkflowInterface::getWorkflowId in Workflow 8

Returns the workflow id.

Return value

string $wid

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

File

src/Entity/WorkflowInterface.php, line 23

Class

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

Namespace

Drupal\workflow\Entity

Code

public function getWorkflowId();