Event emitted before action execution.
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        BeforeExecuteEvent.php
                :
        28
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $action | ActionInterface | - | - | 
| $actionConfiguration | ActionConfigurationInterface|null | - | - | 
| $handler | ActionHandlerInterface|null | - | - | 
| $actionResponseResult | ActionResponseInterface|null | null | - | 
                 getAction()
            ¶
getAction()
            ¶
    
        
        BeforeExecuteEvent.php
                :
        40
                 
    
        |  |  | 
Return values
                 getActionConfiguration()
            ¶
getActionConfiguration()
            ¶
    
        
        BeforeExecuteEvent.php
                :
        45
                 
    
        |  |  | 
Return values
ActionConfigurationInterface|null
                 getActionResponseResult()
            ¶
getActionResponseResult()
            ¶
    
        
        BeforeExecuteEvent.php
                :
        55
                 
    
        |  |  | 
Return values
                 getHandler()
            ¶
getHandler()
            ¶
    
        
        BeforeExecuteEvent.php
                :
        50
                 
    
        |  |  | 
Return values
                 hasActionResponseResult()
            ¶
hasActionResponseResult()
            ¶
    
        
        BeforeExecuteEvent.php
                :
        71
                 
    
        |  |  | 
Return values
bool
                 isPropagationStopped()
            ¶
isPropagationStopped()
            ¶
    
        
        Event.php
                :
        38
                 
    
        |  |  | 
Return values
bool
                 setActionResponseResult()
            ¶
setActionResponseResult()
            ¶
    
        
        BeforeExecuteEvent.php
                :
        66
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $actionResponseResult | ActionResponseInterface|null | - | - | 
                 stopPropagation()
            ¶
stopPropagation()
            ¶
    
        
        Event.php
                :
        50
                 
    
        Stops the propagation of the event to further event listeners.
|  |  | 
If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().