- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 96
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
length
-
width
-
height
-
weight
-
-
-
name
-
address1
-
address2
-
city
-
zipCode
-
phone
-
email
-
country
-
-
-
name
-
address1
-
address2
-
city
-
zipCode
-
phone
-
email
-
-
-
companyName
-
companyRegNumber
-
vatNumber
-
name
-
address1
-
address2
-
city
-
zipCode
-
phone
-
email
-
-
contentDescription
-
submit
-
_token
-
simple_order
"App\Form\Customer\SimpleOrderType"
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 |
|---|---|---|
| deliveryCountry | "de" |
same as passed value |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
Doctrine\ORM\EntityManager {#435 …11} |
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 | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| deliveryCountry | "de" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1675 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
| 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() {#1678 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1677 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "simple_order" "_simple_order" ] |
| cache_key | "_simple_order_simple_order" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1828 -form: Symfony\Component\Form\Form {#1829 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1679 …5} |
| full_name | "simple_order" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "simple_order" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order" |
| valid | true |
| value | null |
calculation
"App\Form\Customer\PackageCalculation"
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 |
|---|---|---|
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
Doctrine\ORM\EntityManager {#435 …11} |
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 | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | "App\Entity\ComplexMeasurement" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1694 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} use: { $class: "App\Entity\ComplexMeasurement" } } |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
| 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 |
| renderSubmitButton | false |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1695 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "package_calculation" "_simple_order_calculation" ] |
| cache_key | "_simple_order_calculation_package_calculation" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1803 -form: Symfony\Component\Form\Form {#1877 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2168 …5} |
| full_name | "simple_order[calculation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_calculation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "calculation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_calculation" |
| valid | true |
| value | null |
length
"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 |
|---|---|---|
| attr | [ "step" => "any" ] |
[ "step" => "any" ] |
| help | "v centimetrech, maximální délka je 100 cm" |
same as passed value |
| label | "Délka:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "step" => "any" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1838 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | "v centimetrech, maximální délka je 100 cm" |
| 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 | "Délka:" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1839 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "step" => "any" "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_simple_order_calculation_length" ] |
| cache_key | "_simple_order_calculation_length_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2132 -form: Symfony\Component\Form\Form {#1880 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2141 …5} |
| full_name | "simple_order[calculation][length]" |
| help | "v centimetrech, maximální délka je 100 cm" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_calculation_length" |
| label | "Délka:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "length" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_calculation_length" |
| valid | true |
| value | "" |
width
"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 |
|---|---|---|
| attr | [ "step" => "any" ] |
[ "step" => "any" ] |
| help | "v centimetrech, maximální šířka je 100 cm" |
same as passed value |
| label | "Šířka:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "step" => "any" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | "v centimetrech, maximální šířka je 100 cm" |
| 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 | "Šířka:" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1850 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1849 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "step" => "any" "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_simple_order_calculation_width" ] |
| cache_key | "_simple_order_calculation_width_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2123 -form: Symfony\Component\Form\Form {#1883 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2114 …5} |
| full_name | "simple_order[calculation][width]" |
| help | "v centimetrech, maximální šířka je 100 cm" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_calculation_width" |
| label | "Šířka:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "width" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_calculation_width" |
| valid | true |
| value | "" |
height
"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 |
|---|---|---|
| attr | [ "step" => "any" ] |
[ "step" => "any" ] |
| help | "v centimetrech, maximální výška je 100 cm" |
same as passed value |
| label | "Výška:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "step" => "any" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1858 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | "v centimetrech, maximální výška je 100 cm" |
| 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 | "Výška:" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1859 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "step" => "any" "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_simple_order_calculation_height" ] |
| cache_key | "_simple_order_calculation_height_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2105 -form: Symfony\Component\Form\Form {#1886 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2096 …5} |
| full_name | "simple_order[calculation][height]" |
| help | "v centimetrech, maximální výška je 100 cm" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_calculation_height" |
| label | "Výška:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "height" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_calculation_height" |
| valid | true |
| value | "" |
weight
"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 |
|---|---|---|
| attr | [ "step" => "any" ] |
[ "step" => "any" ] |
| help | "v kilogramech, maximální váha je 30 kg" |
same as passed value |
| label | "Hmotnost:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "step" => "any" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1868 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | "v kilogramech, maximální váha je 30 kg" |
| 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 | "Hmotnost:" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1869 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "step" => "any" "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_simple_order_calculation_weight" ] |
| cache_key | "_simple_order_calculation_weight_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1772 -form: Symfony\Component\Form\Form {#1889 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2063 …5} |
| full_name | "simple_order[calculation][weight]" |
| help | "v kilogramech, maximální váha je 30 kg" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_calculation_weight" |
| label | "Hmotnost:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "weight" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_calculation_weight" |
| valid | true |
| value | "" |
deliveryTo
"App\Form\Customer\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Address {#1684 -id: null -country: null -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| addressType | 4 |
same as passed value |
| countryIso | "de" |
same as passed value |
| data | App\Entity\Address {#1684 -id: null -country: null -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
same as passed value |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
Doctrine\ORM\EntityManager {#435 …11} |
| renderCountry | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addressType | 4 |
| 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 | [] |
| countryIso | "de" |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data | App\Entity\Address {#1684 -id: null -country: null -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
| data_class | "App\Entity\Address" |
| disabled | false |
| disabledCountry | false |
| empty_data | Closure(FormInterface $form) {#1708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} use: { $class: "App\Entity\Address" } } |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
| 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 |
| renderCountry | true |
| renderSubmitButton | false |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1709 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_simple_order_deliveryTo" ] |
| cache_key | "_simple_order_deliveryTo_address" |
| compound | true |
| data | App\Entity\Address {#1684 -id: null -country: null -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2159 -form: Symfony\Component\Form\Form {#1987 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2150 …5} |
| full_name | "simple_order[deliveryTo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "deliveryTo" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_deliveryTo" |
| valid | true |
| value | App\Entity\Address {#1684 -id: null -country: null -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
[ "minlength" => "2" "maxlength" => "60" ] |
| label | "Jméno:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1893 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Jméno:" |
| 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() {#1895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1894 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_deliveryTo_name" ] |
| cache_key | "_simple_order_deliveryTo_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2036 -form: Symfony\Component\Form\Form {#1990 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2045 …5} |
| full_name | "simple_order[deliveryTo][name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo_name" |
| label | "Jméno:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_deliveryTo_name" |
| valid | true |
| value | "" |
address1
"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 |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
[ "minlength" => "2" "maxlength" => "255" ] |
| label | "Ulice a č. p.:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1902 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Ulice a č. p.:" |
| 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() {#1904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1903 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_deliveryTo_address1" ] |
| cache_key | "_simple_order_deliveryTo_address1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2027 -form: Symfony\Component\Form\Form {#1993 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2018 …5} |
| full_name | "simple_order[deliveryTo][address1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo_address1" |
| label | "Ulice a č. p.:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_deliveryTo_address1" |
| valid | true |
| value | "" |
address2
"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 |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
[ "minlength" => "2" "maxlength" => "255" ] |
| label | "Doplňující adresa:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1911 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Doplňující adresa:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1912 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_deliveryTo_address2" ] |
| cache_key | "_simple_order_deliveryTo_address2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1711 -form: Symfony\Component\Form\Form {#1996 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1980 …5} |
| full_name | "simple_order[deliveryTo][address2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo_address2" |
| label | "Doplňující adresa:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_deliveryTo_address2" |
| valid | true |
| value | "" |
city
"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 |
|---|---|---|
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
[ "minlength" => "1" "maxlength" => "255" ] |
| label | "Město:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1920 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Město:" |
| 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() {#1922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1921 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_deliveryTo_city" ] |
| cache_key | "_simple_order_deliveryTo_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1945 -form: Symfony\Component\Form\Form {#1999 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1763 …5} |
| full_name | "simple_order[deliveryTo][city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo_city" |
| label | "Město:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_deliveryTo_city" |
| valid | true |
| value | "" |
zipCode
"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 |
|---|---|---|
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
[ "minlength" => "5" "maxlength" => "6" ] |
| label | "PSČ:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1929 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "PSČ:" |
| 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() {#1931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1930 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_deliveryTo_zipCode" ] |
| cache_key | "_simple_order_deliveryTo_zipCode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1932 -form: Symfony\Component\Form\Form {#2002 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1923 …5} |
| full_name | "simple_order[deliveryTo][zipCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo_zipCode" |
| label | "PSČ:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zipCode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_deliveryTo_zipCode" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "minlength" => "6" "maxlength" => "18" ] |
[ "minlength" => "6" "maxlength" => "18" ] |
| label | "Telefon" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "6" "maxlength" => "18" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1760 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Telefon" |
| 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() {#1762 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1761 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "6" "maxlength" => "18" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_simple_order_deliveryTo_phone" ] |
| cache_key | "_simple_order_deliveryTo_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1914 -form: Symfony\Component\Form\Form {#2005 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1905 …5} |
| full_name | "simple_order[deliveryTo][phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo_phone" |
| label | "Telefon" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_deliveryTo_phone" |
| valid | true |
| value | "" |
"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 |
|---|---|---|
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
[ "minlength" => "5" "maxlength" => "60" ] |
| label | "E-mail:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1942 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "E-mail:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1943 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_simple_order_deliveryTo_email" ] |
| cache_key | "_simple_order_deliveryTo_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1896 -form: Symfony\Component\Form\Form {#2008 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1697 …5} |
| full_name | "simple_order[deliveryTo][email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo_email" |
| label | "E-mail:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_deliveryTo_email" |
| valid | true |
| value | "" |
country
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Country {#765 -id: 2 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Německo" -nameOrigin: "Deutschland" -iso3: "deu" -iso: "de" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1499 …} } |
| View Format |
"de"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure(Country $c) {#1730 class: "App\Form\Customer\AddressType" this: App\Form\Customer\AddressType {#1702 …} } |
same as passed value |
| choice_value | Closure(Country $c) {#1722 class: "App\Form\Customer\AddressType" } |
same as passed value |
| choices | [ App\Entity\Country {#1742 -id: 8 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Chorvatsko" -nameOrigin: "Chorvatsko" -iso3: "hrv" -iso: "hr" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1732 …} } App\Entity\Country {#1746 -id: 7 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Litva" -nameOrigin: "Litva" -iso3: "ltu" -iso: "lt" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1755 …} } App\Entity\Country {#1754 -id: 9 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Maďarsko" -nameOrigin: "Maďarsko" -iso3: "hun" -iso: "hu" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1752 …} } App\Entity\Country {#1750 -id: 5 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Estonsko" -nameOrigin: "Estonsko" -iso3: "est" -iso: "ee" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1747 …} } App\Entity\Country {#1745 -id: 4 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Slovensko" -nameOrigin: "Slovensko" -iso3: "svk" -iso: "sk" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1744 …} } App\Entity\Country {#765 -id: 2 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Německo" -nameOrigin: "Deutschland" -iso3: "deu" -iso: "de" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1499 …} } App\Entity\Country {#1738 -id: 6 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Lotyšsko" -nameOrigin: "Lotyšsko" -iso3: "lva" -iso: "lv" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1743 …} } App\Entity\Country {#1739 -id: 3 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Polsko" -nameOrigin: "Poland" -iso3: "pol" -iso: "pl" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1736 …} } ] |
[ App\Entity\Country {#1742 -id: 8 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Chorvatsko" -nameOrigin: "Chorvatsko" -iso3: "hrv" -iso: "hr" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1732 …} } App\Entity\Country {#1746 -id: 7 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Litva" -nameOrigin: "Litva" -iso3: "ltu" -iso: "lt" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1755 …} } App\Entity\Country {#1754 -id: 9 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Maďarsko" -nameOrigin: "Maďarsko" -iso3: "hun" -iso: "hu" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1752 …} } App\Entity\Country {#1750 -id: 5 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Estonsko" -nameOrigin: "Estonsko" -iso3: "est" -iso: "ee" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1747 …} } App\Entity\Country {#1745 -id: 4 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Slovensko" -nameOrigin: "Slovensko" -iso3: "svk" -iso: "sk" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1744 …} } App\Entity\Country {#765 -id: 2 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Německo" -nameOrigin: "Deutschland" -iso3: "deu" -iso: "de" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1499 …} } App\Entity\Country {#1738 -id: 6 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Lotyšsko" -nameOrigin: "Lotyšsko" -iso3: "lva" -iso: "lv" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1743 …} } App\Entity\Country {#1739 -id: 3 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Polsko" -nameOrigin: "Poland" -iso3: "pol" -iso: "pl" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1736 …} } ] |
| class | "App\Entity\Country" |
same as passed value |
| data | App\Entity\Country {#765 -id: 2 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Německo" -nameOrigin: "Deutschland" -iso3: "deu" -iso: "de" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1499 …} } |
same as passed value |
| expanded | false |
false
|
| label | "Země:" |
same as passed value |
| multiple | 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Country $c) {#1730 class: "App\Form\Customer\AddressType" this: App\Form\Customer\AddressType {#1702 …} } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1978 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1979 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Closure(Country $c) {#1722 class: "App\Form\Customer\AddressType" } |
| choices | [ App\Entity\Country {#1742 -id: 8 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Chorvatsko" -nameOrigin: "Chorvatsko" -iso3: "hrv" -iso: "hr" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1732 …} } App\Entity\Country {#1746 -id: 7 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Litva" -nameOrigin: "Litva" -iso3: "ltu" -iso: "lt" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1755 …} } App\Entity\Country {#1754 -id: 9 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Maďarsko" -nameOrigin: "Maďarsko" -iso3: "hun" -iso: "hu" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1752 …} } App\Entity\Country {#1750 -id: 5 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Estonsko" -nameOrigin: "Estonsko" -iso3: "est" -iso: "ee" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1747 …} } App\Entity\Country {#1745 -id: 4 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Slovensko" -nameOrigin: "Slovensko" -iso3: "svk" -iso: "sk" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1744 …} } App\Entity\Country {#765 -id: 2 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Německo" -nameOrigin: "Deutschland" -iso3: "deu" -iso: "de" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1499 …} } App\Entity\Country {#1738 -id: 6 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Lotyšsko" -nameOrigin: "Lotyšsko" -iso3: "lva" -iso: "lv" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1743 …} } App\Entity\Country {#1739 -id: 3 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Polsko" -nameOrigin: "Poland" -iso3: "pol" -iso: "pl" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1736 …} } ] |
| class | "App\Entity\Country" |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data | App\Entity\Country {#765 -id: 2 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Německo" -nameOrigin: "Deutschland" -iso3: "deu" -iso: "de" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1499 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#435 …11} |
| 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 {#1977 -om: Doctrine\ORM\EntityManager {#435 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#201 …} -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 | "Země:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1974 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_simple_order_deliveryTo_country" ] |
| cache_key | "_simple_order_deliveryTo_country_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ "hr" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1841 +label: """ \n Chorvatska\n """ +value: "hr" +data: App\Entity\Country {#1742 -id: 8 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Chorvatsko" -nameOrigin: "Chorvatsko" -iso3: "hrv" -iso: "hr" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1732 …} } +attr: [] +labelTranslationParameters: [] } "lt" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2212 +label: """ \n Litvy\n """ +value: "lt" +data: App\Entity\Country {#1746 -id: 7 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Litva" -nameOrigin: "Litva" -iso3: "ltu" -iso: "lt" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1755 …} } +attr: [] +labelTranslationParameters: [] } "hu" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2214 +label: """ \n Maďarska\n """ +value: "hu" +data: App\Entity\Country {#1754 -id: 9 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Maďarsko" -nameOrigin: "Maďarsko" -iso3: "hun" -iso: "hu" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1752 …} } +attr: [] +labelTranslationParameters: [] } "ee" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2215 +label: """ \n Estonska\n """ +value: "ee" +data: App\Entity\Country {#1750 -id: 5 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Estonsko" -nameOrigin: "Estonsko" -iso3: "est" -iso: "ee" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1747 …} } +attr: [] +labelTranslationParameters: [] } "sk" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2216 +label: """ \n Slovenska\n """ +value: "sk" +data: App\Entity\Country {#1745 -id: 4 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Slovensko" -nameOrigin: "Slovensko" -iso3: "svk" -iso: "sk" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1744 …} } +attr: [] +labelTranslationParameters: [] } "de" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2217 +label: """ \n Německa\n """ +value: "de" +data: App\Entity\Country {#765 -id: 2 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Německo" -nameOrigin: "Deutschland" -iso3: "deu" -iso: "de" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1499 …} } +attr: [] +labelTranslationParameters: [] } "lv" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: """ \n Lotyšska\n """ +value: "lv" +data: App\Entity\Country {#1738 -id: 6 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Lotyšsko" -nameOrigin: "Lotyšsko" -iso3: "lva" -iso: "lv" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1743 …} } +attr: [] +labelTranslationParameters: [] } "pl" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: """ \n Polska\n """ +value: "pl" +data: App\Entity\Country {#1739 -id: 3 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1740 …} -name: "Polsko" -nameOrigin: "Poland" -iso3: "pol" -iso: "pl" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1736 …} } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\Country {#765 -id: 2 -language: Proxies\__CG__\App\Entity\Language {#1364 …} -currency: Proxies\__CG__\App\Entity\Currency {#1500 …} -name: "Německo" -nameOrigin: "Deutschland" -iso3: "deu" -iso: "de" -vat: "0.10" -carrierPrices: Doctrine\ORM\PersistentCollection {#1499 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1871 -form: Symfony\Component\Form\Form {#2011 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1861 …5} |
| full_name | "simple_order[deliveryTo][country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_deliveryTo_country" |
| is_selected | Closure($choice, $value) {#2332 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1951 …} } |
| label | "Země:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| 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 | "_simple_order_deliveryTo_country" |
| valid | true |
| value | "de" |
returnTo
"App\Form\Customer\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Address {#1685 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| addressType | 2 |
same as passed value |
| countryIso | "cz" |
same as passed value |
| data | App\Entity\Address {#1685 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
same as passed value |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
Doctrine\ORM\EntityManager {#435 …11} |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addressType | 2 |
| 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 | [] |
| countryIso | "cz" |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data | App\Entity\Address {#1685 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
| data_class | "App\Entity\Address" |
| disabled | false |
| disabledCountry | false |
| empty_data | Closure(FormInterface $form) {#1769 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} use: { $class: "App\Entity\Address" } } |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
| 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 |
| renderCountry | false |
| renderSubmitButton | false |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1770 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_simple_order_returnTo" ] |
| cache_key | "_simple_order_returnTo_address" |
| compound | true |
| data | App\Entity\Address {#1685 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2054 -form: Symfony\Component\Form\Form {#2068 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1785 …5} |
| full_name | "simple_order[returnTo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_returnTo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "returnTo" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_returnTo" |
| valid | true |
| value | App\Entity\Address {#1685 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
[ "minlength" => "2" "maxlength" => "60" ] |
| label | "Jméno:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2015 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Jméno:" |
| 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() {#2017 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2016 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_returnTo_name" ] |
| cache_key | "_simple_order_returnTo_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2335 -form: Symfony\Component\Form\Form {#2071 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2334 …5} |
| full_name | "simple_order[returnTo][name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_returnTo_name" |
| label | "Jméno:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_returnTo_name" |
| valid | true |
| value | "" |
address1
"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 |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
[ "minlength" => "2" "maxlength" => "255" ] |
| label | "Ulice a č. p.:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2024 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Ulice a č. p.:" |
| 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() {#2026 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2025 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_returnTo_address1" ] |
| cache_key | "_simple_order_returnTo_address1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2336 -form: Symfony\Component\Form\Form {#2074 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2337 …5} |
| full_name | "simple_order[returnTo][address1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_returnTo_address1" |
| label | "Ulice a č. p.:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_returnTo_address1" |
| valid | true |
| value | "" |
address2
"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 |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
[ "minlength" => "2" "maxlength" => "255" ] |
| label | "Doplňující adresa:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2033 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Doplňující adresa:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2035 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2034 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_returnTo_address2" ] |
| cache_key | "_simple_order_returnTo_address2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2338 -form: Symfony\Component\Form\Form {#2077 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2339 …5} |
| full_name | "simple_order[returnTo][address2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_returnTo_address2" |
| label | "Doplňující adresa:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_returnTo_address2" |
| valid | true |
| value | "" |
city
"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 |
|---|---|---|
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
[ "minlength" => "1" "maxlength" => "255" ] |
| label | "Město:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2042 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Město:" |
| 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() {#2044 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2043 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_returnTo_city" ] |
| cache_key | "_simple_order_returnTo_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2340 -form: Symfony\Component\Form\Form {#2080 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2341 …5} |
| full_name | "simple_order[returnTo][city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_returnTo_city" |
| label | "Město:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_returnTo_city" |
| valid | true |
| value | "" |
zipCode
"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 |
|---|---|---|
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
[ "minlength" => "5" "maxlength" => "6" ] |
| label | "PSČ:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2051 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "PSČ:" |
| 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() {#2053 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2052 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_returnTo_zipCode" ] |
| cache_key | "_simple_order_returnTo_zipCode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2342 -form: Symfony\Component\Form\Form {#2083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2343 …5} |
| full_name | "simple_order[returnTo][zipCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_returnTo_zipCode" |
| label | "PSČ:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zipCode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_returnTo_zipCode" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "minlength" => "6" "maxlength" => "18" ] |
[ "minlength" => "6" "maxlength" => "18" ] |
| label | "Telefon" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "6" "maxlength" => "18" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1784 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Telefon" |
| 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() {#1779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1783 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "6" "maxlength" => "18" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_simple_order_returnTo_phone" ] |
| cache_key | "_simple_order_returnTo_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2344 -form: Symfony\Component\Form\Form {#2086 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2345 …5} |
| full_name | "simple_order[returnTo][phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_returnTo_phone" |
| label | "Telefon" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_returnTo_phone" |
| valid | true |
| value | "" |
"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 |
|---|---|---|
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
[ "minlength" => "5" "maxlength" => "60" ] |
| label | "E-mail:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2060 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "E-mail:" |
| 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() {#2062 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2061 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_simple_order_returnTo_email" ] |
| cache_key | "_simple_order_returnTo_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2346 -form: Symfony\Component\Form\Form {#2089 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2347 …5} |
| full_name | "simple_order[returnTo][email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_returnTo_email" |
| label | "E-mail:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_returnTo_email" |
| valid | true |
| value | "" |
billing
"App\Form\Customer\AddressType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\BillingAddress {#1686 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null -companyName: null -companyRegNumber: null -vatNumber: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| addressType | 3 |
same as passed value |
| countryIso | "cz" |
same as passed value |
| data | App\Entity\BillingAddress {#1686 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null -companyName: null -companyRegNumber: null -vatNumber: null } |
same as passed value |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
Doctrine\ORM\EntityManager {#435 …11} |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| addressType | 3 |
| 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 | [] |
| countryIso | "cz" |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data | App\Entity\BillingAddress {#1686 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null -companyName: null -companyRegNumber: null -vatNumber: null } |
| data_class | "App\Entity\Address" |
| disabled | false |
| disabledCountry | false |
| empty_data | Closure(FormInterface $form) {#1791 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} use: { $class: "App\Entity\Address" } } |
| entityManager | Doctrine\ORM\EntityManager {#435 …11} |
| 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 |
| renderCountry | false |
| renderSubmitButton | false |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1792 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "address" "_simple_order_billing" ] |
| cache_key | "_simple_order_billing_address" |
| compound | true |
| data | App\Entity\BillingAddress {#1686 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null -companyName: null -companyRegNumber: null -vatNumber: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2333 -form: Symfony\Component\Form\Form {#2173 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2331 …5} |
| full_name | "simple_order[billing]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "billing" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing" |
| valid | true |
| value | App\Entity\BillingAddress {#1686 -id: null -country: App\Entity\Country {#1781 …} -name: null -address1: null -address2: null -zipCode: null -phone: null -email: null -alias: null -city: null -district: null -companyName: null -companyRegNumber: null -vatNumber: null } |
companyName
"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 |
|---|---|---|
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
[ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| label | "Název společnosti:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2093 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Název společnosti:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2095 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2094 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_billing_companyName" ] |
| cache_key | "_simple_order_billing_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2351 -form: Symfony\Component\Form\Form {#2176 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2350 …5} |
| full_name | "simple_order[billing][companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_companyName" |
| label | "Název společnosti:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_companyName" |
| valid | true |
| value | "" |
companyRegNumber
"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 |
|---|---|---|
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
[ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| label | "IČO:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2102 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "IČO:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2103 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_billing_companyRegNumber" ] |
| cache_key | "_simple_order_billing_companyRegNumber_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2352 -form: Symfony\Component\Form\Form {#2179 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2353 …5} |
| full_name | "simple_order[billing][companyRegNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_companyRegNumber" |
| label | "IČO:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyRegNumber" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_companyRegNumber" |
| valid | true |
| value | "" |
vatNumber
"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 |
|---|---|---|
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
[ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| label | "DIČ:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2111 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "DIČ:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2112 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => "60" "pattern" => "^[a-zA-Z0-9_,\.| ]*$" "reqStar" => 0 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_billing_vatNumber" ] |
| cache_key | "_simple_order_billing_vatNumber_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2354 -form: Symfony\Component\Form\Form {#2182 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2355 …5} |
| full_name | "simple_order[billing][vatNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_vatNumber" |
| label | "DIČ:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "vatNumber" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_vatNumber" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
[ "minlength" => "2" "maxlength" => "60" ] |
| label | "Jméno:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2120 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Jméno:" |
| 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() {#2122 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2121 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "60" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_billing_name" ] |
| cache_key | "_simple_order_billing_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2356 -form: Symfony\Component\Form\Form {#2185 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2357 …5} |
| full_name | "simple_order[billing][name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_name" |
| label | "Jméno:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_name" |
| valid | true |
| value | "" |
address1
"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 |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
[ "minlength" => "2" "maxlength" => "255" ] |
| label | "Ulice a č. p.:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2129 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Ulice a č. p.:" |
| 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() {#2131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2130 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_billing_address1" ] |
| cache_key | "_simple_order_billing_address1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2358 -form: Symfony\Component\Form\Form {#2188 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2359 …5} |
| full_name | "simple_order[billing][address1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_address1" |
| label | "Ulice a č. p.:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_address1" |
| valid | true |
| value | "" |
address2
"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 |
|---|---|---|
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
[ "minlength" => "2" "maxlength" => "255" ] |
| label | "Doplňující adresa:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2138 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Doplňující adresa:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2139 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_billing_address2" ] |
| cache_key | "_simple_order_billing_address2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2360 -form: Symfony\Component\Form\Form {#2191 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2361 …5} |
| full_name | "simple_order[billing][address2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_address2" |
| label | "Doplňující adresa:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_address2" |
| valid | true |
| value | "" |
city
"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 |
|---|---|---|
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
[ "minlength" => "1" "maxlength" => "255" ] |
| label | "Město:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2147 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Město:" |
| 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() {#2149 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2148 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "1" "maxlength" => "255" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_billing_city" ] |
| cache_key | "_simple_order_billing_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2362 -form: Symfony\Component\Form\Form {#2194 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2363 …5} |
| full_name | "simple_order[billing][city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_city" |
| label | "Město:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_city" |
| valid | true |
| value | "" |
zipCode
"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 |
|---|---|---|
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
[ "minlength" => "5" "maxlength" => "6" ] |
| label | "PSČ:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2156 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "PSČ:" |
| 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() {#2158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2157 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "5" "maxlength" => "6" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_billing_zipCode" ] |
| cache_key | "_simple_order_billing_zipCode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2364 -form: Symfony\Component\Form\Form {#2197 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2365 …5} |
| full_name | "simple_order[billing][zipCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_zipCode" |
| label | "PSČ:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zipCode" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_zipCode" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "minlength" => "6" "maxlength" => "18" ] |
[ "minlength" => "6" "maxlength" => "18" ] |
| label | "Telefon" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "6" "maxlength" => "18" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1806 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Telefon" |
| 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() {#1801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1805 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "6" "maxlength" => "18" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_simple_order_billing_phone" ] |
| cache_key | "_simple_order_billing_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2366 -form: Symfony\Component\Form\Form {#2200 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2367 …5} |
| full_name | "simple_order[billing][phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_phone" |
| label | "Telefon" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_phone" |
| valid | true |
| value | "" |
"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 |
|---|---|---|
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
[ "minlength" => "5" "maxlength" => "60" ] |
| label | "E-mail:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
| 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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2165 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "E-mail:" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2166 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "5" "maxlength" => "60" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_simple_order_billing_email" ] |
| cache_key | "_simple_order_billing_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2368 -form: Symfony\Component\Form\Form {#2203 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2369 …5} |
| full_name | "simple_order[billing][email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_billing_email" |
| label | "E-mail:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_billing_email" |
| valid | true |
| value | "" |
contentDescription
"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 {#1687 +payload: null +message: "Pole obsah balíku nesmí být prázdné!" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1688 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Pole obsah balíku musí být dlouhé 2 až 255 znaků!" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1687 +payload: null +message: "Pole obsah balíku nesmí být prázdné!" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1688 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Pole obsah balíku musí být dlouhé 2 až 255 znaků!" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null } ] |
| label | "Obsah balíku:" |
same as passed value |
| 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\NotBlank {#1687 +payload: null +message: "Pole obsah balíku nesmí být prázdné!" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1688 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Pole obsah balíku musí být dlouhé 2 až 255 znaků!" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1810 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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 | "Obsah balíku:" |
| 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() {#1812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#1811 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_order_contentDescription" ] |
| cache_key | "_simple_order_contentDescription_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2349 -form: Symfony\Component\Form\Form {#2206 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2348 …5} |
| full_name | "simple_order[contentDescription]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order_contentDescription" |
| label | "Obsah balíku:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contentDescription" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_order_contentDescription" |
| valid | true |
| value | "" |
submit
"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 |
|---|---|---|
| attr | [ "class" => "btn btn-success btn-lg" ] |
[ "class" => "btn btn-success btn-lg" ] |
| label | "ODESLAT OBJEDNÁVKU" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-success btn-lg" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "ODESLAT OBJEDNÁVKU" |
| 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 | [ "class" => "btn btn-success btn-lg" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_simple_order_submit" ] |
| cache_key | "_simple_order_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2370 …5} |
| full_name | "simple_order[submit]" |
| id | "simple_order_submit" |
| label | "ODESLAT OBJEDNÁVKU" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_simple_order_submit" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "456f02ad587dddb000b761.9QQ0I0SF1KcRNLtjFCeWAg-tY9faNGkRg_n2w4pN1GM.nTV9aiq2i9QpR8MBd2PTbDv1DpLjTjZV2pynoe4ejjOATQB3KNChkFBc_g" |
| 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 | "456f02ad587dddb000b761.9QQ0I0SF1KcRNLtjFCeWAg-tY9faNGkRg_n2w4pN1GM.nTV9aiq2i9QpR8MBd2PTbDv1DpLjTjZV2pynoe4ejjOATQB3KNChkFBc_g" |
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 {#1655 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1654 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1653 …} -namespace: Closure() {#1651 …} } |
| data | "456f02ad587dddb000b761.9QQ0I0SF1KcRNLtjFCeWAg-tY9faNGkRg_n2w4pN1GM.nTV9aiq2i9QpR8MBd2PTbDv1DpLjTjZV2pynoe4ejjOATQB3KNChkFBc_g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2374 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1551 …} } |
| 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() {#2376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1649 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#547 …} $translationDomain: "validators" $message: Closure() {#2375 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_simple_order__token" ] |
| cache_key | "_simple_order__token_hidden" |
| compound | false |
| data | "456f02ad587dddb000b761.9QQ0I0SF1KcRNLtjFCeWAg-tY9faNGkRg_n2w4pN1GM.nTV9aiq2i9QpR8MBd2PTbDv1DpLjTjZV2pynoe4ejjOATQB3KNChkFBc_g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2386 -form: Symfony\Component\Form\Form {#2382 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2377 …5} |
| full_name | "simple_order[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_order__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 | "_simple_order__token" |
| valid | true |
| value | "456f02ad587dddb000b761.9QQ0I0SF1KcRNLtjFCeWAg-tY9faNGkRg_n2w4pN1GM.nTV9aiq2i9QpR8MBd2PTbDv1DpLjTjZV2pynoe4ejjOATQB3KNChkFBc_g" |