- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 17
- Security
- Twig
- HTTP Client
- Doctrine 3
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
quantity
-
add
-
_token
-
-
-
email
-
-
firstname
-
lastname1
-
lastname2
-
street
-
city
-
state
-
postalCode
-
country
-
phone
-
-
_token
-
-
-
name
-
email
-
phone
-
_token
-
add_to_cart
"App\Form\Cart\AddToCartType"
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 |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | "App\Entity\Order\OrderLine" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1272 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} use: { $class: "App\Entity\Order\OrderLine" } } |
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 | " " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1273 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "add_to_cart" "_add_to_cart" ] |
cache_key | "_add_to_cart_add_to_cart" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1599 -form: Symfony\Component\Form\Form {#1307 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1600 …5} |
full_name | "add_to_cart" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_to_cart" |
label | " " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "add_to_cart" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_to_cart" |
valid | true |
value | null |
quantity
"Symfony\Component\Form\Extension\Core\Type\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "d-none hidden" ] |
[ "class" => "d-none hidden" ] |
data | "1" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "d-none hidden" ] |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data | "1" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1285 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1288 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "d-none hidden" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_add_to_cart_quantity" ] |
cache_key | "_add_to_cart_quantity_number" |
compound | false |
data | "1" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1604 -form: Symfony\Component\Form\Form {#1310 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1603 …5} |
full_name | "add_to_cart[quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_to_cart_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_to_cart_quantity" |
valid | true |
value | "1" |
add
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "d-flex text-transform-uppercase px-2" ] |
[ "class" => "d-flex text-transform-uppercase px-2" ] |
label | "<span class="w-100 my-auto fs-12">Ajouter à mon offre</span> <img height="20px" class="add-to-cart-icon my-auto" src="/images/logo/paner.png" />" |
same as passed value |
label_html | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "d-flex text-transform-uppercase px-2" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "<span class="w-100 my-auto fs-12">Ajouter à mon offre</span> <img height="20px" class="add-to-cart-icon my-auto" src="/images/logo/paner.png" />" |
label_format | null |
label_html | true |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "d-flex text-transform-uppercase px-2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_add_to_cart_add" ] |
cache_key | "_add_to_cart_add_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1606 …5} |
full_name | "add_to_cart[add]" |
id | "add_to_cart_add" |
label | "<span class="w-100 my-auto fs-12">Ajouter à mon offre</span> <img height="20px" class="add-to-cart-icon my-auto" src="/images/logo/paner.png" />" |
label_format | null |
label_html | true |
label_translation_parameters | [] |
multipart | false |
name | "add" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_add_to_cart_add" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "53ec54.JZaCzvj_hzLX1j0YcVQV_ZfsBTpPsecrt2NxuKyOO0M.R_20qafKz2e8sUhJIgR2rN_eKA0LiN9o_ApF0-XLFjBg38iDzI_ddq67DQ" |
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 | "53ec54.JZaCzvj_hzLX1j0YcVQV_ZfsBTpPsecrt2NxuKyOO0M.R_20qafKz2e8sUhJIgR2rN_eKA0LiN9o_ApF0-XLFjBg38iDzI_ddq67DQ" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data | "53ec54.JZaCzvj_hzLX1j0YcVQV_ZfsBTpPsecrt2NxuKyOO0M.R_20qafKz2e8sUhJIgR2rN_eKA0LiN9o_ApF0-XLFjBg38iDzI_ddq67DQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1601 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1607 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1605 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_add_to_cart__token" ] |
cache_key | "_add_to_cart__token_hidden" |
compound | false |
data | "53ec54.JZaCzvj_hzLX1j0YcVQV_ZfsBTpPsecrt2NxuKyOO0M.R_20qafKz2e8sUhJIgR2rN_eKA0LiN9o_ApF0-XLFjBg38iDzI_ddq67DQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1617 -form: Symfony\Component\Form\Form {#1613 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1608 …5} |
full_name | "add_to_cart[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_to_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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_to_cart__token" |
valid | true |
value | "53ec54.JZaCzvj_hzLX1j0YcVQV_ZfsBTpPsecrt2NxuKyOO0M.R_20qafKz2e8sUhJIgR2rN_eKA0LiN9o_ApF0-XLFjBg38iDzI_ddq67DQ" |
order_devis_form
"App\Form\Order\OrderDevisFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Order\Order {#1275 -id: null -createdAt: null -updatedAt: null -state: null -totalPriceHt: null -totalVat: null -totalPrice: null -customer: null -billingAddress: null -shippingAddress: null -orderLines: Doctrine\Common\Collections\ArrayCollection {#1306 …} -discount: null -discountType: null -totalWithoutDiscount: null -numOrder: null -promo: null -datePayment: null -acceptCommunication: null -carrier: null -paymentMethod: null -totalCarrierWithTaxes: null -totalCarrierWithoutTaxes: null -slug: null -totalDiscountHt: null -totalDiscountTtc: null -totalPriceTtc: null -totalPriceTtcFinal: null -totalPriceHtFinal: null -typeCommand: null -email: null -number: null -payments: Doctrine\Common\Collections\ArrayCollection {#1290 …} -amountDue: 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 {#1275 -id: null -createdAt: null -updatedAt: null -state: null -totalPriceHt: null -totalVat: null -totalPrice: null -customer: null -billingAddress: null -shippingAddress: null -orderLines: Doctrine\Common\Collections\ArrayCollection {#1306 …} -discount: null -discountType: null -totalWithoutDiscount: null -numOrder: null -promo: null -datePayment: null -acceptCommunication: null -carrier: null -paymentMethod: null -totalCarrierWithTaxes: null -totalCarrierWithoutTaxes: null -slug: null -totalDiscountHt: null -totalDiscountTtc: null -totalPriceTtc: null -totalPriceTtcFinal: null -totalPriceHtFinal: null -typeCommand: null -email: null -number: null -payments: Doctrine\Common\Collections\ArrayCollection {#1290 …} -amountDue: 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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data | App\Entity\Order\Order {#1275 -id: null -createdAt: null -updatedAt: null -state: null -totalPriceHt: null -totalVat: null -totalPrice: null -customer: null -billingAddress: null -shippingAddress: null -orderLines: Doctrine\Common\Collections\ArrayCollection {#1306 …} -discount: null -discountType: null -totalWithoutDiscount: null -numOrder: null -promo: null -datePayment: null -acceptCommunication: null -carrier: null -paymentMethod: null -totalCarrierWithTaxes: null -totalCarrierWithoutTaxes: null -slug: null -totalDiscountHt: null -totalDiscountTtc: null -totalPriceTtc: null -totalPriceTtcFinal: null -totalPriceHtFinal: null -typeCommand: null -email: null -number: null -payments: Doctrine\Common\Collections\ArrayCollection {#1290 …} -amountDue: null } |
data_class | "App\Entity\Order\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1323 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} 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 | " " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1325 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "order_devis_form" "_order_devis_form" ] |
cache_key | "_order_devis_form_order_devis_form" |
compound | true |
data | App\Entity\Order\Order {#1275 -id: null -createdAt: null -updatedAt: null -state: null -totalPriceHt: null -totalVat: null -totalPrice: null -customer: null -billingAddress: null -shippingAddress: null -orderLines: Doctrine\Common\Collections\ArrayCollection {#1306 …} -discount: null -discountType: null -totalWithoutDiscount: null -numOrder: null -promo: null -datePayment: null -acceptCommunication: null -carrier: null -paymentMethod: null -totalCarrierWithTaxes: null -totalCarrierWithoutTaxes: null -slug: null -totalDiscountHt: null -totalDiscountTtc: null -totalPriceTtc: null -totalPriceTtcFinal: null -totalPriceHtFinal: null -typeCommand: null -email: null -number: null -payments: Doctrine\Common\Collections\ArrayCollection {#1290 …} -amountDue: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1619 -form: Symfony\Component\Form\Form {#1363 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1620 …5} |
full_name | "order_devis_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form" |
label | " " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "order_devis_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form" |
valid | true |
value | App\Entity\Order\Order {#1275 -id: null -createdAt: null -updatedAt: null -state: null -totalPriceHt: null -totalVat: null -totalPrice: null -customer: null -billingAddress: null -shippingAddress: null -orderLines: Doctrine\Common\Collections\ArrayCollection {#1306 …} -discount: null -discountType: null -totalWithoutDiscount: null -numOrder: null -promo: null -datePayment: null -acceptCommunication: null -carrier: null -paymentMethod: null -totalCarrierWithTaxes: null -totalCarrierWithoutTaxes: null -slug: null -totalDiscountHt: null -totalDiscountTtc: null -totalPriceTtc: null -totalPriceTtcFinal: null -totalPriceHtFinal: null -typeCommand: null -email: null -number: null -payments: Doctrine\Common\Collections\ArrayCollection {#1290 …} -amountDue: null } |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1342 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1341 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_order_devis_form_email" ] |
cache_key | "_order_devis_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1624 -form: Symfony\Component\Form\Form {#1366 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1623 …5} |
full_name | "order_devis_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_email" |
valid | true |
value | "" |
shippingAddress
"App\Form\Address\ShippingAddressType"
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 |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | "App\Entity\Address\ShippingAddress" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1355 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} use: { $class: "App\Entity\Address\ShippingAddress" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
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() {#1357 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1356 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "shipping_address" "_order_devis_form_shippingAddress" ] |
cache_key | "_order_devis_form_shippingAddress_shipping_address" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1625 -form: Symfony\Component\Form\Form {#1465 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1626 …5} |
full_name | "order_devis_form[shippingAddress]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress" |
valid | true |
value | null |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "firstname" |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1370 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 | "firstname" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1371 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_devis_form_shippingAddress_firstname" ] |
cache_key | "_order_devis_form_shippingAddress_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1630 -form: Symfony\Component\Form\Form {#1468 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1629 …5} |
full_name | "order_devis_form[shippingAddress][firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_firstname" |
label | "firstname" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_firstname" |
valid | true |
value | "" |
lastname1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "lastname1" |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1379 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 | "lastname1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1381 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1380 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_devis_form_shippingAddress_lastname1" ] |
cache_key | "_order_devis_form_shippingAddress_lastname1_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1631 -form: Symfony\Component\Form\Form {#1471 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1632 …5} |
full_name | "order_devis_form[shippingAddress][lastname1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_lastname1" |
label | "lastname1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_lastname1" |
valid | true |
value | "" |
lastname2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "lastname2" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1388 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 | "lastname2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1389 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_devis_form_shippingAddress_lastname2" ] |
cache_key | "_order_devis_form_shippingAddress_lastname2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1633 -form: Symfony\Component\Form\Form {#1474 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1634 …5} |
full_name | "order_devis_form[shippingAddress][lastname2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_lastname2" |
label | "lastname2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_lastname2" |
valid | true |
value | "" |
street
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "street" |
same as passed value |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1397 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "street" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1399 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1398 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_devis_form_shippingAddress_street" ] |
cache_key | "_order_devis_form_shippingAddress_street_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1635 -form: Symfony\Component\Form\Form {#1477 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1636 …5} |
full_name | "order_devis_form[shippingAddress][street]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_street" |
label | "street" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "street" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_street" |
valid | true |
value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1406 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "city" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1407 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_devis_form_shippingAddress_city" ] |
cache_key | "_order_devis_form_shippingAddress_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1637 -form: Symfony\Component\Form\Form {#1480 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1638 …5} |
full_name | "order_devis_form[shippingAddress][city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_city" |
label | "city" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_city" |
valid | true |
value | "" |
state
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "dept" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1415 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 | "dept" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1417 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1416 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_devis_form_shippingAddress_state" ] |
cache_key | "_order_devis_form_shippingAddress_state_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1639 -form: Symfony\Component\Form\Form {#1483 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1640 …5} |
full_name | "order_devis_form[shippingAddress][state]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_state" |
label | "dept" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "state" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_state" |
valid | true |
value | "" |
postalCode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "postalCode" |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1424 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 | "postalCode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1426 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1425 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_devis_form_shippingAddress_postalCode" ] |
cache_key | "_order_devis_form_shippingAddress_postalCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1641 -form: Symfony\Component\Form\Form {#1486 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1642 …5} |
full_name | "order_devis_form[shippingAddress][postalCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_postalCode" |
label | "postalCode" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postalCode" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_postalCode" |
valid | true |
value | "" |
country
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "France" => "FR" "Espagne" => "ES" "Belgique" => "BE" ] |
[ "France" => "FR" "Espagne" => "ES" "Belgique" => "BE" ] |
label | "Pays" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "France" => "FR" "Espagne" => "ES" "Belgique" => "BE" ] |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Pays" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1446 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1445 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_order_devis_form_shippingAddress_country" ] |
cache_key | "_order_devis_form_shippingAddress_country_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1645 +label: "France" +value: "FR" +data: "FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1646 +label: "Espagne" +value: "ES" +data: "ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1647 +label: "Belgique" +value: "BE" +data: "BE" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1643 -form: Symfony\Component\Form\Form {#1489 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1644 …5} |
full_name | "order_devis_form[shippingAddress][country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_country" |
is_selected | Closure($choice, $value) {#1649 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1432 …} } |
label | "Pays" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "country" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_country" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "phone" |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1457 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 | "phone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1459 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1458 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_devis_form_shippingAddress_phone" ] |
cache_key | "_order_devis_form_shippingAddress_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1650 -form: Symfony\Component\Form\Form {#1492 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1651 …5} |
full_name | "order_devis_form[shippingAddress][phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form_shippingAddress_phone" |
label | "phone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form_shippingAddress_phone" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "a745a9a1b2df6e65a1af8a8771.OWWuqwsviHIPuirf2hNCjn4CS5B6097sCyiQk4m8V9o.XwHn0UVO_Cp_9XyHqX1z-kx4BNsSvbiWOXzn_cLSYPcOBOfKam3rFiLLcw" |
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 | "a745a9a1b2df6e65a1af8a8771.OWWuqwsviHIPuirf2hNCjn4CS5B6097sCyiQk4m8V9o.XwHn0UVO_Cp_9XyHqX1z-kx4BNsSvbiWOXzn_cLSYPcOBOfKam3rFiLLcw" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data | "a745a9a1b2df6e65a1af8a8771.OWWuqwsviHIPuirf2hNCjn4CS5B6097sCyiQk4m8V9o.XwHn0UVO_Cp_9XyHqX1z-kx4BNsSvbiWOXzn_cLSYPcOBOfKam3rFiLLcw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1621 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1627 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1628 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_order_devis_form__token" ] |
cache_key | "_order_devis_form__token_hidden" |
compound | false |
data | "a745a9a1b2df6e65a1af8a8771.OWWuqwsviHIPuirf2hNCjn4CS5B6097sCyiQk4m8V9o.XwHn0UVO_Cp_9XyHqX1z-kx4BNsSvbiWOXzn_cLSYPcOBOfKam3rFiLLcw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1661 -form: Symfony\Component\Form\Form {#1657 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1653 …5} |
full_name | "order_devis_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_devis_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_order_devis_form__token" |
valid | true |
value | "a745a9a1b2df6e65a1af8a8771.OWWuqwsviHIPuirf2hNCjn4CS5B6097sCyiQk4m8V9o.XwHn0UVO_Cp_9XyHqX1z-kx4BNsSvbiWOXzn_cLSYPcOBOfKam3rFiLLcw" |
catalogue
"App\Form\CatalogueType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#1327 -id: null -name: null -email: null -phone: null -message: null -privacyPolicy: null -createdAt: null -type: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#1327 -id: null -name: null -email: null -phone: null -message: null -privacyPolicy: null -createdAt: null -type: 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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data | App\Entity\Contact {#1327 -id: null -name: null -email: null -phone: null -message: null -privacyPolicy: null -createdAt: null -type: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1409 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} use: { $class: "App\Entity\Contact" } } |
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 | " " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1391 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1400 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "catalogue" "_catalogue" ] |
cache_key | "_catalogue_catalogue" |
compound | true |
data | App\Entity\Contact {#1327 -id: null -name: null -email: null -phone: null -message: null -privacyPolicy: null -createdAt: null -type: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1686 -form: Symfony\Component\Form\Form {#1552 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1687 …5} |
full_name | "catalogue" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "catalogue" |
label | " " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "catalogue" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_catalogue" |
valid | true |
value | App\Entity\Contact {#1327 -id: null -name: null -email: null -phone: null -message: null -privacyPolicy: null -createdAt: null -type: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control mb-2" ] |
[ "class" => "form-control mb-2" ] |
label | "Nom *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-2" ] |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1500 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1509 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1501 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_catalogue_name" ] |
cache_key | "_catalogue_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1691 -form: Symfony\Component\Form\Form {#1555 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1690 …5} |
full_name | "catalogue[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "catalogue_name" |
label | "Nom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_catalogue_name" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control mb-2" "placeholder" => "you@example.com" ] |
[ "class" => "form-control mb-2" "placeholder" => "you@example.com" ] |
label | "Email *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-2" "placeholder" => "you@example.com" ] |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1535 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 | "Email *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1537 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1536 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-2" "placeholder" => "you@example.com" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_catalogue_email" ] |
cache_key | "_catalogue_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1692 -form: Symfony\Component\Form\Form {#1558 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1693 …5} |
full_name | "catalogue[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "catalogue_email" |
label | "Email *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_catalogue_email" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control mb-2" ] |
[ "class" => "form-control mb-2" ] |
label | "Téléphone" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-2" ] |
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 {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1544 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
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 | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1546 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1545 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_catalogue_phone" ] |
cache_key | "_catalogue_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1694 -form: Symfony\Component\Form\Form {#1561 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1695 …5} |
full_name | "catalogue[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "catalogue_phone" |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_catalogue_phone" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6c3c8c6c11.SfM4zbKLNysoKn-p2ZF6xu3NQy4lYIRciEgur5JgDkg.LKsBuYTlAB1fTBTjkskWntygNHZrEuEd_zga7d5NPTwKqXee36Z6UWt-Kg" |
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 | "6c3c8c6c11.SfM4zbKLNysoKn-p2ZF6xu3NQy4lYIRciEgur5JgDkg.LKsBuYTlAB1fTBTjkskWntygNHZrEuEd_zga7d5NPTwKqXee36Z6UWt-Kg" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1250 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1251 …} -namespace: Closure() {#1253 …} } |
data | "6c3c8c6c11.SfM4zbKLNysoKn-p2ZF6xu3NQy4lYIRciEgur5JgDkg.LKsBuYTlAB1fTBTjkskWntygNHZrEuEd_zga7d5NPTwKqXee36Z6UWt-Kg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1688 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1182 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1697 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_catalogue__token" ] |
cache_key | "_catalogue__token_hidden" |
compound | false |
data | "6c3c8c6c11.SfM4zbKLNysoKn-p2ZF6xu3NQy4lYIRciEgur5JgDkg.LKsBuYTlAB1fTBTjkskWntygNHZrEuEd_zga7d5NPTwKqXee36Z6UWt-Kg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1707 -form: Symfony\Component\Form\Form {#1703 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1698 …5} |
full_name | "catalogue[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "catalogue__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_catalogue__token" |
valid | true |
value | "6c3c8c6c11.SfM4zbKLNysoKn-p2ZF6xu3NQy4lYIRciEgur5JgDkg.LKsBuYTlAB1fTBTjkskWntygNHZrEuEd_zga7d5NPTwKqXee36Z6UWt-Kg" |