- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- EasyAdmin
- 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
-
-
deliveryFirstname
-
deliveryLastname
-
deliveryCountry
-
deliveryCity
-
deliveryZipcode
-
deliveryStreet
-
deliveryStreet2
-
billingFirstname
-
billingLastname
-
billingCountry
-
billingCity
-
billingZipcode
-
billingStreet
-
billingStreet2
-
deliveryEmail
-
deliveryPhone
-
billingEmail
-
billingPhone
-
text
-
deliveryDate
-
code
-
terms
-
template
-
deliveryAddressCheckbox
-
price
-
orderButton
-
_token
-
order_form
"App\Form\OrderFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Order {#617 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#618 …} -code: null -deliveryCity: null -deliveryStreet1: null -deliveryStreet2: null -deliveryZipCode: null -deliveryState: null -deliveryFirstname: null -deliveryLastname: null -deliveryPhone: null -deliveryEmail: null -paymentId: null -finalPrice: null -billingStreet2: null -text: null -invoice: null -template: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/order/process" |
same as passed value |
data | App\Entity\Order {#617 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#618 …} -code: null -deliveryCity: null -deliveryStreet1: null -deliveryStreet2: null -deliveryZipCode: null -deliveryState: null -deliveryFirstname: null -deliveryLastname: null -deliveryPhone: null -deliveryEmail: null -paymentId: null -finalPrice: null -billingStreet2: null -text: null -invoice: null -template: null } |
same as passed value |
method | "POST" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/order/process" |
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 | 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 | "task_item" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data | App\Entity\Order {#617 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#618 …} -code: null -deliveryCity: null -deliveryStreet1: null -deliveryStreet2: null -deliveryZipCode: null -deliveryState: null -deliveryFirstname: null -deliveryLastname: null -deliveryPhone: null -deliveryEmail: null -paymentId: null -finalPrice: null -billingStreet2: null -text: null -invoice: null -template: null } |
data_class | "App\Entity\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#760 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} use: { $class: "App\Entity\Order" } } |
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 | [] |
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() {#762 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#761 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/order/process" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "order_form" "_order_form" ] |
cache_key | "_order_form_order_form" |
compound | true |
data | App\Entity\Order {#617 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#618 …} -code: null -deliveryCity: null -deliveryStreet1: null -deliveryStreet2: null -deliveryZipCode: null -deliveryState: null -deliveryFirstname: null -deliveryLastname: null -deliveryPhone: null -deliveryEmail: null -paymentId: null -finalPrice: null -billingStreet2: null -text: null -invoice: null -template: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#879 -form: Symfony\Component\Form\Form {#1122 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#870 …5} |
full_name | "order_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "order_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form" |
valid | true |
value | App\Entity\Order {#617 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#618 …} -code: null -deliveryCity: null -deliveryStreet1: null -deliveryStreet2: null -deliveryZipCode: null -deliveryState: null -deliveryFirstname: null -deliveryLastname: null -deliveryPhone: null -deliveryEmail: null -paymentId: null -finalPrice: null -billingStreet2: null -text: null -invoice: null -template: null } |
deliveryFirstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "First name" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "First name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#787 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_deliveryFirstname" ] |
cache_key | "_order_form_deliveryFirstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#852 -form: Symfony\Component\Form\Form {#1125 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#861 …5} |
full_name | "order_form[deliveryFirstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryFirstname" |
label | "First name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryFirstname" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryFirstname" |
valid | true |
value | "" |
deliveryLastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Last name" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#795 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Last name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#796 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_deliveryLastname" ] |
cache_key | "_order_form_deliveryLastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#843 -form: Symfony\Component\Form\Form {#1128 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#834 …5} |
full_name | "order_form[deliveryLastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryLastname" |
label | "Last name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryLastname" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryLastname" |
valid | true |
value | "" |
deliveryCountry
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Country" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#804 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#806 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#805 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_deliveryCountry" ] |
cache_key | "_order_form_deliveryCountry_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#825 -form: Symfony\Component\Form\Form {#1131 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#816 …5} |
full_name | "order_form[deliveryCountry]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryCountry" |
label | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryCountry" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryCountry" |
valid | true |
value | "" |
deliveryCity
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "City" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#813 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "City" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#814 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_deliveryCity" ] |
cache_key | "_order_form_deliveryCity_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#807 -form: Symfony\Component\Form\Form {#1134 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#798 …5} |
full_name | "order_form[deliveryCity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryCity" |
label | "City" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryCity" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryCity" |
valid | true |
value | "" |
deliveryZipcode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Zipcode" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#822 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Zipcode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#823 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_deliveryZipcode" ] |
cache_key | "_order_form_deliveryZipcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#789 -form: Symfony\Component\Form\Form {#1137 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1203 …5} |
full_name | "order_form[deliveryZipcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryZipcode" |
label | "Zipcode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryZipcode" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryZipcode" |
valid | true |
value | "" |
deliveryStreet
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Street" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#831 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Street" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#832 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_deliveryStreet" ] |
cache_key | "_order_form_deliveryStreet_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1205 -form: Symfony\Component\Form\Form {#1140 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1206 …5} |
full_name | "order_form[deliveryStreet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryStreet" |
label | "Street" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryStreet" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryStreet" |
valid | true |
value | "" |
deliveryStreet2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Apt. nr., floor" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#840 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Apt. nr., floor" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#842 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#841 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_deliveryStreet2" ] |
cache_key | "_order_form_deliveryStreet2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1207 -form: Symfony\Component\Form\Form {#1143 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1208 …5} |
full_name | "order_form[deliveryStreet2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryStreet2" |
label | "Apt. nr., floor" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryStreet2" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryStreet2" |
valid | true |
value | "" |
billingFirstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#768 +payload: null +message: "Vyplňte vaše jméno" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#768 +payload: null +message: "Vyplňte vaše jméno" +allowNull: false +normalizer: null } ] |
label | "First name" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#768 +payload: null +message: "Vyplňte vaše jméno" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#849 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "First name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#850 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_billingFirstname" ] |
cache_key | "_order_form_billingFirstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1260 -form: Symfony\Component\Form\Form {#1146 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1264 …5} |
full_name | "order_form[billingFirstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingFirstname" |
label | "First name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingFirstname" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingFirstname" |
valid | true |
value | "" |
billingLastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#769 +payload: null +message: "Vyplňte vaše příjmení" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#769 +payload: null +message: "Vyplňte vaše příjmení" +allowNull: false +normalizer: null } ] |
label | "Last name" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#769 +payload: null +message: "Vyplňte vaše příjmení" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#858 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Last name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#859 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_billingLastname" ] |
cache_key | "_order_form_billingLastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1265 -form: Symfony\Component\Form\Form {#1149 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1266 …5} |
full_name | "order_form[billingLastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingLastname" |
label | "Last name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingLastname" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingLastname" |
valid | true |
value | "" |
billingCountry
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#770 +payload: null +message: "Vyplňte zemi" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#770 +payload: null +message: "Vyplňte zemi" +allowNull: false +normalizer: null } ] |
label | "Country" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#770 +payload: null +message: "Vyplňte zemi" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#867 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#868 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_billingCountry" ] |
cache_key | "_order_form_billingCountry_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1267 -form: Symfony\Component\Form\Form {#1152 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1268 …5} |
full_name | "order_form[billingCountry]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingCountry" |
label | "Country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingCountry" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingCountry" |
valid | true |
value | "" |
billingCity
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#771 +payload: null +message: "Vyplňte město" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#771 +payload: null +message: "Vyplňte město" +allowNull: false +normalizer: null } ] |
label | "City" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#771 +payload: null +message: "Vyplňte město" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#876 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "City" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#878 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#877 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_billingCity" ] |
cache_key | "_order_form_billingCity_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1269 -form: Symfony\Component\Form\Form {#1155 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1270 …5} |
full_name | "order_form[billingCity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingCity" |
label | "City" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingCity" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingCity" |
valid | true |
value | "" |
billingZipcode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#772 +payload: null +message: "Vyplňte PSČ" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#772 +payload: null +message: "Vyplňte PSČ" +allowNull: false +normalizer: null } ] |
label | "Zipcode" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#772 +payload: null +message: "Vyplňte PSČ" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Zipcode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#886 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_billingZipcode" ] |
cache_key | "_order_form_billingZipcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1271 -form: Symfony\Component\Form\Form {#1158 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1272 …5} |
full_name | "order_form[billingZipcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingZipcode" |
label | "Zipcode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingZipcode" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingZipcode" |
valid | true |
value | "" |
billingStreet
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#773 +payload: null +message: "Vyplňte adresu" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#773 +payload: null +message: "Vyplňte adresu" +allowNull: false +normalizer: null } ] |
label | "Street" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#773 +payload: null +message: "Vyplňte adresu" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#894 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Street" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#895 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_billingStreet" ] |
cache_key | "_order_form_billingStreet_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1273 -form: Symfony\Component\Form\Form {#1161 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1274 …5} |
full_name | "order_form[billingStreet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingStreet" |
label | "Street" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingStreet" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingStreet" |
valid | true |
value | "" |
billingStreet2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Apt. nr., floor" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#903 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Apt. nr., floor" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#905 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#904 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_billingStreet2" ] |
cache_key | "_order_form_billingStreet2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1275 -form: Symfony\Component\Form\Form {#1164 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1276 …5} |
full_name | "order_form[billingStreet2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingStreet2" |
label | "Apt. nr., floor" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingStreet2" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingStreet2" |
valid | true |
value | "" |
deliveryEmail
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#774 +payload: null +message: "Vyplňte emailovou adresu" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#774 +payload: null +message: "Vyplňte emailovou adresu" +allowNull: false +normalizer: null } ] |
label | "Your e-mail address" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#774 +payload: null +message: "Vyplňte emailovou adresu" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#916 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Your e-mail address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#918 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#917 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_order_form_deliveryEmail" ] |
cache_key | "_order_form_deliveryEmail_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1277 -form: Symfony\Component\Form\Form {#1167 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1278 …5} |
full_name | "order_form[deliveryEmail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryEmail" |
label | "Your e-mail address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryEmail" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryEmail" |
valid | true |
value | "" |
deliveryPhone
"Symfony\Component\Form\Extension\Core\Type\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#775 +payload: null +message: "Vyplňte telefonní číslo" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#775 +payload: null +message: "Vyplňte telefonní číslo" +allowNull: false +normalizer: null } ] |
label | "Phone number" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#775 +payload: null +message: "Vyplňte telefonní číslo" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Phone number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
rounding_mode | 6 |
row_attr | [ "class" => "form-floating mb-3" ] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#931 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_order_form_deliveryPhone" ] |
cache_key | "_order_form_deliveryPhone_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1279 -form: Symfony\Component\Form\Form {#1170 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1280 …5} |
full_name | "order_form[deliveryPhone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryPhone" |
label | "Phone number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryPhone" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryPhone" |
valid | true |
value | "" |
billingEmail
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#776 +payload: null +message: "Vyplňte emailovou adresu" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#776 +payload: null +message: "Vyplňte emailovou adresu" +allowNull: false +normalizer: null } ] |
label | "Your e-mail address" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#776 +payload: null +message: "Vyplňte emailovou adresu" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#940 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Your e-mail address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#941 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_order_form_billingEmail" ] |
cache_key | "_order_form_billingEmail_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1281 -form: Symfony\Component\Form\Form {#1173 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1282 …5} |
full_name | "order_form[billingEmail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingEmail" |
label | "Your e-mail address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingEmail" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingEmail" |
valid | true |
value | "" |
billingPhone
"Symfony\Component\Form\Extension\Core\Type\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#777 +payload: null +message: "Vyplňte telefonní číslo" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#777 +payload: null +message: "Vyplňte telefonní číslo" +allowNull: false +normalizer: null } ] |
label | "Phone number" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#777 +payload: null +message: "Vyplňte telefonní číslo" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#949 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Phone number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
rounding_mode | 6 |
row_attr | [ "class" => "form-floating mb-3" ] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#951 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#950 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_order_form_billingPhone" ] |
cache_key | "_order_form_billingPhone_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1283 -form: Symfony\Component\Form\Form {#1176 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1284 …5} |
full_name | "order_form[billingPhone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_billingPhone" |
label | "Phone number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingPhone" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_billingPhone" |
valid | true |
value | "" |
text
"Eckinox\TinymceBundle\Form\Type\TinymceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "toolbar" => "undo redo | casechange blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist checklist outdent indent | removeformat | a11ycheck" ] |
[ "toolbar" => "undo redo | casechange blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist checklist outdent indent | removeformat | a11ycheck" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#778 +payload: null +message: "Vyplňte text zprávy" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#778 +payload: null +message: "Vyplňte text zprávy" +allowNull: false +normalizer: null } ] |
label | "Message text" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "toolbar" => "undo redo | casechange blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist checklist outdent indent | removeformat | a11ycheck" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#778 +payload: null +message: "Vyplňte text zprávy" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#964 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Message text" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#965 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "toolbar" => "undo redo | casechange blocks | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist checklist outdent indent | removeformat | a11ycheck" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "tinymce" "_order_form_text" ] |
cache_key | "_order_form_text_tinymce" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1285 -form: Symfony\Component\Form\Form {#1179 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1286 …5} |
full_name | "order_form[text]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_text" |
label | "Message text" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "text" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_text" |
valid | true |
value | "" |
deliveryDate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#779 +payload: null +message: "Vyberte přibližné datum doručení" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#779 +payload: null +message: "Vyberte přibližné datum doručení" +allowNull: false +normalizer: null } ] |
format | "dd.mm.yyyy" |
same as passed value |
html5 | false |
false
|
label | "Delivery date" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-3 js-datepicker" ] |
[ "class" => "form-floating mb-3 js-datepicker" ] |
widget | "single_text" |
same as passed value |
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 | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#779 +payload: null +message: "Vyberte přibližné datum doručení" +allowNull: false +normalizer: null } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "dd.mm.yyyy" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Delivery date" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
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 | [ "class" => "form-floating mb-3 js-datepicker" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#984 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_order_form_deliveryDate" ] |
cache_key | "_order_form_deliveryDate_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1287 -form: Symfony\Component\Form\Form {#1182 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1288 …5} |
full_name | "order_form[deliveryDate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryDate" |
label | "Delivery date" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryDate" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-3 js-datepicker" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryDate" |
valid | true |
value | "" |
widget | "single_text" |
code
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Sales code" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#993 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "Sales code" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | [ "class" => "form-floating mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#995 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#994 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_form_code" ] |
cache_key | "_order_form_code_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1289 -form: Symfony\Component\Form\Form {#1185 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1290 …5} |
full_name | "order_form[code]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_code" |
label | "Sales code" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "code" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_code" |
valid | true |
value | "" |
terms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#780 +payload: null +message: "Pro dokončení objednávky musíte souhlasit s podmínkami." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#780 +payload: null +message: "Pro dokončení objednávky musíte souhlasit s podmínkami." } ] |
label | "Souhlasím s <a href="/general-terms-and-conditions">obchodními podmínkami</a> této služby." |
same as passed value |
label_html | true |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
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 | [ Symfony\Component\Validator\Constraints\IsTrue {#780 +payload: null +message: "Pro dokončení objednávky musíte souhlasit s podmínkami." } ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1005 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1001 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#1006 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Souhlasím s <a href="/general-terms-and-conditions">obchodními podmínkami</a> této služby." |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
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() {#1008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#1010 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_order_form_terms" ] |
cache_key | "_order_form_terms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1291 -form: Symfony\Component\Form\Form {#1188 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1292 …5} |
full_name | "order_form[terms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_terms" |
label | "Souhlasím s <a href="/general-terms-and-conditions">obchodními podmínkami</a> této služby." |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "terms" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_terms" |
valid | true |
value | "1" |
template
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
choice_value | "path" |
same as passed value |
class | "App\Entity\Template" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1080 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1043 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1081 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1082 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | "path" |
choices | null |
class | "App\Entity\Template" |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
em | ContainerEUW3uq8\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#377 …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 {#1046 -om: ContainerEUW3uq8\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#377 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1049 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
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() {#1042 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#1040 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_order_form_template" ] |
cache_key | "_order_form_template_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1293 -form: Symfony\Component\Form\Form {#1191 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1294 …5} |
full_name | "order_form[template]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_template" |
is_selected | Closure($choice, $value) {#1296 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1017 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "template" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_template" |
valid | true |
value | "" |
deliveryAddressCheckbox
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Fakturační údaje se shodují s doručovacími" |
same as passed value |
label_html | true |
same as passed value |
mapped | false |
false
|
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1005 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1001 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#1006 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Fakturační údaje se shodují s doručovacími" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
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() {#1094 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#1093 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_order_form_deliveryAddressCheckbox" ] |
cache_key | "_order_form_deliveryAddressCheckbox_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1297 -form: Symfony\Component\Form\Form {#1194 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1295 …5} |
full_name | "order_form[deliveryAddressCheckbox]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_deliveryAddressCheckbox" |
label | "Fakturační údaje se shodují s doručovacími" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "deliveryAddressCheckbox" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_deliveryAddressCheckbox" |
valid | true |
value | "1" |
price
"Symfony\Component\Form\Extension\Core\Type\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Koncová částka" |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1102 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Koncová částka" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
rounding_mode | 6 |
row_attr | [ "class" => "form-floating mb-3" ] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#1103 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_order_form_price" ] |
cache_key | "_order_form_price_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1299 -form: Symfony\Component\Form\Form {#1197 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1310 …5} |
full_name | "order_form[price]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form_price" |
label | "Koncová částka" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "price" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-floating mb-3" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form_price" |
valid | true |
value | "" |
orderButton
"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
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Objednat" |
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 | "Objednat" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_order_form_orderButton" ] |
cache_key | "_order_form_orderButton_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1319 …5} |
full_name | "order_form[orderButton]" |
id | "order_form_orderButton" |
label | "Objednat" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "orderButton" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_order_form_orderButton" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "8df26764c7afea7349.sRzNAEIZHgytTTicCxeGwGWv9JlhMcHvSlCNqjBHIHk.-n2dMC9WamrOLkzZbFrFqhD3wa1TaJ7fJ2Hp7FYKdkr_V4Jzdl53Xd8mAA" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "8df26764c7afea7349.sRzNAEIZHgytTTicCxeGwGWv9JlhMcHvSlCNqjBHIHk.-n2dMC9WamrOLkzZbFrFqhD3wa1TaJ7fJ2Hp7FYKdkr_V4Jzdl53Xd8mAA" |
same as passed value |
mapped | 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 | "csrf_token" |
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 {#211 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#209 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#210 …} -namespace: Closure() {#213 …} } |
data | "8df26764c7afea7349.sRzNAEIZHgytTTicCxeGwGWv9JlhMcHvSlCNqjBHIHk.-n2dMC9WamrOLkzZbFrFqhD3wa1TaJ7fJ2Hp7FYKdkr_V4Jzdl53Xd8mAA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1321 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#629 …} } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1323 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#743 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#652 …} $translationDomain: "validators" $message: Closure() {#1322 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_order_form__token" ] |
cache_key | "_order_form__token_hidden" |
compound | false |
data | "8df26764c7afea7349.sRzNAEIZHgytTTicCxeGwGWv9JlhMcHvSlCNqjBHIHk.-n2dMC9WamrOLkzZbFrFqhD3wa1TaJ7fJ2Hp7FYKdkr_V4Jzdl53Xd8mAA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1333 -form: Symfony\Component\Form\Form {#1329 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1324 …5} |
full_name | "order_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_form__token" |
valid | true |
value | "8df26764c7afea7349.sRzNAEIZHgytTTicCxeGwGWv9JlhMcHvSlCNqjBHIHk.-n2dMC9WamrOLkzZbFrFqhD3wa1TaJ7fJ2Hp7FYKdkr_V4Jzdl53Xd8mAA" |