ActionHandlerDataStructureAwareInterface
        ActionHandlerDataStructureAwareInterface.php
                :
        18
                 
    
            Interface
                    
                Extends
                                    ActionHandlerInterface                            
                Methods¶
                 getDataStructureSpec()
            ¶
getDataStructureSpec()
            ¶
    
        
        ActionHandlerDataStructureAwareInterface.php
                :
        23
                 
    
        |  |  | 
Return values
array<string|int, Spec>
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        ActionHandlerInterface.php
                :
        26
                 
    
        |  |  | 
Return values
string
                 handle()
            ¶
handle()
            ¶
    
        
        ActionHandlerInterface.php
                :
        24
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $action | ActionInterface | - | - | 
| $context | array<string, mixed> | [] | - | 
Return values
                 preparePayload()
            ¶
preparePayload()
            ¶
    
        
        ActionHandlerDataStructureAwareInterface.php
                :
        31
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $options | array<string, mixed> | - | - | 
| $input | DataType<string|int, string> | - | - | 
Return values
array<string, mixed>
                 supports()
            ¶
supports()
            ¶
    
        
        ActionHandlerInterface.php
                :
        16
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $action | ActionInterface | - | - | 
Return values
bool