FormSubmissionServiceInterface
        FormSubmissionServiceInterface.php
                :
        16
                 
    
            Interface
                Methods¶
                 create()
            ¶
create()
            ¶
    
        
        FormSubmissionServiceInterface.php
                :
        24
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $content | ContentInfo | - | - | 
| $languageCode | string | - | - | 
| $form | Form | - | - | 
| $data | array<string|int, mixed> | - | - | 
Return values
Tags
                 delete()
            ¶
delete()
            ¶
    
        
        FormSubmissionServiceInterface.php
                :
        29
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $submission | FormSubmission | - | - | 
                 getCount()
            ¶
getCount()
            ¶
    
        
        FormSubmissionServiceInterface.php
                :
        69
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $content | ContentInfo | - | - | 
| $languageCode | string|null | null | - | 
Return values
int
                 loadAllByContentForExport()
            ¶
loadAllByContentForExport()
            ¶
    
        
        FormSubmissionServiceInterface.php
                :
        56
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $content | ContentInfo | - | - | 
| $languageCode | string|null | null | - | 
Return values
array<int, array<int, array{id: int, identifier: string, name: string, value: mixed}>>
Tags
                 loadByContent()
            ¶
loadByContent()
            ¶
    
        
        FormSubmissionServiceInterface.php
                :
        48
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $content | ContentInfo | - | - | 
| $languageCode | string|null | null | - | 
| $offset | int | 0 | - | 
| $limit | int | 25 | - | 
Return values
                 loadById()
            ¶
loadById()
            ¶
    
        
        FormSubmissionServiceInterface.php
                :
        38
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $id | int | - | - | 
Return values
Tags
                 loadHeaders()
            ¶
loadHeaders()
            ¶
    
        
        FormSubmissionServiceInterface.php
                :
        61
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $content | ContentInfo | - | - | 
| $languageCode | string|null | null | - | 
Return values
array<string|int, string>