- 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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | "App\Entity\Order\OrderLine" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1259 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} 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() {#1261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1260 …} } } |
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 {#1586 -form: Symfony\Component\Form\Form {#1294 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1587 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data | "1" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1272 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1275 …} } } |
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 {#1591 -form: Symfony\Component\Form\Form {#1297 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1590 …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 {#1593 …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 | "dbdfe32aa.aLANv6CtHomgs9IT5bMuIrs7iEwWYhnOpv4h8zeCJ8w.EOB_0ZPYbb7r64Fmt_1WG9Vk0npyVXW_lZQVhm_MVKAMx1-N2oB6x8yAmw" |
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 | "dbdfe32aa.aLANv6CtHomgs9IT5bMuIrs7iEwWYhnOpv4h8zeCJ8w.EOB_0ZPYbb7r64Fmt_1WG9Vk0npyVXW_lZQVhm_MVKAMx1-N2oB6x8yAmw" |
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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data | "dbdfe32aa.aLANv6CtHomgs9IT5bMuIrs7iEwWYhnOpv4h8zeCJ8w.EOB_0ZPYbb7r64Fmt_1WG9Vk0npyVXW_lZQVhm_MVKAMx1-N2oB6x8yAmw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1588 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1594 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1592 …} } } |
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 | "dbdfe32aa.aLANv6CtHomgs9IT5bMuIrs7iEwWYhnOpv4h8zeCJ8w.EOB_0ZPYbb7r64Fmt_1WG9Vk0npyVXW_lZQVhm_MVKAMx1-N2oB6x8yAmw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1604 -form: Symfony\Component\Form\Form {#1600 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1595 …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 | "dbdfe32aa.aLANv6CtHomgs9IT5bMuIrs7iEwWYhnOpv4h8zeCJ8w.EOB_0ZPYbb7r64Fmt_1WG9Vk0npyVXW_lZQVhm_MVKAMx1-N2oB6x8yAmw" |
order_devis_form
"App\Form\Order\OrderDevisFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Order\Order {#1262 -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 {#1293 …} -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 {#1277 …} -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 {#1262 -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 {#1293 …} -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 {#1277 …} -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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data | App\Entity\Order\Order {#1262 -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 {#1293 …} -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 {#1277 …} -amountDue: null } |
data_class | "App\Entity\Order\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1310 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} 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() {#1313 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1312 …} } } |
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 {#1262 -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 {#1293 …} -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 {#1277 …} -amountDue: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1606 -form: Symfony\Component\Form\Form {#1350 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1607 …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 {#1262 -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 {#1293 …} -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 {#1277 …} -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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1329 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1331 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1328 …} } } |
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 {#1611 -form: Symfony\Component\Form\Form {#1353 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1610 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | "App\Entity\Address\ShippingAddress" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1342 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} 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() {#1344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1343 …} } } |
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 {#1612 -form: Symfony\Component\Form\Form {#1452 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1613 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1357 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1359 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1358 …} } } |
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 {#1617 -form: Symfony\Component\Form\Form {#1455 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1616 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
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 {#1169 …} } |
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() {#1368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} 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_lastname1" ] |
cache_key | "_order_devis_form_shippingAddress_lastname1_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1618 -form: Symfony\Component\Form\Form {#1458 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1619 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
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 {#1169 …} } |
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() {#1377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} 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_lastname2" ] |
cache_key | "_order_devis_form_shippingAddress_lastname2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1620 -form: Symfony\Component\Form\Form {#1461 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1621 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
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 {#1169 …} } |
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() {#1386 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} 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_street" ] |
cache_key | "_order_devis_form_shippingAddress_street_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1622 -form: Symfony\Component\Form\Form {#1464 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1623 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
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 {#1169 …} } |
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() {#1395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} 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_city" ] |
cache_key | "_order_devis_form_shippingAddress_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1624 -form: Symfony\Component\Form\Form {#1467 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1625 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
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 {#1169 …} } |
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() {#1404 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} 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_state" ] |
cache_key | "_order_devis_form_shippingAddress_state_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1626 -form: Symfony\Component\Form\Form {#1470 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1627 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
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 {#1169 …} } |
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() {#1413 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} 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_postalCode" ] |
cache_key | "_order_devis_form_shippingAddress_postalCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1628 -form: Symfony\Component\Form\Form {#1473 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1629 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
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() {#1433 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1432 …} } } |
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 {#1632 +label: "France" +value: "FR" +data: "FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1633 +label: "Espagne" +value: "ES" +data: "ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1634 +label: "Belgique" +value: "BE" +data: "BE" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1630 -form: Symfony\Component\Form\Form {#1476 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1631 …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) {#1636 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1419 …} } |
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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1444 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1446 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} 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" "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 {#1637 -form: Symfony\Component\Form\Form {#1479 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1638 …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 | "c24d1b1307dd0e408d499f1ad6.2UsyXBh18kN3okHKHD5BpQf8D6COQ538nWCvFuyzTDI.7wx4bHsjkwgV9huuLF8ZnUG0OsW-J9HE0hHnf4HxD3mtHAQ3XiqBOgSQJg" |
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 | "c24d1b1307dd0e408d499f1ad6.2UsyXBh18kN3okHKHD5BpQf8D6COQ538nWCvFuyzTDI.7wx4bHsjkwgV9huuLF8ZnUG0OsW-J9HE0hHnf4HxD3mtHAQ3XiqBOgSQJg" |
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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data | "c24d1b1307dd0e408d499f1ad6.2UsyXBh18kN3okHKHD5BpQf8D6COQ538nWCvFuyzTDI.7wx4bHsjkwgV9huuLF8ZnUG0OsW-J9HE0hHnf4HxD3mtHAQ3XiqBOgSQJg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1608 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1615 …} } } |
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 | "c24d1b1307dd0e408d499f1ad6.2UsyXBh18kN3okHKHD5BpQf8D6COQ538nWCvFuyzTDI.7wx4bHsjkwgV9huuLF8ZnUG0OsW-J9HE0hHnf4HxD3mtHAQ3XiqBOgSQJg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1648 -form: Symfony\Component\Form\Form {#1644 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1640 …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 | "c24d1b1307dd0e408d499f1ad6.2UsyXBh18kN3okHKHD5BpQf8D6COQ538nWCvFuyzTDI.7wx4bHsjkwgV9huuLF8ZnUG0OsW-J9HE0hHnf4HxD3mtHAQ3XiqBOgSQJg" |
catalogue
"App\Form\CatalogueType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#1314 -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 {#1314 -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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data | App\Entity\Contact {#1314 -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) {#1396 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} 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() {#1378 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1387 …} } } |
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 {#1314 -id: null -name: null -email: null -phone: null -message: null -privacyPolicy: null -createdAt: null -type: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1673 -form: Symfony\Component\Form\Form {#1539 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1674 …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 {#1314 -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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1487 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1496 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1488 …} } } |
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 {#1678 -form: Symfony\Component\Form\Form {#1542 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1677 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1522 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1524 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1523 …} } } |
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 {#1679 -form: Symfony\Component\Form\Form {#1545 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1680 …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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
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 {#1169 …} } |
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() {#1533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} 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" ] |
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 {#1681 -form: Symfony\Component\Form\Form {#1548 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1682 …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 | "77b7a0b3a49b8d.bX2kZfAa5mwuOdnHdQmNqIhfOxSX-mAsN_rqFGc3cxU.PyjwJ5JyikF8XaOBQVbe5dBpYkbAyRdeQ426IAUFFnMUJM80tnSjJW9-qg" |
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 | "77b7a0b3a49b8d.bX2kZfAa5mwuOdnHdQmNqIhfOxSX-mAsN_rqFGc3cxU.PyjwJ5JyikF8XaOBQVbe5dBpYkbAyRdeQ426IAUFFnMUJM80tnSjJW9-qg" |
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 {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data | "77b7a0b3a49b8d.bX2kZfAa5mwuOdnHdQmNqIhfOxSX-mAsN_rqFGc3cxU.PyjwJ5JyikF8XaOBQVbe5dBpYkbAyRdeQ426IAUFFnMUJM80tnSjJW9-qg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1675 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1169 …} } |
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() {#1683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1242 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1684 …} } } |
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 | "77b7a0b3a49b8d.bX2kZfAa5mwuOdnHdQmNqIhfOxSX-mAsN_rqFGc3cxU.PyjwJ5JyikF8XaOBQVbe5dBpYkbAyRdeQ426IAUFFnMUJM80tnSjJW9-qg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1694 -form: Symfony\Component\Form\Form {#1690 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1685 …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 | "77b7a0b3a49b8d.bX2kZfAa5mwuOdnHdQmNqIhfOxSX-mAsN_rqFGc3cxU.PyjwJ5JyikF8XaOBQVbe5dBpYkbAyRdeQ426IAUFFnMUJM80tnSjJW9-qg" |