- 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 {#654 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#655 …} -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 {#654 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#655 …} -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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data | App\Entity\Order {#654 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#655 …} -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) {#738 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} 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() {#740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#739 …} } } |
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 {#654 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#655 …} -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 {#857 -form: Symfony\Component\Form\Form {#1100 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#848 …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 {#654 -paid: false -pictures: Doctrine\Common\Collections\ArrayCollection {#655 …} -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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#764 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#765 …} } } |
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 {#1181 -form: Symfony\Component\Form\Form {#1103 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#767 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#773 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#774 …} } } |
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 {#1183 -form: Symfony\Component\Form\Form {#1106 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1184 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#782 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#784 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#783 …} } } |
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 {#1185 -form: Symfony\Component\Form\Form {#1109 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1186 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#791 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#792 …} } } |
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 {#1238 -form: Symfony\Component\Form\Form {#1112 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1242 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#800 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#802 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#801 …} } } |
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 {#1243 -form: Symfony\Component\Form\Form {#1115 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1244 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#810 …} } } |
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 {#1245 -form: Symfony\Component\Form\Form {#1118 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1246 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#819 …} } } |
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 {#1247 -form: Symfony\Component\Form\Form {#1121 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1248 …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 {#746 +payload: null +message: "Vyplňte vaše jméno" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#746 +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 {#746 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#827 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#828 …} } } |
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 {#1249 -form: Symfony\Component\Form\Form {#1124 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1250 …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 {#747 +payload: null +message: "Vyplňte vaše příjmení" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#747 +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 {#747 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#837 …} } } |
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 {#1251 -form: Symfony\Component\Form\Form {#1127 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1252 …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 {#748 +payload: null +message: "Vyplňte zemi" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#748 +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 {#748 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#845 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#846 …} } } |
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 {#1253 -form: Symfony\Component\Form\Form {#1130 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1254 …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 {#749 +payload: null +message: "Vyplňte město" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#749 +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 {#749 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#854 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#856 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#855 …} } } |
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 {#1255 -form: Symfony\Component\Form\Form {#1133 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1256 …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 {#750 +payload: null +message: "Vyplňte PSČ" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#750 +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 {#750 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#863 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#864 …} } } |
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 {#1257 -form: Symfony\Component\Form\Form {#1136 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1258 …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 {#751 +payload: null +message: "Vyplňte adresu" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#751 +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 {#751 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#874 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#873 …} } } |
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 {#1259 -form: Symfony\Component\Form\Form {#1139 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1260 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#881 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#882 …} } } |
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 {#1261 -form: Symfony\Component\Form\Form {#1142 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1262 …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 {#752 +payload: null +message: "Vyplňte emailovou adresu" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#752 +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 {#752 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
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 {#666 …} } |
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() {#896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#895 …} } } |
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 {#1263 -form: Symfony\Component\Form\Form {#1145 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1264 …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 {#753 +payload: null +message: "Vyplňte telefonní číslo" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#753 +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 {#753 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#909 …} } } |
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 {#1265 -form: Symfony\Component\Form\Form {#1148 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1266 …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 {#754 +payload: null +message: "Vyplňte emailovou adresu" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#754 +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 {#754 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#918 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#919 …} } } |
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 {#1267 -form: Symfony\Component\Form\Form {#1151 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1268 …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 {#755 +payload: null +message: "Vyplňte telefonní číslo" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#755 +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 {#755 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#927 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#928 …} } } |
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 {#1269 -form: Symfony\Component\Form\Form {#1154 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1270 …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 {#756 +payload: null +message: "Vyplňte text zprávy" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#756 +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 {#756 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#942 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#943 …} } } |
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 {#1271 -form: Symfony\Component\Form\Form {#1157 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1272 …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 {#757 +payload: null +message: "Vyberte přibližné datum doručení" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#757 +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 {#757 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
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() {#963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#962 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 ] |
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 {#1273 -form: Symfony\Component\Form\Form {#1160 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1274 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#971 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#973 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#972 …} } } |
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 {#1275 -form: Symfony\Component\Form\Form {#1163 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1276 …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 {#758 +payload: null +message: "Pro dokončení objednávky musíte souhlasit s podmínkami." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#758 +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 {#758 +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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#983 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#979 …} } |
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 {#984 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() {#986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#988 …} } } |
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 {#1277 -form: Symfony\Component\Form\Form {#1166 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1278 …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 {#1058 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1021 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1059 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1060 …} } |
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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
em | ContainerOKEEiBg\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#409 …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 {#1024 -om: ContainerOKEEiBg\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#409 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1027 …} -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() {#1020 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#1018 …} } } |
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 | [ "upload_916_phpF2WCfu.png" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +label: "laska" +value: "upload_916_phpF2WCfu.png" +data: App\Entity\Template {#830 …} +attr: [] +labelTranslationParameters: [] } "upload_994_phprrtRcT.png" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1297 +label: "dopis" +value: "upload_994_phprrtRcT.png" +data: App\Entity\Template {#812 …} +attr: [] +labelTranslationParameters: [] } "upload_773_phpfJOimG.png" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1285 +label: "Párty" +value: "upload_773_phpfJOimG.png" +data: App\Entity\Template {#803 …} +attr: [] +labelTranslationParameters: [] } "upload_748_phpSrkM6H.png" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1284 +label: "Škola" +value: "upload_748_phpSrkM6H.png" +data: App\Entity\Template {#794 …} +attr: [] +labelTranslationParameters: [] } "upload_824_phpwTwHMp.png" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1290 +label: "Úsměv" +value: "upload_824_phpwTwHMp.png" +data: App\Entity\Template {#785 …} +attr: [] +labelTranslationParameters: [] } "upload_175_phpsKeYYz.png" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1299 +label: "Svatba" +value: "upload_175_phpsKeYYz.png" +data: App\Entity\Template {#776 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1279 -form: Symfony\Component\Form\Form {#1169 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1280 …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) {#1282 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#995 …} } |
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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#983 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#979 …} } |
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 {#984 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() {#1072 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#1071 …} } } |
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 {#1287 -form: Symfony\Component\Form\Form {#1172 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1281 …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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1080 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#1082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#1081 …} } } |
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 {#1286 -form: Symfony\Component\Form\Form {#1175 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1294 …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 {#1292 …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 | "e082ea59e82390a84.MB-yu8JLwLAuKw21QMh4aNG_VLzCR5vJOb7G_x6yl3M.WSbo1oookPFLZEmHGpgcGqjRAM-WAu2bfuSIji_A2wRZMt7oiTKy2RZsVA" |
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 | "e082ea59e82390a84.MB-yu8JLwLAuKw21QMh4aNG_VLzCR5vJOb7G_x6yl3M.WSbo1oookPFLZEmHGpgcGqjRAM-WAu2bfuSIji_A2wRZMt7oiTKy2RZsVA" |
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 {#160 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#159 …} -namespace: Closure() {#162 …} } |
data | "e082ea59e82390a84.MB-yu8JLwLAuKw21QMh4aNG_VLzCR5vJOb7G_x6yl3M.WSbo1oookPFLZEmHGpgcGqjRAM-WAu2bfuSIji_A2wRZMt7oiTKy2RZsVA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1315 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#666 …} } |
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() {#1317 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#721 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#205 …} $translationDomain: "validators" $message: Closure() {#1316 …} } } |
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 | "e082ea59e82390a84.MB-yu8JLwLAuKw21QMh4aNG_VLzCR5vJOb7G_x6yl3M.WSbo1oookPFLZEmHGpgcGqjRAM-WAu2bfuSIji_A2wRZMt7oiTKy2RZsVA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1327 -form: Symfony\Component\Form\Form {#1323 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1318 …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 | "e082ea59e82390a84.MB-yu8JLwLAuKw21QMh4aNG_VLzCR5vJOb7G_x6yl3M.WSbo1oookPFLZEmHGpgcGqjRAM-WAu2bfuSIji_A2wRZMt7oiTKy2RZsVA" |