function WorkflowInterface::getTypePlugin
Same name in other branches
- 9 core/modules/workflows/src/WorkflowInterface.php \Drupal\workflows\WorkflowInterface::getTypePlugin()
- 8.9.x core/modules/workflows/src/WorkflowInterface.php \Drupal\workflows\WorkflowInterface::getTypePlugin()
- 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\workflowsCode
public function getTypePlugin();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.