- Request / Response
- API Platform
- Performance
- Validator 1
- Forms 1
- Exception
- Logs 41
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 1
- Migrations
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
name
-
1code
-
pricing
-
pricingTop
-
description
-
-
-
name
-
printingType
-
machine
-
paperSize
-
finishedSizeX
-
finishedSizeY
-
imposition
-
paperType
-
sideOne
-
sideTwo
-
tasks
-
-
-
calculateBtn
-
saveBtn
-
saveAndAddBtn
-
calculateBtnClicked
-
calculator_product_business_card
"App\Form\CalculatorProductBusinessCardType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\CalculatorProductBusinessCard {#1795 -id: null -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\Common\Collections\ArrayCollection {#1835 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Entity\CalculatorProductBusinessCard {#1795 -id: null -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\Common\Collections\ArrayCollection {#1835 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: null #updatedAt: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\CalculatorProductBusinessCard {#1795 -id: null -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\Common\Collections\ArrayCollection {#1835 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: null #updatedAt: null } |
same as passed value |
testing | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data | App\Entity\CalculatorProductBusinessCard {#1795 -id: null -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\Common\Collections\ArrayCollection {#1835 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: null #updatedAt: null } |
data_class | "App\Entity\CalculatorProductBusinessCard" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1850 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} use: { $class: "App\Entity\CalculatorProductBusinessCard" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
new | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
testing | true |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#1858 …} } } |
validation_groups | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Trade foiling A5- 1 pos" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control-sm" ] |
[ "class" => "form-control-sm" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control-sm" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1867 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#1868 …} } } |
validation_groups | null |
code
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
Message | Origin | Cause |
---|---|---|
This value is already used. | code |
Caused by:
Symfony\Component\Validator\ConstraintViolation {#3149 root: Symfony\Component\Form\Form {#2083 name: "calculator_product_business_card" type_class: "App\Form\CalculatorProductBusinessCardType" } path: "data.code" value: "Trade foiling A5 - 1 pos" } [ App\Entity\CalculatorProductBusinessCard {#3184 -id: 356 -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\ORM\PersistentCollection {#3414 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: DateTime @1745277691 {#3147 date: 2025-04-22 11:21:31.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1756435355 {#3134 date: 2025-08-29 14:42:35.0 Pacific/Auckland (+12:00) } } ] |
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Trade foiling A5 - 1 pos" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control-sm" ] |
[ "class" => "form-control-sm" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control-sm" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1876 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1878 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#1877 …} } } |
validation_groups | null |
pricing
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control-sm" "readonly" => true ] |
[ "class" => "form-control-sm" "readonly" => true ] |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control-sm" "readonly" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#1886 …} } } |
validation_groups | null |
pricingTop
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control-sm" "readonly" => true ] |
[ "class" => "form-control-sm" "readonly" => true ] |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control-sm" "readonly" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1894 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#1895 …} } } |
validation_groups | null |
description
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1902 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#1953 …} } } |
validation_groups | null |
businessCardOptions
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#2667 -elements: [ App\Entity\BusinessCardOption {#2917 -id: null -calculatorProductBusinessCard: App\Entity\CalculatorProductBusinessCard {#1795 -id: null -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\Common\Collections\ArrayCollection {#1835 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: null #updatedAt: null } -machine: App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } -paperSize: App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } -finishedSizeX: 210 -finishedSizeY: 148 -imposition: App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } -sideOne: "Foil Material" -sideTwo: "none" -tasks: Doctrine\Common\Collections\ArrayCollection {#2919 …} -printingType: App\Entity\Machine {#2275} -paperType: null -name: null #createdAt: null #updatedAt: null } ] } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#2667 -elements: [ App\Entity\BusinessCardOption {#2917 -id: null -calculatorProductBusinessCard: App\Entity\CalculatorProductBusinessCard {#1795 -id: null -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\Common\Collections\ArrayCollection {#1835 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: null #updatedAt: null } -machine: App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } -paperSize: App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } -finishedSizeX: 210 -finishedSizeY: 148 -imposition: App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } -sideOne: "Foil Material" -sideTwo: "none" -tasks: Doctrine\Common\Collections\ArrayCollection {#2919 …} -printingType: App\Entity\Machine {#2275} -paperType: null -name: null #createdAt: null #updatedAt: null } ] } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | true |
same as passed value |
allow_delete | true |
same as passed value |
by_reference | false |
false
|
entry_options | [ "label" => false "testing" => true ] |
[ "label" => false "testing" => true "block_name" => "entry" ] |
entry_type | "App\Form\BusinessCardOptionType" |
same as passed value |
label | false |
false
|
prototype | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#1958 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
entry_options | [ "label" => false "testing" => true "block_name" => "entry" ] |
entry_type | "App\Form\BusinessCardOptionType" |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#1957 …} } } |
validation_groups | null |
0
"App\Form\BusinessCardOptionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\BusinessCardOption {#2917 -id: null -calculatorProductBusinessCard: App\Entity\CalculatorProductBusinessCard {#1795 -id: null -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\Common\Collections\ArrayCollection {#1835 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: null #updatedAt: null } -machine: App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } -paperSize: App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } -finishedSizeX: 210 -finishedSizeY: 148 -imposition: App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } -sideOne: "Foil Material" -sideTwo: "none" -tasks: Doctrine\Common\Collections\ArrayCollection {#2919 …} -printingType: App\Entity\Machine {#2275} -paperType: null -name: null #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Entity\BusinessCardOption {#2917 -id: null -calculatorProductBusinessCard: App\Entity\CalculatorProductBusinessCard {#1795 -id: null -name: "Trade foiling A5- 1 pos" -code: "Trade foiling A5 - 1 pos" -description: null -price: [] -businessCardOptions: Doctrine\Common\Collections\ArrayCollection {#1835 …} -calculator: App\Entity\Calculator {#1281 …} -priceTop: [] #createdAt: null #updatedAt: null } -machine: App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } -paperSize: App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } -finishedSizeX: 210 -finishedSizeY: 148 -imposition: App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } -sideOne: "Foil Material" -sideTwo: "none" -tasks: Doctrine\Common\Collections\ArrayCollection {#2919 …} -printingType: App\Entity\Machine {#2275} -paperType: null -name: null #createdAt: null #updatedAt: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
block_name | "entry" |
same as passed value |
label | false |
false
|
property_path | "[0]" |
same as passed value |
testing | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | "App\Entity\BusinessCardOption" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2685 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} use: { $class: "App\Entity\BusinessCardOption" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "[0]" |
required | true |
row_attr | [] |
setter | null |
testing | true |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2687 …} } } |
validation_groups | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control-sm" ] |
[ "class" => "form-control-sm" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control-sm" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2698 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2699 …} } } |
validation_groups | null |
printingType
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } |
View Format |
"4"
|
Submitted Data
Property | Value |
---|---|
View Format |
"4"
|
Normalized Format | App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
choices | [ App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } ] |
[ App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } ] |
class | "App\Entity\Machine" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2014 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2915 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2808 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2018 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } ] |
class | "App\Entity\Machine" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
em | ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2018 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2914 …} } } |
validation_groups | null |
machine
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } |
View Format |
"16"
|
Submitted Data
Property | Value |
---|---|
View Format |
"16"
|
Normalized Format | App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
choices | [ App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } ] |
[ App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } ] |
class | "App\Entity\Machine" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2014 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2934 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3009 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2018 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ App\Entity\Machine {#2931 -id: 16 -name: "A3 Platen HotFoil NEW" -code: "A3 HFoil" -invoiceDescription: "Printed" -technicalNotes: null -parent: App\Entity\Machine {#2275 -id: 4 -name: "Sheet Fed" -code: "SF" -invoiceDescription: null -technicalNotes: null -parent: null -children: Doctrine\ORM\PersistentCollection {#2276 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2278 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#2318 …} -tasks: Doctrine\ORM\PersistentCollection {#2294 …} -waste: null -spoilage: null -setupTime: null -rate: null -machineCostMatrices: Doctrine\ORM\PersistentCollection {#2345 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#2366 …} #createdAt: DateTime @1706656704 {#2270 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1706656704 {#2267 date: 2024-01-31 12:18:24.0 Pacific/Auckland (+13:00) } } -children: Doctrine\ORM\PersistentCollection {#2997 …} -paperSizes: Doctrine\ORM\PersistentCollection {#2999 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3001 …} -tasks: Doctrine\ORM\PersistentCollection {#3003 …} -waste: 20 -spoilage: "0.150" -setupTime: 60 -rate: "0.8800" -machineCostMatrices: Doctrine\ORM\PersistentCollection {#3005 …} -machineTimeMatrices: Doctrine\ORM\PersistentCollection {#3007 …} #createdAt: DateTime @1740357845 {#2806 date: 2025-02-24 13:44:05.0 Pacific/Auckland (+13:00) } #updatedAt: DateTime @1760311331 {#2935 date: 2025-10-13 12:22:11.0 Pacific/Auckland (+13:00) } } ] |
class | "App\Entity\Machine" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
em | ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2018 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1436 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2805 …} } } |
validation_groups | null |
paperSize
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } |
View Format |
"7"
|
Submitted Data
Property | Value |
---|---|
View Format |
"7"
|
Normalized Format | App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
choices | [ App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } ] |
[ App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } ] |
class | "App\Entity\PaperSize" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2014 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2952 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3037 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2042 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1486 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ App\Entity\PaperSize {#2949 -id: 7 -name: "SRA5" -code: "SRA5" -description: null -width: 160 -height: 225 -machines: Doctrine\ORM\PersistentCollection {#3033 …} -machinePaperSizeMatrices: Doctrine\ORM\PersistentCollection {#3035 …} #createdAt: DateTime @-62170025944 {#2974 date: -0001-11-30 00:00:00.0 Pacific/Auckland (+11:39) } #updatedAt: DateTime @1747259301 {#2953 date: 2025-05-15 09:48:21.0 Pacific/Auckland (+12:00) } } ] |
class | "App\Entity\PaperSize" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
em | ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2042 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1486 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#3023 …} } } |
validation_groups | null |
finishedSizeX
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 210 |
View Format |
"210"
|
Submitted Data
Property | Value |
---|---|
View Format |
"210"
|
Normalized Format | 210 |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "finishedSizeX form-control-sm text-end" "min" => 1 ] |
[ "class" => "finishedSizeX form-control-sm text-end" "min" => 1 ] |
label | "Finished Size X" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "finishedSizeX form-control-sm text-end" "min" => 1 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2740 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Finished Size X" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2741 …} } } |
validation_groups | null |
finishedSizeY
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 148 |
View Format |
"148"
|
Submitted Data
Property | Value |
---|---|
View Format |
"148"
|
Normalized Format | 148 |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "finishedSizeY form-control-sm text-end" "min" => 1 ] |
[ "class" => "finishedSizeY form-control-sm text-end" "min" => 1 ] |
label | "Finished Size Y" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "finishedSizeY form-control-sm text-end" "min" => 1 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2750 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Finished Size Y" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2751 …} } } |
validation_groups | null |
imposition
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } |
View Format |
"72"
|
Submitted Data
Property | Value |
---|---|
View Format |
"72"
|
Normalized Format | App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
choices | [ App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } ] |
[ App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } ] |
class | "App\Entity\Imposition" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2014 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2940 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3022 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2080 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1397 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ App\Entity\Imposition {#2937 -id: 72 -name: "SRA5 - 210x148 1up" -paperSizeAcross: 320 -paperSizeDown: 225 -impositionAcross: 210 -impositionDown: 148 -noAcrossToPrint: 1 -gutterAcross: 5 -gutterDown: 5 -noDownToPrint: 2 -noUp: 1 -tasks: Doctrine\ORM\PersistentCollection {#3020 …} #createdAt: DateTime @1754367807 {#2966 date: 2025-08-05 16:23:27.0 Pacific/Auckland (+12:00) } #updatedAt: DateTime @1754367828 {#2941 date: 2025-08-05 16:23:48.0 Pacific/Auckland (+12:00) } } ] |
class | "App\Entity\Imposition" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
em | ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2080 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1397 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2938 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#3010 …} } } |
validation_groups | null |
paperType
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "paperTypeSelect" ] |
[ "class" => "paperTypeSelect" ] |
by_reference | true |
same as passed value |
choice_label | "name" |
same as passed value |
choices | [] |
[] |
class | "App\Entity\Product" |
same as passed value |
expanded | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "paperTypeSelect" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2784 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2785 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2093 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1523 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [] |
class | "App\Entity\Product" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
em | ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2093 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1523 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2782 …} } } |
validation_groups | null |
sideOne
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Foil Material" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "Foil Material" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
data | "Foil Material" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data | "Foil Material" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2922 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2921 …} } } |
validation_groups | null |
sideTwo
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "none" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "none" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
data | "none" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data | "none" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2962 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2961 …} } } |
validation_groups | null |
tasks
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#3075 -elements: [] } |
View Format |
[] |
Submitted Data
Property | Value |
---|---|
View Format |
[] |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#3075 -elements: [] } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
choices | [] |
[] |
class | "App\Entity\Task" |
same as passed value |
multiple | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2014 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2968 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2724 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2943 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1602 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [] |
class | "App\Entity\Task" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data_class | null |
disabled | false |
em | ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2943 -om: ContainerBvTCGEL\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#273 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1602 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2947 …} } } |
validation_groups | null |
calculateBtn
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Calculate" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Calculate" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
saveBtn
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Save" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Save" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
saveAndAddBtn
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Save As New" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Save As New" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
calculateBtnClicked
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "0" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "1" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "id" => "calculateBtnClicked" ] |
[ "id" => "calculateBtnClicked" ] |
data | "0" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "calculateBtnClicked" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#546 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#545 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#544 …} -namespace: Closure() {#542 …} } |
data | "0" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2119 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1704 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2096 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1775 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#276 …} $translationDomain: "validators" $message: Closure() {#2108 …} } } |
validation_groups | null |