- 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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | "App\Entity\Order\OrderLine" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} 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() {#1258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1257 …} } } |
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 {#1583 -form: Symfony\Component\Form\Form {#1291 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1584 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data | "1" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1269 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1272 …} } } |
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 {#1588 -form: Symfony\Component\Form\Form {#1294 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1587 …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 {#1590 …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 | "f1f5c737cccec27bd518d3d.9vJTVfvUPkaykI8SRrrsAMHHaYEhVyOF3A9hb1gU1fk.mqQgI52NewXq-dlLEd21VJKNGrRDIA70rUFZJxwggraUyj4Ev5d1J_rnyg" |
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 | "f1f5c737cccec27bd518d3d.9vJTVfvUPkaykI8SRrrsAMHHaYEhVyOF3A9hb1gU1fk.mqQgI52NewXq-dlLEd21VJKNGrRDIA70rUFZJxwggraUyj4Ev5d1J_rnyg" |
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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data | "f1f5c737cccec27bd518d3d.9vJTVfvUPkaykI8SRrrsAMHHaYEhVyOF3A9hb1gU1fk.mqQgI52NewXq-dlLEd21VJKNGrRDIA70rUFZJxwggraUyj4Ev5d1J_rnyg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1585 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1591 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1589 …} } } |
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 | "f1f5c737cccec27bd518d3d.9vJTVfvUPkaykI8SRrrsAMHHaYEhVyOF3A9hb1gU1fk.mqQgI52NewXq-dlLEd21VJKNGrRDIA70rUFZJxwggraUyj4Ev5d1J_rnyg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1601 -form: Symfony\Component\Form\Form {#1597 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1592 …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 | "f1f5c737cccec27bd518d3d.9vJTVfvUPkaykI8SRrrsAMHHaYEhVyOF3A9hb1gU1fk.mqQgI52NewXq-dlLEd21VJKNGrRDIA70rUFZJxwggraUyj4Ev5d1J_rnyg" |
order_devis_form
"App\Form\Order\OrderDevisFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Order\Order {#1259 -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 {#1290 …} -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 {#1274 …} -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 {#1259 -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 {#1290 …} -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 {#1274 …} -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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data | App\Entity\Order\Order {#1259 -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 {#1290 …} -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 {#1274 …} -amountDue: null } |
data_class | "App\Entity\Order\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1307 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} 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() {#1310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1309 …} } } |
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 {#1259 -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 {#1290 …} -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 {#1274 …} -amountDue: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1603 -form: Symfony\Component\Form\Form {#1347 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1604 …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 {#1259 -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 {#1290 …} -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 {#1274 …} -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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1326 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1325 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_order_devis_form_email" ] |
cache_key | "_order_devis_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1608 -form: Symfony\Component\Form\Form {#1350 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1607 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | "App\Entity\Address\ShippingAddress" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1339 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} 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() {#1341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1340 …} } } |
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 {#1609 -form: Symfony\Component\Form\Form {#1449 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1610 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1354 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1356 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1355 …} } } |
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 {#1614 -form: Symfony\Component\Form\Form {#1452 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1613 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1363 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1365 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1364 …} } } |
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 {#1615 -form: Symfony\Component\Form\Form {#1455 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1616 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1372 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1373 …} } } |
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 {#1617 -form: Symfony\Component\Form\Form {#1458 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1618 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1381 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1382 …} } } |
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 {#1619 -form: Symfony\Component\Form\Form {#1461 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1620 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1390 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1392 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1391 …} } } |
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 {#1621 -form: Symfony\Component\Form\Form {#1464 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1622 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1399 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1400 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "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 {#1623 -form: Symfony\Component\Form\Form {#1467 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1624 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1408 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1409 …} } } |
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 {#1625 -form: Symfony\Component\Form\Form {#1470 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1626 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
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() {#1430 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1429 …} } } |
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 {#1629 +label: "France" +value: "FR" +data: "FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1630 +label: "Espagne" +value: "ES" +data: "ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1631 +label: "Belgique" +value: "BE" +data: "BE" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1627 -form: Symfony\Component\Form\Form {#1473 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1628 …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) {#1633 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1416 …} } |
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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1441 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1442 …} } } |
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 {#1634 -form: Symfony\Component\Form\Form {#1476 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1635 …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 | "d59fc8b6dbcea8669ba25f.lS_Xho_dyZddOaPn8sJnfsw6io8lI8XiHd4PlG-6A6Q._06Z3Pi3kKYoUeuLqO80CahY6O1He_SjKoZg4TX4aNWgZLHXyKWQ7zNszA" |
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 | "d59fc8b6dbcea8669ba25f.lS_Xho_dyZddOaPn8sJnfsw6io8lI8XiHd4PlG-6A6Q._06Z3Pi3kKYoUeuLqO80CahY6O1He_SjKoZg4TX4aNWgZLHXyKWQ7zNszA" |
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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data | "d59fc8b6dbcea8669ba25f.lS_Xho_dyZddOaPn8sJnfsw6io8lI8XiHd4PlG-6A6Q._06Z3Pi3kKYoUeuLqO80CahY6O1He_SjKoZg4TX4aNWgZLHXyKWQ7zNszA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1605 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1611 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1612 …} } } |
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 | "d59fc8b6dbcea8669ba25f.lS_Xho_dyZddOaPn8sJnfsw6io8lI8XiHd4PlG-6A6Q._06Z3Pi3kKYoUeuLqO80CahY6O1He_SjKoZg4TX4aNWgZLHXyKWQ7zNszA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1645 -form: Symfony\Component\Form\Form {#1641 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1637 …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 | "d59fc8b6dbcea8669ba25f.lS_Xho_dyZddOaPn8sJnfsw6io8lI8XiHd4PlG-6A6Q._06Z3Pi3kKYoUeuLqO80CahY6O1He_SjKoZg4TX4aNWgZLHXyKWQ7zNszA" |
catalogue
"App\Form\CatalogueType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#1311 -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 {#1311 -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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data | App\Entity\Contact {#1311 -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) {#1393 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} 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() {#1375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1384 …} } } |
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 {#1311 -id: null -name: null -email: null -phone: null -message: null -privacyPolicy: null -createdAt: null -type: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1670 -form: Symfony\Component\Form\Form {#1536 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1671 …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 {#1311 -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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1484 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1485 …} } } |
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 {#1675 -form: Symfony\Component\Form\Form {#1539 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1674 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1519 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1521 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1520 …} } } |
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 {#1676 -form: Symfony\Component\Form\Form {#1542 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1677 …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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1528 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1530 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1529 …} } } |
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 {#1678 -form: Symfony\Component\Form\Form {#1545 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1679 …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 | "173d233c84ab6a4f67d51d36d0ca1.nCczcamzvT8Bd2FAkMXQNRtbNNPIwZCgYaldlATD29E.ynhYHvz7hE5UAgM09YCReWEoUOult6HGMOwp2kux6qPMUUsiwcbqSFQjLA" |
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 | "173d233c84ab6a4f67d51d36d0ca1.nCczcamzvT8Bd2FAkMXQNRtbNNPIwZCgYaldlATD29E.ynhYHvz7hE5UAgM09YCReWEoUOult6HGMOwp2kux6qPMUUsiwcbqSFQjLA" |
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 {#1233 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1234 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1235 …} -namespace: Closure() {#1237 …} } |
data | "173d233c84ab6a4f67d51d36d0ca1.nCczcamzvT8Bd2FAkMXQNRtbNNPIwZCgYaldlATD29E.ynhYHvz7hE5UAgM09YCReWEoUOult6HGMOwp2kux6qPMUUsiwcbqSFQjLA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1672 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1176 …} } |
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() {#1680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1239 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#314 …} $translationDomain: "validators" $message: Closure() {#1681 …} } } |
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 | "173d233c84ab6a4f67d51d36d0ca1.nCczcamzvT8Bd2FAkMXQNRtbNNPIwZCgYaldlATD29E.ynhYHvz7hE5UAgM09YCReWEoUOult6HGMOwp2kux6qPMUUsiwcbqSFQjLA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1691 -form: Symfony\Component\Form\Form {#1687 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1682 …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 | "173d233c84ab6a4f67d51d36d0ca1.nCczcamzvT8Bd2FAkMXQNRtbNNPIwZCgYaldlATD29E.ynhYHvz7hE5UAgM09YCReWEoUOult6HGMOwp2kux6qPMUUsiwcbqSFQjLA" |