FormSubmitted
        FormSubmitted.php
                :
        21
                
    
                                Final
                
                    
                Extends Notification
            
        
                    
                Implements
                                    EmailNotificationInterface                            
        
                Methods¶
                
__construct()
            ¶
    
        
        FormSubmitted.php
                :
        23
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $template | string | - | - | 
| $twig | Environment | - | - | 
| $content | Content | - | - | 
| $form | Form | - | - | 
| $data | FormSubmission | - | - | 
                
asEmailMessage()
            ¶
    
        
        FormSubmitted.php
                :
        33
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $recipient | EmailRecipientInterface | - | - | 
| $transport | string|null | null | - | 
Return values
EmailMessage|null