FormEvents
        FormEvents.php
                :
        11
                
    
                        Read-only
                            Final
                
        
        
                Constants¶
                
CONTENT_TYPE_ADD_FIELD_DEFINITION        ¶
    
        
        FormEvents.php
                :
        21
                
    
        Triggered when adding a FieldDefinition to the ContentTypeDraft.
| 
                     | 
                
                    
                     | 
            
                
CONTENT_TYPE_PUBLISH        ¶
    
        
        FormEvents.php
                :
        31
                
    
        Triggered when saving the draft + publishing the ContentType.
| 
                     | 
                
                    
                     | 
            
                
CONTENT_TYPE_PUBLISH_AND_EDIT        ¶
    
        
        FormEvents.php
                :
        36
                
    
        Triggered when saving the draft + publishing the ContentType and starting edition on new draft.
| 
                     | 
                
                    
                     | 
            
                
CONTENT_TYPE_REMOVE_DRAFT        ¶
    
        
        FormEvents.php
                :
        41
                
    
        Triggered when removing the draft (e.g. "cancel" action).
| 
                     | 
                
                    
                     | 
            
                
CONTENT_TYPE_REMOVE_FIELD_DEFINITION        ¶
    
        
        FormEvents.php
                :
        26
                
    
        Triggered when removing a FieldDefinition from the ContentTypeDraft.
| 
                     | 
                
                    
                     | 
            
                
CONTENT_TYPE_UPDATE        ¶
    
        
        FormEvents.php
                :
        16
                
    
        Base name for ContentType update processing events.
| 
                     | 
                
                    
                     |