FormSubmissionServiceInterface
FormSubmissionServiceInterface.php
:
16
Interface
Methods¶
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()
¶
FormSubmissionServiceInterface.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$submission | FormSubmission | - | - |
getCount()
¶
FormSubmissionServiceInterface.php
:
69
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | ContentInfo | - | - |
$languageCode | string|null | null | - |
Return values
int
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()
¶
FormSubmissionServiceInterface.php
:
48
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | ContentInfo | - | - |
$languageCode | string|null | null | - |
$offset | int | 0 | - |
$limit | int | 25 | - |
Return values
loadById()
¶
FormSubmissionServiceInterface.php
:
38
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | int | - | - |
Return values
Tags
loadHeaders()
¶
FormSubmissionServiceInterface.php
:
61
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | ContentInfo | - | - |
$languageCode | string|null | null | - |
Return values
array<string|int, string>