WorkflowRegistryInterface
WorkflowRegistryInterface.php
:
13
Methods¶
getSupportedWorkflow() ¶
WorkflowRegistryInterface.php
:
60
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$subject | mixed | - | - |
Return values
Workflow
getSupportedWorkflows() ¶
WorkflowRegistryInterface.php
:
36
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$subject | mixed | - | - |
Return values
array<string|int, Workflow>
getWorkflow() ¶
WorkflowRegistryInterface.php
:
52
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
Workflow
Tags
getWorkflows() ¶
WorkflowRegistryInterface.php
:
29
|
|
Return values
array<string|int, Workflow>
hasWorkflow() ¶
WorkflowRegistryInterface.php
:
43
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
bool
setWorkflow() ¶
WorkflowRegistryInterface.php
:
19
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$workflow | Workflow | - | - |
setWorkflows() ¶
WorkflowRegistryInterface.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$workflows | array<string|int, Workflow> | - | - |