BeforeUpdateActionConfigurationEvent
        BeforeUpdateActionConfigurationEvent.php
                :
        16
                
    
                                Final
                
                    
                Extends BeforeEvent
            
        
        
                Event emitted before action execution.
Methods¶
                
__construct()
            ¶
    
        
        BeforeUpdateActionConfigurationEvent.php
                :
        24
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $actionConfiguration | ActionConfigurationInterface | - | - | 
| $updateStruct | ActionConfigurationUpdateStruct | - | - | 
| $actionConfigurationResult | ActionConfigurationInterface|null | null | - | 
                
getActionConfiguration()
            ¶
    
        
        BeforeUpdateActionConfigurationEvent.php
                :
        34
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
getActionConfigurationResult()
            ¶
    
        
        BeforeUpdateActionConfigurationEvent.php
                :
        44
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
getUpdateStruct()
            ¶
    
        
        BeforeUpdateActionConfigurationEvent.php
                :
        39
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
ActionConfigurationUpdateStruct
                
hasActionConfigurationResult()
            ¶
    
        
        BeforeUpdateActionConfigurationEvent.php
                :
        60
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
bool
                
isPropagationStopped()
            ¶
    
        
        Event.php
                :
        38
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
bool
                
setActionConfigurationResult()
            ¶
    
        
        BeforeUpdateActionConfigurationEvent.php
                :
        55
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $actionConfigurationResult | ActionConfigurationInterface|null | - | - | 
                
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().