WorkflowRegistryInterface
WorkflowRegistryInterface.php
:
13
Interface
Methods¶
getSupportedWorkflow()
¶
WorkflowRegistryInterface.php
:
39
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$subject | object | - | - |
Return values
WorkflowInterface
getSupportedWorkflows()
¶
WorkflowRegistryInterface.php
:
30
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$subject | object | - | - |
Return values
array<string|int, WorkflowInterface>
getWorkflow()
¶
WorkflowRegistryInterface.php
:
37
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
WorkflowInterface
Tags
getWorkflows()
¶
WorkflowRegistryInterface.php
:
25
|
|
Return values
array<string|int, WorkflowInterface>
hasWorkflow()
¶
WorkflowRegistryInterface.php
:
32
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
bool
setWorkflow()
¶
WorkflowRegistryInterface.php
:
15
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$workflow | WorkflowInterface | - | - |
setWorkflows()
¶
WorkflowRegistryInterface.php
:
20
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$workflows | array<string|int, WorkflowInterface> | - | - |