Forms
-
sylius_cart
-
items
-
shippingAddress
-
firstName
-
lastName
-
phoneNumber
-
company
-
countryCode
-
street
-
city
-
postcode
-
birthdate
-
tutorname
-
tutoremail
-
-
billingAddress
-
firstName
-
lastName
-
phoneNumber
-
company
-
countryCode
-
street
-
city
-
postcode
-
birthdate
-
tutorname
-
tutoremail
-
-
promotionCoupon
-
_token
-
sylius_cart
"Sylius\Bundle\OrderBundle\Form\Type\CartType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Order\Order {#6809 #id: 18141 #checkoutCompletedAt: null #number: null #notes: null #items: Doctrine\ORM\PersistentCollection {#7260 …} #itemsTotal: 0 #adjustments: Doctrine\ORM\PersistentCollection {#7407 …} #adjustmentsTotal: 0 #total: 0 #state: "cart" #createdAt: DateTime @1751419890 {#6800 date: 2025-07-02 01:31:30.0 UTC (+00:00) } #updatedAt: DateTime @1751464585 {#6804 date: 2025-07-02 13:56:25.0 UTC (+00:00) } #customer: Proxies\__CG__\App\Entity\Customer\Customer {#6481 …} #channel: App\Entity\Channel\Channel {#5748 …} #shippingAddress: null #billingAddress: null #payments: Doctrine\ORM\PersistentCollection {#7194 …} #shipments: Doctrine\ORM\PersistentCollection {#7150 …} #currencyCode: "CAD" #localeCode: "fr_CA" #promotionCoupon: null #checkoutState: "cart" #paymentState: "cart" #shippingState: "cart" #promotions: Doctrine\ORM\PersistentCollection {#7268 …} #tokenValue: null #customerIp: null #createdByGuest: false -medical: null -numberPayment: null -idContract: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Order\Order {#6809 #id: 18141 #checkoutCompletedAt: null #number: null #notes: null #items: Doctrine\ORM\PersistentCollection {#7260 …} #itemsTotal: 0 #adjustments: Doctrine\ORM\PersistentCollection {#7407 …} #adjustmentsTotal: 0 #total: 0 #state: "cart" #createdAt: DateTime @1751419890 {#6800 date: 2025-07-02 01:31:30.0 UTC (+00:00) } #updatedAt: DateTime @1751464585 {#6804 date: 2025-07-02 13:56:25.0 UTC (+00:00) } #customer: Proxies\__CG__\App\Entity\Customer\Customer {#6481 …} #channel: App\Entity\Channel\Channel {#5748 …} #shippingAddress: null #billingAddress: null #payments: Doctrine\ORM\PersistentCollection {#7194 …} #shipments: Doctrine\ORM\PersistentCollection {#7150 …} #currencyCode: "CAD" #localeCode: "fr_CA" #promotionCoupon: null #checkoutState: "cart" #paymentState: "cart" #shippingState: "cart" #promotions: Doctrine\ORM\PersistentCollection {#7268 …} #tokenValue: null #customerIp: null #createdByGuest: false -medical: null -numberPayment: null -idContract: null } |
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 | 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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data | App\Entity\Order\Order {#6809 #id: 18141 #checkoutCompletedAt: null #number: null #notes: null #items: Doctrine\ORM\PersistentCollection {#7260 …} #itemsTotal: 0 #adjustments: Doctrine\ORM\PersistentCollection {#7407 …} #adjustmentsTotal: 0 #total: 0 #state: "cart" #createdAt: DateTime @1751419890 {#6800 date: 2025-07-02 01:31:30.0 UTC (+00:00) } #updatedAt: DateTime @1751464585 {#6804 date: 2025-07-02 13:56:25.0 UTC (+00:00) } #customer: Proxies\__CG__\App\Entity\Customer\Customer {#6481 …} #channel: App\Entity\Channel\Channel {#5748 …} #shippingAddress: null #billingAddress: null #payments: Doctrine\ORM\PersistentCollection {#7194 …} #shipments: Doctrine\ORM\PersistentCollection {#7150 …} #currencyCode: "CAD" #localeCode: "fr_CA" #promotionCoupon: null #checkoutState: "cart" #paymentState: "cart" #shippingState: "cart" #promotions: Doctrine\ORM\PersistentCollection {#7268 …} #tokenValue: null #customerIp: null #createdByGuest: false -medical: null -numberPayment: null -idContract: null } |
data_class | "App\Entity\Order\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#8366 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Order\Order" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8367 …} $translationDomain: "validators" } } |
validation_groups | Closure(FormInterface $form) {#8369 class: "Sylius\Bundle\CoreBundle\Form\Extension\CartTypeExtension" this: Sylius\Bundle\CoreBundle\Form\Extension\CartTypeExtension {#7443 …} use: { $validationGroups: [ "sylius" ] } } |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "sylius_cart" "_sylius_cart" ] |
cache_key | "_sylius_cart_sylius_cart" |
compound | true |
data | App\Entity\Order\Order {#6809 #id: 18141 #checkoutCompletedAt: null #number: null #notes: null #items: Doctrine\ORM\PersistentCollection {#7260 …} #itemsTotal: 0 #adjustments: Doctrine\ORM\PersistentCollection {#7407 …} #adjustmentsTotal: 0 #total: 0 #state: "cart" #createdAt: DateTime @1751419890 {#6800 date: 2025-07-02 01:31:30.0 UTC (+00:00) } #updatedAt: DateTime @1751464585 {#6804 date: 2025-07-02 13:56:25.0 UTC (+00:00) } #customer: Proxies\__CG__\App\Entity\Customer\Customer {#6481 …} #channel: App\Entity\Channel\Channel {#5748 …} #shippingAddress: null #billingAddress: null #payments: Doctrine\ORM\PersistentCollection {#7194 …} #shipments: Doctrine\ORM\PersistentCollection {#7150 …} #currencyCode: "CAD" #localeCode: "fr_CA" #promotionCoupon: null #checkoutState: "cart" #paymentState: "cart" #shippingState: "cart" #promotions: Doctrine\ORM\PersistentCollection {#7268 …} #tokenValue: null #customerIp: null #createdByGuest: false -medical: null -numberPayment: null -idContract: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8438 -form: Symfony\Component\Form\Form {#8443 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8370 …5} |
full_name | "sylius_cart" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "sylius_cart" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart" |
valid | true |
value | App\Entity\Order\Order {#6809 #id: 18141 #checkoutCompletedAt: null #number: null #notes: null #items: Doctrine\ORM\PersistentCollection {#7260 …} #itemsTotal: 0 #adjustments: Doctrine\ORM\PersistentCollection {#7407 …} #adjustmentsTotal: 0 #total: 0 #state: "cart" #createdAt: DateTime @1751419890 {#6800 date: 2025-07-02 01:31:30.0 UTC (+00:00) } #updatedAt: DateTime @1751464585 {#6804 date: 2025-07-02 13:56:25.0 UTC (+00:00) } #customer: Proxies\__CG__\App\Entity\Customer\Customer {#6481 …} #channel: App\Entity\Channel\Channel {#5748 …} #shippingAddress: null #billingAddress: null #payments: Doctrine\ORM\PersistentCollection {#7194 …} #shipments: Doctrine\ORM\PersistentCollection {#7150 …} #currencyCode: "CAD" #localeCode: "fr_CA" #promotionCoupon: null #checkoutState: "cart" #paymentState: "cart" #shippingState: "cart" #promotions: Doctrine\ORM\PersistentCollection {#7268 …} #tokenValue: null #customerIp: null #createdByGuest: false -medical: null -numberPayment: null -idContract: null } |
items
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\ORM\PersistentCollection {#8827 #collection: Doctrine\Common\Collections\ArrayCollection {#8829 …} #initialized: true -snapshot: [] -owner: null -association: [ …16] -em: ContainerE6zXBtP\EntityManagerGhostEbeb667 {#393 …} -backRefFieldName: "order" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#83253 …} -isDirty: true } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | false |
same as passed value |
allow_delete | false |
same as passed value |
by_reference | false |
same as passed value |
entry_type | "Sylius\Bundle\OrderBundle\Form\Type\CartItemType" |
same as passed value |
label | "sylius.form.cart.items" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | false |
allow_delete | false |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
button_add_label | "sylius.form.collection.add" |
button_delete_label | "sylius.form.collection.delete" |
by_reference | false |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#8382 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
entry_options | [ "block_name" => "entry" ] |
entry_type | "Sylius\Bundle\OrderBundle\Form\Type\CartItemType" |
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 collection is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "sylius.form.cart.items" |
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 |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
prototype_options | [] |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8383 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
allow_add | false |
allow_delete | false |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection" "_sylius_cart_items" ] |
button_add_label | "sylius.form.collection.add" |
button_delete_label | "sylius.form.collection.delete" |
cache_key | "_sylius_cart_items_collection" |
compound | true |
data | Doctrine\ORM\PersistentCollection {#8827 #collection: Doctrine\Common\Collections\ArrayCollection {#8829 …} #initialized: true -snapshot: [] -owner: null -association: [ …16] -em: ContainerE6zXBtP\EntityManagerGhostEbeb667 {#393 …} -backRefFieldName: "order" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#83253 …} -isDirty: true } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8756 -form: Symfony\Component\Form\Form {#8446 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8766 …5} |
full_name | "sylius_cart[items]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_items" |
label | "sylius.form.cart.items" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "items" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_items" |
valid | true |
value | Doctrine\ORM\PersistentCollection {#8827 #collection: Doctrine\Common\Collections\ArrayCollection {#8829 …} #initialized: true -snapshot: [] -owner: null -association: [ …16] -em: ContainerE6zXBtP\EntityManagerGhostEbeb667 {#393 …} -backRefFieldName: "order" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#83253 …} -isDirty: true } |
shippingAddress
"Sylius\Bundle\AddressingBundle\Form\Type\AddressType"
Errors
This form has no errors.
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
No options were passed when constructing this form.
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 |
channel | null |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | "App\Entity\Addressing\Address" |
disabled | false |
empty_data | Closure(FormInterface $form) {#8402 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Addressing\Address" } } |
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 |
shippable | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8399 …} $translationDomain: "validators" } } |
validation_groups | [
"sylius"
] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "sylius_address" "_sylius_cart_shippingAddress" ] |
cache_key | "_sylius_cart_shippingAddress_sylius_address" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8748 -form: Symfony\Component\Form\Form {#8637 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8739 …5} |
full_name | "sylius_cart[shippingAddress]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "shippingAddress" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress" |
valid | true |
value | null |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.first_name" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8450 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.first_name" |
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() {#8452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8451 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_shippingAddress_firstName" ] |
cache_key | "_sylius_cart_shippingAddress_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8695 -form: Symfony\Component\Form\Form {#8640 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8704 …5} |
full_name | "sylius_cart[shippingAddress][firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_firstName" |
label | "sylius.form.address.first_name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_firstName" |
valid | true |
value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.last_name" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8459 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.last_name" |
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() {#8461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8460 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_shippingAddress_lastName" ] |
cache_key | "_sylius_cart_shippingAddress_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8686 -form: Symfony\Component\Form\Form {#8643 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8677 …5} |
full_name | "sylius_cart[shippingAddress][lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_lastName" |
label | "sylius.form.address.last_name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_lastName" |
valid | true |
value | "" |
phoneNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.phone_number" |
same as passed value |
required | false |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8468 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.phone_number" |
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() {#8470 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8469 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_shippingAddress_phoneNumber" ] |
cache_key | "_sylius_cart_shippingAddress_phoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8400 -form: Symfony\Component\Form\Form {#8646 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8632 …5} |
full_name | "sylius_cart[shippingAddress][phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_phoneNumber" |
label | "sylius.form.address.phone_number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_phoneNumber" |
valid | true |
value | "" |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.company" |
same as passed value |
required | false |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8477 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.company" |
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() {#8479 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8478 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_shippingAddress_company" ] |
cache_key | "_sylius_cart_shippingAddress_company_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8619 -form: Symfony\Component\Form\Form {#8649 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8609 …5} |
full_name | "sylius_cart[shippingAddress][company]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_company" |
label | "sylius.form.address.company" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_company" |
valid | true |
value | "" |
countryCode
Errors
This form has no errors.
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 |
---|---|---|
enabled | true |
same as passed value |
label | "sylius.form.address.country" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | null |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | "code" |
choices | [ App\Entity\Addressing\Country {#8517 #id: 5 #code: "CA" #provinces: Doctrine\ORM\PersistentCollection {#8552 …} #enabled: 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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
enabled | true |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "sylius.form.address.country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "sylius.form.country.select" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8509 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8508 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "sylius_country_choice" "sylius_country_code_choice" "_sylius_cart_shippingAddress_countryCode" ] |
cache_key | "_sylius_cart_shippingAddress_countryCode_sylius_country_code_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8820 +label: "Canada" +value: "CA" +data: App\Entity\Addressing\Country {#8517 #id: 5 #code: "CA" #provinces: Doctrine\ORM\PersistentCollection {#8552 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#8589 -form: Symfony\Component\Form\Form {#8652 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#8580 …5} |
full_name | "sylius_cart[shippingAddress][countryCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_countryCode" |
is_selected | Closure($choice, $value) {#8516 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "sylius.form.address.country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "countryCode" |
placeholder | "sylius.form.country.select" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_countryCode" |
valid | true |
value | "" |
street
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.street" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8568 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.street" |
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() {#8570 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8569 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_shippingAddress_street" ] |
cache_key | "_sylius_cart_shippingAddress_street_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8822 -form: Symfony\Component\Form\Form {#8655 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8571 …5} |
full_name | "sylius_cart[shippingAddress][street]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_street" |
label | "sylius.form.address.street" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "street" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_street" |
valid | true |
value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.city" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8577 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.city" |
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() {#8579 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8578 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_shippingAddress_city" ] |
cache_key | "_sylius_cart_shippingAddress_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8823 -form: Symfony\Component\Form\Form {#8658 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8824 …5} |
full_name | "sylius_cart[shippingAddress][city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_city" |
label | "sylius.form.address.city" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_city" |
valid | true |
value | "" |
postcode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.postcode" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8586 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.postcode" |
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() {#8588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8587 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_shippingAddress_postcode" ] |
cache_key | "_sylius_cart_shippingAddress_postcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8825 -form: Symfony\Component\Form\Form {#8661 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8995 …5} |
full_name | "sylius_cart[shippingAddress][postcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_postcode" |
label | "sylius.form.address.postcode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postcode" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_postcode" |
valid | true |
value | "" |
birthdate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
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 | [ "class" => "js-datepicker" ] |
[ "class" => "js-datepicker" ] |
format | "yyyy-MM-dd" |
same as passed value |
label | "Date de naissance" |
same as passed value |
required | true |
same as passed value |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "js-datepicker" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date de naissance" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8608 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8607 …} $translationDomain: "validators" } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "js-datepicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_sylius_cart_shippingAddress_birthdate" ] |
cache_key | "_sylius_cart_shippingAddress_birthdate_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8997 -form: Symfony\Component\Form\Form {#8664 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9019 …5} |
full_name | "sylius_cart[shippingAddress][birthdate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_birthdate" |
label | "Date de naissance" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "birthdate" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_sylius_cart_shippingAddress_birthdate" |
valid | true |
value | "" |
widget | "single_text" |
tutorname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 {#8413 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8413 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Nom complet du tuteur" |
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 {#8413 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Nom complet du tuteur" |
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() {#8618 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8617 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_shippingAddress_tutorname" ] |
cache_key | "_sylius_cart_shippingAddress_tutorname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9021 -form: Symfony\Component\Form\Form {#8667 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9022 …5} |
full_name | "sylius_cart[shippingAddress][tutorname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_tutorname" |
label | "Nom complet du tuteur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tutorname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_tutorname" |
valid | true |
value | "" |
tutoremail
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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 {#8410 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8414 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8410 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8414 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
label | "Courriel du tuteur" |
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 {#8410 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8414 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8629 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Courriel du tuteur" |
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() {#8631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8630 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_sylius_cart_shippingAddress_tutoremail" ] |
cache_key | "_sylius_cart_shippingAddress_tutoremail_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9023 -form: Symfony\Component\Form\Form {#8670 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9024 …5} |
full_name | "sylius_cart[shippingAddress][tutoremail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_shippingAddress_tutoremail" |
label | "Courriel du tuteur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tutoremail" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_shippingAddress_tutoremail" |
valid | true |
value | "" |
billingAddress
"Sylius\Bundle\AddressingBundle\Form\Type\AddressType"
Errors
This form has no errors.
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
No options were passed when constructing this form.
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 |
channel | null |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | "App\Entity\Addressing\Address" |
disabled | false |
empty_data | Closure(FormInterface $form) {#8411 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Addressing\Address" } } |
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 |
shippable | false |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8416 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8415 …} $translationDomain: "validators" } } |
validation_groups | [
"sylius"
] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "sylius_address" "_sylius_cart_billingAddress" ] |
cache_key | "_sylius_cart_billingAddress_sylius_address" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8730 -form: Symfony\Component\Form\Form {#8780 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8712 …5} |
full_name | "sylius_cart[billingAddress]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "billingAddress" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress" |
valid | true |
value | null |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.first_name" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8674 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.first_name" |
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() {#8676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8675 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_billingAddress_firstName" ] |
cache_key | "_sylius_cart_billingAddress_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9028 -form: Symfony\Component\Form\Form {#8783 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9027 …5} |
full_name | "sylius_cart[billingAddress][firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_firstName" |
label | "sylius.form.address.first_name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_firstName" |
valid | true |
value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.last_name" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8683 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.last_name" |
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() {#8685 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8684 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_billingAddress_lastName" ] |
cache_key | "_sylius_cart_billingAddress_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9029 -form: Symfony\Component\Form\Form {#8786 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9030 …5} |
full_name | "sylius_cart[billingAddress][lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_lastName" |
label | "sylius.form.address.last_name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_lastName" |
valid | true |
value | "" |
phoneNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.phone_number" |
same as passed value |
required | false |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8692 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.phone_number" |
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() {#8694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8693 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_billingAddress_phoneNumber" ] |
cache_key | "_sylius_cart_billingAddress_phoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9031 -form: Symfony\Component\Form\Form {#8789 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9032 …5} |
full_name | "sylius_cart[billingAddress][phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_phoneNumber" |
label | "sylius.form.address.phone_number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_phoneNumber" |
valid | true |
value | "" |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.company" |
same as passed value |
required | false |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8701 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.company" |
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() {#8703 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8702 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_billingAddress_company" ] |
cache_key | "_sylius_cart_billingAddress_company_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9033 -form: Symfony\Component\Form\Form {#8792 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9034 …5} |
full_name | "sylius_cart[billingAddress][company]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_company" |
label | "sylius.form.address.company" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_company" |
valid | true |
value | "" |
countryCode
Errors
This form has no errors.
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 |
---|---|---|
enabled | true |
same as passed value |
label | "sylius.form.address.country" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | null |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | "code" |
choices | [ App\Entity\Addressing\Country {#8517 #id: 5 #code: "CA" #provinces: Doctrine\ORM\PersistentCollection {#8552 …} #enabled: 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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
enabled | true |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "sylius.form.address.country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "sylius.form.country.select" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8711 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8710 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "sylius_country_choice" "sylius_country_code_choice" "_sylius_cart_billingAddress_countryCode" ] |
cache_key | "_sylius_cart_billingAddress_countryCode_sylius_country_code_choice" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#9039 +label: "Canada" +value: "CA" +data: App\Entity\Addressing\Country {#8517 #id: 5 #code: "CA" #provinces: Doctrine\ORM\PersistentCollection {#8552 …} #enabled: true } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#9035 -form: Symfony\Component\Form\Form {#8795 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9036 …5} |
full_name | "sylius_cart[billingAddress][countryCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_countryCode" |
is_selected | Closure($choice, $value) {#9038 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "sylius.form.address.country" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "countryCode" |
placeholder | "sylius.form.country.select" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_countryCode" |
valid | true |
value | "" |
street
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.street" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8727 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.street" |
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() {#8729 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8728 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_billingAddress_street" ] |
cache_key | "_sylius_cart_billingAddress_street_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9040 -form: Symfony\Component\Form\Form {#8798 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9037 …5} |
full_name | "sylius_cart[billingAddress][street]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_street" |
label | "sylius.form.address.street" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "street" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_street" |
valid | true |
value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.city" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8736 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.city" |
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() {#8738 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8737 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_billingAddress_city" ] |
cache_key | "_sylius_cart_billingAddress_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9041 -form: Symfony\Component\Form\Form {#8801 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9042 …5} |
full_name | "sylius_cart[billingAddress][city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_city" |
label | "sylius.form.address.city" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_city" |
valid | true |
value | "" |
postcode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "sylius.form.address.postcode" |
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 | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.address.postcode" |
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() {#8747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8746 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_billingAddress_postcode" ] |
cache_key | "_sylius_cart_billingAddress_postcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9043 -form: Symfony\Component\Form\Form {#8804 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9044 …5} |
full_name | "sylius_cart[billingAddress][postcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_postcode" |
label | "sylius.form.address.postcode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postcode" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_postcode" |
valid | true |
value | "" |
birthdate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
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 | [ "class" => "js-datepicker" ] |
[ "class" => "js-datepicker" ] |
format | "yyyy-MM-dd" |
same as passed value |
label | "Date de naissance" |
same as passed value |
required | true |
same as passed value |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "js-datepicker" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date de naissance" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8754 …} $translationDomain: "validators" } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "js-datepicker" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_sylius_cart_billingAddress_birthdate" ] |
cache_key | "_sylius_cart_billingAddress_birthdate_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9045 -form: Symfony\Component\Form\Form {#8807 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9046 …5} |
full_name | "sylius_cart[billingAddress][birthdate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_birthdate" |
label | "Date de naissance" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "birthdate" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_sylius_cart_billingAddress_birthdate" |
valid | true |
value | "" |
widget | "single_text" |
tutorname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 {#8425 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8425 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Nom complet du tuteur" |
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 {#8425 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8763 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Nom complet du tuteur" |
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() {#8765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8764 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_cart_billingAddress_tutorname" ] |
cache_key | "_sylius_cart_billingAddress_tutorname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9047 -form: Symfony\Component\Form\Form {#8810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9048 …5} |
full_name | "sylius_cart[billingAddress][tutorname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_tutorname" |
label | "Nom complet du tuteur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tutorname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_tutorname" |
valid | true |
value | "" |
tutoremail
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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 {#8422 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8426 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8422 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8426 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
label | "Courriel du tuteur" |
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 {#8422 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8426 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8772 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Courriel du tuteur" |
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() {#8774 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8773 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_sylius_cart_billingAddress_tutoremail" ] |
cache_key | "_sylius_cart_billingAddress_tutoremail_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9049 -form: Symfony\Component\Form\Form {#8813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9050 …5} |
full_name | "sylius_cart[billingAddress][tutoremail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_billingAddress_tutoremail" |
label | "Courriel du tuteur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tutoremail" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_billingAddress_tutoremail" |
valid | true |
value | "" |
promotionCoupon
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format |
null
|
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
by_reference | false |
same as passed value |
label | "sylius.form.cart.coupon" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#8435 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "sylius.form.cart.coupon" |
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() {#8437 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#8436 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "sylius_promotion_coupon_to_code" "_sylius_cart_promotionCoupon" ] |
cache_key | "_sylius_cart_promotionCoupon_sylius_promotion_coupon_to_code" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9026 -form: Symfony\Component\Form\Form {#8816 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9025 …5} |
full_name | "sylius_cart[promotionCoupon]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart_promotionCoupon" |
label | "sylius.form.cart.coupon" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "promotionCoupon" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart_promotionCoupon" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "9ca20f14b7d.6uikCicU7v5VSmID9RwA3CwfofxUg68Y_aGqMX_FChw.27mTXhJx1s0PBgpluVpjjUN5zbAd0OMpycPNUCe3ckmy0M48byO0mTcoIw" |
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 | "9ca20f14b7d.6uikCicU7v5VSmID9RwA3CwfofxUg68Y_aGqMX_FChw.27mTXhJx1s0PBgpluVpjjUN5zbAd0OMpycPNUCe3ckmy0M48byO0mTcoIw" |
same as passed value |
mapped | false |
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 | "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 {#8339 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#8340 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5046 …} -namespace: Closure() {#8342 …} } |
data | "9ca20f14b7d.6uikCicU7v5VSmID9RwA3CwfofxUg68Y_aGqMX_FChw.27mTXhJx1s0PBgpluVpjjUN5zbAd0OMpycPNUCe3ckmy0M48byO0mTcoIw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#9054 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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() {#9056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1774 …} $message: Closure() {#9055 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_sylius_cart__token" ] |
cache_key | "_sylius_cart__token_hidden" |
compound | false |
data | "9ca20f14b7d.6uikCicU7v5VSmID9RwA3CwfofxUg68Y_aGqMX_FChw.27mTXhJx1s0PBgpluVpjjUN5zbAd0OMpycPNUCe3ckmy0M48byO0mTcoIw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9066 -form: Symfony\Component\Form\Form {#9062 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9057 …5} |
full_name | "sylius_cart[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_cart__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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_cart__token" |
valid | true |
value | "9ca20f14b7d.6uikCicU7v5VSmID9RwA3CwfofxUg68Y_aGqMX_FChw.27mTXhJx1s0PBgpluVpjjUN5zbAd0OMpycPNUCe3ckmy0M48byO0mTcoIw" |