You are here

public function WorkflowInterface::getTypePlugin in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/WorkflowInterface.php \Drupal\workflows\WorkflowInterface::getTypePlugin()

Gets the workflow type plugin.

Return value

\Drupal\workflows\WorkflowTypeInterface The workflow type plugin.

1 method overrides WorkflowInterface::getTypePlugin()
Workflow::getTypePlugin in core/modules/workflows/src/Entity/Workflow.php
Gets the workflow type plugin.

File

core/modules/workflows/src/WorkflowInterface.php, line 18

Class

WorkflowInterface
Provides an interface for defining workflow entities.

Namespace

Drupal\workflows

Code

public function getTypePlugin();