ActionHandlerInterface
        ActionHandlerInterface.php
                :
        14
                
    
            Interface
                Methods¶
                
getIdentifier()
            ¶
    
        
        ActionHandlerInterface.php
                :
        26
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
handle()
            ¶
    
        
        ActionHandlerInterface.php
                :
        24
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $action | ActionInterface | - | - | 
| $context | array<string, mixed> | [] | - | 
Return values
                
supports()
            ¶
    
        
        ActionHandlerInterface.php
                :
        16
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $action | ActionInterface | - | - | 
Return values
bool