You are here

public function Workflow::getWorkflowId in Workflow 8

Returns the workflow id.

Return value

string $wid

Overrides WorkflowInterface::getWorkflowId

File

src/Entity/Workflow.php, line 238

Class

Workflow
Workflow configuration entity to persistently store configuration.

Namespace

Drupal\workflow\Entity

Code

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