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