function WorkflowInterface::getTypePlugin

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/WorkflowInterface.php \Drupal\workflows\WorkflowInterface::getTypePlugin()
  2. 10 core/modules/workflows/src/WorkflowInterface.php \Drupal\workflows\WorkflowInterface::getTypePlugin()
  3. 11.x 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.