ActionHandlerInterface
        ActionHandlerInterface.php
                :
        14
                 
    
            Interface
                Methods¶
                 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
                 supports()
            ¶
supports()
            ¶
    
        
        ActionHandlerInterface.php
                :
        16
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $action | ActionInterface | - | - | 
Return values
bool