Event emitted after action execution.
Methods¶
                
__construct()
            ¶
    
        
        CreateContentDraftEvent.php
                :
        30
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $contentDraft | Content | - | - | 
| $contentInfo | ContentInfo | - | - | 
| $versionInfo | VersionInfo|null | null | - | 
| $creator | User|null | null | - | 
| $language | Language|null | null | - | 
                
getContentDraft()
            ¶
    
        
        CreateContentDraftEvent.php
                :
        44
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
getContentInfo()
            ¶
    
        
        CreateContentDraftEvent.php
                :
        49
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
getCreator()
            ¶
    
        
        CreateContentDraftEvent.php
                :
        59
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
User|null
                
getLanguage()
            ¶
    
        
        CreateContentDraftEvent.php
                :
        64
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
Language|null
                
getVersionInfo()
            ¶
    
        
        CreateContentDraftEvent.php
                :
        54
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
VersionInfo|null
                
isPropagationStopped()
            ¶
    
        
        Event.php
                :
        38
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
bool
                
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().