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