- 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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | "App\Entity\Order\OrderLine" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1268 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} 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() {#1270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1269 …} } } |
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 {#1595 -form: Symfony\Component\Form\Form {#1303 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1596 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data | "1" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1281 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1285 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1284 …} } } |
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 {#1600 -form: Symfony\Component\Form\Form {#1306 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1599 …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 {#1602 …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 | "e7a3b14b42be306.jru6pgbP_1e_L7NyhWD-guLQJkofXZHXZ7cf87-03fY.-c_e_DKDiRnWZ-MrzD_G7aylciFlG6mAKftmkfLh5ZT4luXjU5-xZfBF8g" |
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 | "e7a3b14b42be306.jru6pgbP_1e_L7NyhWD-guLQJkofXZHXZ7cf87-03fY.-c_e_DKDiRnWZ-MrzD_G7aylciFlG6mAKftmkfLh5ZT4luXjU5-xZfBF8g" |
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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data | "e7a3b14b42be306.jru6pgbP_1e_L7NyhWD-guLQJkofXZHXZ7cf87-03fY.-c_e_DKDiRnWZ-MrzD_G7aylciFlG6mAKftmkfLh5ZT4luXjU5-xZfBF8g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1597 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1603 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1601 …} } } |
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 | "e7a3b14b42be306.jru6pgbP_1e_L7NyhWD-guLQJkofXZHXZ7cf87-03fY.-c_e_DKDiRnWZ-MrzD_G7aylciFlG6mAKftmkfLh5ZT4luXjU5-xZfBF8g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1613 -form: Symfony\Component\Form\Form {#1609 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1604 …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 | "e7a3b14b42be306.jru6pgbP_1e_L7NyhWD-guLQJkofXZHXZ7cf87-03fY.-c_e_DKDiRnWZ-MrzD_G7aylciFlG6mAKftmkfLh5ZT4luXjU5-xZfBF8g" |
order_devis_form
"App\Form\Order\OrderDevisFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Order\Order {#1271 -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 {#1302 …} -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 {#1286 …} -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 {#1271 -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 {#1302 …} -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 {#1286 …} -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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data | App\Entity\Order\Order {#1271 -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 {#1302 …} -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 {#1286 …} -amountDue: null } |
data_class | "App\Entity\Order\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1319 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} 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() {#1322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1321 …} } } |
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 {#1271 -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 {#1302 …} -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 {#1286 …} -amountDue: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1615 -form: Symfony\Component\Form\Form {#1359 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1616 …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 {#1271 -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 {#1302 …} -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 {#1286 …} -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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1338 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1340 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1337 …} } } |
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 {#1620 -form: Symfony\Component\Form\Form {#1362 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1619 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | "App\Entity\Address\ShippingAddress" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1351 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} 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() {#1353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1352 …} } } |
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 {#1621 -form: Symfony\Component\Form\Form {#1461 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1622 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1366 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1367 …} } } |
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 {#1626 -form: Symfony\Component\Form\Form {#1464 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1625 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1375 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1376 …} } } |
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 {#1627 -form: Symfony\Component\Form\Form {#1467 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1628 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1384 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1386 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1385 …} } } |
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 {#1629 -form: Symfony\Component\Form\Form {#1470 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1630 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1393 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1394 …} } } |
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 {#1631 -form: Symfony\Component\Form\Form {#1473 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1632 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1402 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1404 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1403 …} } } |
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 {#1633 -form: Symfony\Component\Form\Form {#1476 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1634 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1411 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1413 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1412 …} } } |
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 {#1635 -form: Symfony\Component\Form\Form {#1479 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1636 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1420 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1422 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1421 …} } } |
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 {#1637 -form: Symfony\Component\Form\Form {#1482 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1638 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
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() {#1442 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1441 …} } } |
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 {#1641 +label: "France" +value: "FR" +data: "FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1642 +label: "Espagne" +value: "ES" +data: "ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1643 +label: "Belgique" +value: "BE" +data: "BE" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1639 -form: Symfony\Component\Form\Form {#1485 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1640 …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) {#1645 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1428 …} } |
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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1453 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1454 …} } } |
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 {#1646 -form: Symfony\Component\Form\Form {#1488 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1647 …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 | "d.YFU4Bo3KWysoAT6PNpvjCUTLRO5syqBHgellnDYJf6w.MTd9aN2fIn9KaHfdfu6pRhSfFbElmZM_9ZwdrwNzBfNQbHpwvYkKfkREZw" |
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 | "d.YFU4Bo3KWysoAT6PNpvjCUTLRO5syqBHgellnDYJf6w.MTd9aN2fIn9KaHfdfu6pRhSfFbElmZM_9ZwdrwNzBfNQbHpwvYkKfkREZw" |
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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data | "d.YFU4Bo3KWysoAT6PNpvjCUTLRO5syqBHgellnDYJf6w.MTd9aN2fIn9KaHfdfu6pRhSfFbElmZM_9ZwdrwNzBfNQbHpwvYkKfkREZw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1617 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1623 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1624 …} } } |
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 | "d.YFU4Bo3KWysoAT6PNpvjCUTLRO5syqBHgellnDYJf6w.MTd9aN2fIn9KaHfdfu6pRhSfFbElmZM_9ZwdrwNzBfNQbHpwvYkKfkREZw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1657 -form: Symfony\Component\Form\Form {#1653 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1649 …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 | "d.YFU4Bo3KWysoAT6PNpvjCUTLRO5syqBHgellnDYJf6w.MTd9aN2fIn9KaHfdfu6pRhSfFbElmZM_9ZwdrwNzBfNQbHpwvYkKfkREZw" |
catalogue
"App\Form\CatalogueType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#1323 -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 {#1323 -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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data | App\Entity\Contact {#1323 -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) {#1405 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} 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() {#1387 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1396 …} } } |
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 {#1323 -id: null -name: null -email: null -phone: null -message: null -privacyPolicy: null -createdAt: null -type: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1682 -form: Symfony\Component\Form\Form {#1548 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1683 …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 {#1323 -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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1496 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1505 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1497 …} } } |
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 {#1687 -form: Symfony\Component\Form\Form {#1551 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1686 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1531 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1532 …} } } |
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 {#1688 -form: Symfony\Component\Form\Form {#1554 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1689 …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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1540 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1542 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1541 …} } } |
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 {#1690 -form: Symfony\Component\Form\Form {#1557 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1691 …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 | "a16e7583.p16J0Hqls_dfkrccmN7kU74WeghuVH4ScDgynA16htY.4h_emTX8-48QquVpqY6qZswgO1o3MTZLAk5asVwYtaP3KtiJV-rHmSrVwA" |
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 | "a16e7583.p16J0Hqls_dfkrccmN7kU74WeghuVH4ScDgynA16htY.4h_emTX8-48QquVpqY6qZswgO1o3MTZLAk5asVwYtaP3KtiJV-rHmSrVwA" |
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 {#1245 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1246 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1247 …} -namespace: Closure() {#1249 …} } |
data | "a16e7583.p16J0Hqls_dfkrccmN7kU74WeghuVH4ScDgynA16htY.4h_emTX8-48QquVpqY6qZswgO1o3MTZLAk5asVwYtaP3KtiJV-rHmSrVwA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1684 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1188 …} } |
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() {#1692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1251 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1693 …} } } |
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 | "a16e7583.p16J0Hqls_dfkrccmN7kU74WeghuVH4ScDgynA16htY.4h_emTX8-48QquVpqY6qZswgO1o3MTZLAk5asVwYtaP3KtiJV-rHmSrVwA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1703 -form: Symfony\Component\Form\Form {#1699 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1694 …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 | "a16e7583.p16J0Hqls_dfkrccmN7kU74WeghuVH4ScDgynA16htY.4h_emTX8-48QquVpqY6qZswgO1o3MTZLAk5asVwYtaP3KtiJV-rHmSrVwA" |