Event emitted after action execution.
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        UpdateContentEvent.php
                :
        30
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $content | Content | - | - | 
| $versionInfo | VersionInfo | - | - | 
| $contentUpdateStruct | ContentUpdateStruct | - | - | 
| $fieldIdentifiersToValidate | array<string|int, mixed>|null | null | - | 
                 getContent()
            ¶
getContent()
            ¶
    
        
        UpdateContentEvent.php
                :
        42
                 
    
        |  |  | 
Return values
                 getContentUpdateStruct()
            ¶
getContentUpdateStruct()
            ¶
    
        
        UpdateContentEvent.php
                :
        52
                 
    
        |  |  | 
Return values
                 getFieldIdentifiersToValidate()
            ¶
getFieldIdentifiersToValidate()
            ¶
    
        
        UpdateContentEvent.php
                :
        60
                 
    
        |  |  | 
Return values
array<string|int, string>|null
                 getVersionInfo()
            ¶
getVersionInfo()
            ¶
    
        
        UpdateContentEvent.php
                :
        47
                 
    
        |  |  | 
Return values
                 isPropagationStopped()
            ¶
isPropagationStopped()
            ¶
    
        
        Event.php
                :
        38
                 
    
        |  |  | 
Return values
bool
                 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().