- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 75
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 1
- E-mails
- Debug
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
id
-
submit
-
_token
-
-
-
id
-
payment
-
submit
-
_token
-
-
-
id
-
shipment
-
submit
-
_token
-
-
-
id
-
discountCode
-
submit
-
_token
-
-
-
id
-
submit
-
_token
-
clear_cart
"App\Form\ClearCartType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#748 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1991 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Component\Order\Model\Order {#748 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1991 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | App\Component\Order\Model\Order {#748 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1991 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
data_class | "App\Component\Order\Model\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2076 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} use: { $class: "App\Component\Order\Model\Order" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2075 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cart/clear" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "clear_cart" "_clear_cart" ] |
cache_key | "_clear_cart_clear_cart" |
compound | true |
data | App\Component\Order\Model\Order {#748 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1991 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2423 -form: Symfony\Component\Form\Form {#2047 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#79 …5} |
full_name | "clear_cart" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "clear_cart" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "clear_cart" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_clear_cart" |
valid | true |
value | App\Component\Order\Model\Order {#748 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1991 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View 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 | 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2070 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2093 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2090 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_clear_cart_id" ] |
cache_key | "_clear_cart_id_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2378 -form: Symfony\Component\Form\Form {#2131 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2428 …5} |
full_name | "clear_cart[id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "clear_cart_id" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "id" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_clear_cart_id" |
valid | true |
value | "" |
submit
"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 | [ "icon" => "fa fa-trash-o" ] |
[ "icon" => "fa fa-trash-o" ] |
label | "app.cart.clear.button" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "icon" => "fa fa-trash-o" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "app.cart.clear.button" |
label_format | null |
label_translation_parameters | [] |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "icon" => "fa fa-trash-o" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_clear_cart_submit" ] |
cache_key | "_clear_cart_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2435 …5} |
full_name | "clear_cart[submit]" |
id | "clear_cart_submit" |
label | "app.cart.clear.button" |
label_format | null |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_clear_cart_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "afcb01175417fd4758fa604bbc41c9.PSyXVzjtxodzioz7PUNSpCJSb--1s2zWCoGYLNoN_iI.Vm7nEFHAss5HxqGoZxo81BcVVoftxFygQ_vaQZlJtxdTYeYyTqOe1xDhzQ" |
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 | "afcb01175417fd4758fa604bbc41c9.PSyXVzjtxodzioz7PUNSpCJSb--1s2zWCoGYLNoN_iI.Vm7nEFHAss5HxqGoZxo81BcVVoftxFygQ_vaQZlJtxdTYeYyTqOe1xDhzQ" |
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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | "afcb01175417fd4758fa604bbc41c9.PSyXVzjtxodzioz7PUNSpCJSb--1s2zWCoGYLNoN_iI.Vm7nEFHAss5HxqGoZxo81BcVVoftxFygQ_vaQZlJtxdTYeYyTqOe1xDhzQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2417 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2424 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_clear_cart__token" ] |
cache_key | "_clear_cart__token_hidden" |
compound | false |
data | "afcb01175417fd4758fa604bbc41c9.PSyXVzjtxodzioz7PUNSpCJSb--1s2zWCoGYLNoN_iI.Vm7nEFHAss5HxqGoZxo81BcVVoftxFygQ_vaQZlJtxdTYeYyTqOe1xDhzQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2374 -form: Symfony\Component\Form\Form {#2420 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2370 …5} |
full_name | "clear_cart[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "clear_cart__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_clear_cart__token" |
valid | true |
value | "afcb01175417fd4758fa604bbc41c9.PSyXVzjtxodzioz7PUNSpCJSb--1s2zWCoGYLNoN_iI.Vm7nEFHAss5HxqGoZxo81BcVVoftxFygQ_vaQZlJtxdTYeYyTqOe1xDhzQ" |
set_payment
"App\Form\SetPaymentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#2073 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2037 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Component\Order\Model\Order {#2073 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2037 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | App\Component\Order\Model\Order {#2073 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2037 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
data_class | "App\Component\Order\Model\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2117 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} use: { $class: "App\Component\Order\Model\Order" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2103 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cart/setPayment" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "set_payment" "_set_payment" ] |
cache_key | "_set_payment_set_payment" |
compound | true |
data | App\Component\Order\Model\Order {#2073 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2037 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2426 -form: Symfony\Component\Form\Form {#2215 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2371 …5} |
full_name | "set_payment" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_payment" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "set_payment" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_payment" |
valid | true |
value | App\Component\Order\Model\Order {#2073 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2037 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View 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 | 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2096 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2098 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2100 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_set_payment_id" ] |
cache_key | "_set_payment_id_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2364 -form: Symfony\Component\Form\Form {#2212 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2367 …5} |
full_name | "set_payment[id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_payment_id" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "id" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_payment_id" |
valid | true |
value | "" |
payment
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
choice_label | Closure(PaymentInterface $payment) {#2101 class: "App\Form\SetPaymentType" this: App\Form\SetPaymentType {#2071 …} } |
same as passed value |
class | "App\Component\Payment\Model\Payment" |
same as passed value |
empty_data | null |
null
|
placeholder | "app.cart.setPayment.select" |
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_label | Closure(PaymentInterface $payment) {#2101 class: "App\Form\SetPaymentType" this: App\Form\SetPaymentType {#2071 …} } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2224 -manager: Doctrine\ORM\EntityManager {#281 …11} -class: "App\Component\Payment\Model\Payment" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2225 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2155 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#2222 …} -choices: [ App\Component\Payment\Model\Payment {#2359 …} App\Component\Payment\Model\Payment {#2430 …} App\Component\Payment\Model\Payment {#2415 …} App\Component\Payment\Model\Payment {#2413 …} App\Component\Payment\Model\Payment {#2410 …} App\Component\Payment\Model\Payment {#2409 …} ] } |
choice_name | null |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2225 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2155 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } "getIdValue" ] |
choices | null |
class | "App\Component\Payment\Model\Payment" |
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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#281 …11} |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2225 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2155 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "app.cart.setPayment.select" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2153 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2151 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_set_payment_payment" ] |
cache_key | "_set_payment_payment_entity" |
choice_translation_domain | false |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "Bank Transfert (0 €)" +value: "9950aedd-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#2359 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "Sofort online (5 €)" +value: "9950b72f-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#2430 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "Paypal (1.23 €)" +value: "9950bf07-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#2415 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "Contact bancaire (0 €)" +value: "e03ac780-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#2413 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "visa card (5 €)" +value: "e03ad3f4-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#2410 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2343 +label: "Pay Yeyeto (0 €)" +value: "e03adbda-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#2409 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2363 -form: Symfony\Component\Form\Form {#2210 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2362 …5} |
full_name | "set_payment[payment]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_payment_payment" |
is_selected | Closure($choice, $value) {#2436 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2113 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "payment" |
placeholder | "app.cart.setPayment.select" |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_payment_payment" |
valid | true |
value | "" |
submit
"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 |
---|---|---|
label | "app.cart.setPayment.button" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "app.cart.setPayment.button" |
label_format | null |
label_translation_parameters | [] |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_set_payment_submit" ] |
cache_key | "_set_payment_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2439 …5} |
full_name | "set_payment[submit]" |
id | "set_payment_submit" |
label | "app.cart.setPayment.button" |
label_format | null |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_set_payment_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "799.YhfT4TU2IfTASYgGgn4r0smoKgOBP8BofC1YQ6VQK24.NSbqh0FnFLmTFs508xdjsIvYfVXnDLMASXISNPIhTiQLIZmiUlJxjYcW0Q" |
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 | "799.YhfT4TU2IfTASYgGgn4r0smoKgOBP8BofC1YQ6VQK24.NSbqh0FnFLmTFs508xdjsIvYfVXnDLMASXISNPIhTiQLIZmiUlJxjYcW0Q" |
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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | "799.YhfT4TU2IfTASYgGgn4r0smoKgOBP8BofC1YQ6VQK24.NSbqh0FnFLmTFs508xdjsIvYfVXnDLMASXISNPIhTiQLIZmiUlJxjYcW0Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2369 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2407 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2357 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_set_payment__token" ] |
cache_key | "_set_payment__token_hidden" |
compound | false |
data | "799.YhfT4TU2IfTASYgGgn4r0smoKgOBP8BofC1YQ6VQK24.NSbqh0FnFLmTFs508xdjsIvYfVXnDLMASXISNPIhTiQLIZmiUlJxjYcW0Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2397 -form: Symfony\Component\Form\Form {#2401 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2406 …5} |
full_name | "set_payment[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_payment__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_payment__token" |
valid | true |
value | "799.YhfT4TU2IfTASYgGgn4r0smoKgOBP8BofC1YQ6VQK24.NSbqh0FnFLmTFs508xdjsIvYfVXnDLMASXISNPIhTiQLIZmiUlJxjYcW0Q" |
set_shipment
"App\Form\SetShipmentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#2134 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2217 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Component\Order\Model\Order {#2134 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2217 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | App\Component\Order\Model\Order {#2134 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2217 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
data_class | "App\Component\Order\Model\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} use: { $class: "App\Component\Order\Model\Order" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2194 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2199 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cart/setShipment" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "set_shipment" "_set_shipment" ] |
cache_key | "_set_shipment_set_shipment" |
compound | true |
data | App\Component\Order\Model\Order {#2134 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2217 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2395 -form: Symfony\Component\Form\Form {#2245 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2394 …5} |
full_name | "set_shipment" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_shipment" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "set_shipment" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_shipment" |
valid | true |
value | App\Component\Order\Model\Order {#2134 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2217 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View 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 | 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2180 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2181 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_set_shipment_id" ] |
cache_key | "_set_shipment_id_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2390 -form: Symfony\Component\Form\Form {#2261 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2391 …5} |
full_name | "set_shipment[id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_shipment_id" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "id" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_shipment_id" |
valid | true |
value | "" |
shipment
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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-5" ] |
[ "class" => "form-control-5" ] |
choice_label | Closure(ShipmentInterface $shipment) {#2184 class: "App\Form\SetShipmentType" this: App\Form\SetShipmentType {#2219 …} } |
same as passed value |
class | "App\Component\Shipment\Model\Shipment" |
same as passed value |
empty_data | null |
null
|
placeholder | "app.cart.setShipment.select" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control-5" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | Closure(ShipmentInterface $shipment) {#2184 class: "App\Form\SetShipmentType" this: App\Form\SetShipmentType {#2219 …} } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2255 -manager: Doctrine\ORM\EntityManager {#281 …11} -class: "App\Component\Shipment\Model\Shipment" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2254 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2170 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#2256 …} -choices: [ App\Component\Shipment\Model\Shipment {#2349 …} App\Component\Shipment\Model\Shipment {#2342 …} ] } |
choice_name | null |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2254 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2170 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } "getIdValue" ] |
choices | null |
class | "App\Component\Shipment\Model\Shipment" |
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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#281 …11} |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2254 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2170 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "app.cart.setShipment.select" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2172 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2173 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control-5" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_set_shipment_shipment" ] |
cache_key | "_set_shipment_shipment_entity" |
choice_translation_domain | false |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +label: "Retrait en magasin (0 €)" +value: "995192a9-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Shipment\Model\Shipment {#2349 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "Livraison à domicile (3.5 €)" +value: "99519fd5-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Shipment\Model\Shipment {#2342 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2389 -form: Symfony\Component\Form\Form {#2264 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2388 …5} |
full_name | "set_shipment[shipment]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_shipment_shipment" |
is_selected | Closure($choice, $value) {#2345 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2113 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "shipment" |
placeholder | "app.cart.setShipment.select" |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_shipment_shipment" |
valid | true |
value | "" |
submit
"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 |
---|---|---|
label | "app.cart.setShipment.button" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "app.cart.setShipment.button" |
label_format | null |
label_translation_parameters | [] |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_set_shipment_submit" ] |
cache_key | "_set_shipment_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2382 …5} |
full_name | "set_shipment[submit]" |
id | "set_shipment_submit" |
label | "app.cart.setShipment.button" |
label_format | null |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_set_shipment_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "442882a1cae9cdf4916a5c95c7f4f630.n8RGslOgiKNg91U1ZR-Mr0al1bllbDVg6r_nkvx7xKk.xosK1BXT7NZSjxNWHVj-63fxl9ZULX80iO-Jy5Qdvuv2vgjLOvDK4QivOg" |
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 | "442882a1cae9cdf4916a5c95c7f4f630.n8RGslOgiKNg91U1ZR-Mr0al1bllbDVg6r_nkvx7xKk.xosK1BXT7NZSjxNWHVj-63fxl9ZULX80iO-Jy5Qdvuv2vgjLOvDK4QivOg" |
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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | "442882a1cae9cdf4916a5c95c7f4f630.n8RGslOgiKNg91U1ZR-Mr0al1bllbDVg6r_nkvx7xKk.xosK1BXT7NZSjxNWHVj-63fxl9ZULX80iO-Jy5Qdvuv2vgjLOvDK4QivOg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2393 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2387 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_set_shipment__token" ] |
cache_key | "_set_shipment__token_hidden" |
compound | false |
data | "442882a1cae9cdf4916a5c95c7f4f630.n8RGslOgiKNg91U1ZR-Mr0al1bllbDVg6r_nkvx7xKk.xosK1BXT7NZSjxNWHVj-63fxl9ZULX80iO-Jy5Qdvuv2vgjLOvDK4QivOg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2450 -form: Symfony\Component\Form\Form {#2336 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2385 …5} |
full_name | "set_shipment[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_shipment__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_shipment__token" |
valid | true |
value | "442882a1cae9cdf4916a5c95c7f4f630.n8RGslOgiKNg91U1ZR-Mr0al1bllbDVg6r_nkvx7xKk.xosK1BXT7NZSjxNWHVj-63fxl9ZULX80iO-Jy5Qdvuv2vgjLOvDK4QivOg" |
set_discount
"App\Form\SetDiscountType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#2191 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2246 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Component\Order\Model\Order {#2191 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2246 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | App\Component\Order\Model\Order {#2191 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2246 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
data_class | "App\Component\Order\Model\Order" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2274 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} use: { $class: "App\Component\Order\Model\Order" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2280 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2275 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cart/setDiscount" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "set_discount" "_set_discount" ] |
cache_key | "_set_discount_set_discount" |
compound | true |
data | App\Component\Order\Model\Order {#2191 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2246 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2451 -form: Symfony\Component\Form\Form {#2313 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2452 …5} |
full_name | "set_discount" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_discount" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "set_discount" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_discount" |
valid | true |
value | App\Component\Order\Model\Order {#2191 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#2246 …} -payment: null -cart_cat: null -status: 0 -shipment: null -user: 0 -discount: null -itemsTotal: 0 -itemsPriceTotal: 0 -priceTotal: 0 #createdAt: null #updatedAt: null } |
id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View 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 | 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2291 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2293 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2292 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_set_discount_id" ] |
cache_key | "_set_discount_id_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2456 -form: Symfony\Component\Form\Form {#2316 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2455 …5} |
full_name | "set_discount[id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_discount_id" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "id" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_discount_id" |
valid | true |
value | "" |
discountCode
"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 | "app.cart.setDiscount.placeholder" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2303 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.cart.setDiscount.placeholder" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2301 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2302 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_set_discount_discountCode" ] |
cache_key | "_set_discount_discountCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2457 -form: Symfony\Component\Form\Form {#2319 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2458 …5} |
full_name | "set_discount[discountCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_discount_discountCode" |
label | "app.cart.setDiscount.placeholder" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "discountCode" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_discount_discountCode" |
valid | true |
value | "" |
submit
"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" => "btn-primary btn" ] |
[ "class" => "btn-primary btn" ] |
label | "app.cart.setDiscount.button" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn-primary btn" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "app.cart.setDiscount.button" |
label_format | null |
label_translation_parameters | [] |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn-primary btn" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_set_discount_submit" ] |
cache_key | "_set_discount_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2460 …5} |
full_name | "set_discount[submit]" |
id | "set_discount_submit" |
label | "app.cart.setDiscount.button" |
label_format | null |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_set_discount_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ba62b8188d6ea6c7d0e9645559d7.-_vymQsaMlR2A8swr15iQUBlhp6KXegmZcO-_U-t5dw.s46U92pCCyc8RZ9W5A4KMhdVstC6Gr9TJJXJlyWVkJuwzcOgPE8AN1tLmg" |
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 | "ba62b8188d6ea6c7d0e9645559d7.-_vymQsaMlR2A8swr15iQUBlhp6KXegmZcO-_U-t5dw.s46U92pCCyc8RZ9W5A4KMhdVstC6Gr9TJJXJlyWVkJuwzcOgPE8AN1tLmg" |
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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | "ba62b8188d6ea6c7d0e9645559d7.-_vymQsaMlR2A8swr15iQUBlhp6KXegmZcO-_U-t5dw.s46U92pCCyc8RZ9W5A4KMhdVstC6Gr9TJJXJlyWVkJuwzcOgPE8AN1tLmg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2453 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2459 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_set_discount__token" ] |
cache_key | "_set_discount__token_hidden" |
compound | false |
data | "ba62b8188d6ea6c7d0e9645559d7.-_vymQsaMlR2A8swr15iQUBlhp6KXegmZcO-_U-t5dw.s46U92pCCyc8RZ9W5A4KMhdVstC6Gr9TJJXJlyWVkJuwzcOgPE8AN1tLmg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2471 -form: Symfony\Component\Form\Form {#2467 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2462 …5} |
full_name | "set_discount[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "set_discount__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_set_discount__token" |
valid | true |
value | "ba62b8188d6ea6c7d0e9645559d7.-_vymQsaMlR2A8swr15iQUBlhp6KXegmZcO-_U-t5dw.s46U92pCCyc8RZ9W5A4KMhdVstC6Gr9TJJXJlyWVkJuwzcOgPE8AN1tLmg" |
add_product
"App\Form\AddProductType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Product\Model\Product {#900 -id: "1f968c72-eb78-11ec-8a72-ca02b436025f" -cart_cat: 1 -status: null -type: 15 -type1: 7 -user_id: 127 -name: "Kinder Joy" -name_en: null -created_at: null -image: "172fb4a1fd70492e5386a2f4bdc062b6.jpeg" -price: 0.76 -price_old: null -content_en: null -content: "Kinder Joy" -orderItem: Doctrine\ORM\PersistentCollection {#901 …} #createdAt: DateTime @1655166170 {#899 date: 2022-06-14 02:22:50.0 Europe/Berlin (+02:00) } #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Component\Product\Model\Product {#900 -id: "1f968c72-eb78-11ec-8a72-ca02b436025f" -cart_cat: 1 -status: null -type: 15 -type1: 7 -user_id: 127 -name: "Kinder Joy" -name_en: null -created_at: null -image: "172fb4a1fd70492e5386a2f4bdc062b6.jpeg" -price: 0.76 -price_old: null -content_en: null -content: "Kinder Joy" -orderItem: Doctrine\ORM\PersistentCollection {#901 …} #createdAt: DateTime @1655166170 {#899 date: 2022-06-14 02:22:50.0 Europe/Berlin (+02:00) } #updatedAt: 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | App\Component\Product\Model\Product {#900 -id: "1f968c72-eb78-11ec-8a72-ca02b436025f" -cart_cat: 1 -status: null -type: 15 -type1: 7 -user_id: 127 -name: "Kinder Joy" -name_en: null -created_at: null -image: "172fb4a1fd70492e5386a2f4bdc062b6.jpeg" -price: 0.76 -price_old: null -content_en: null -content: "Kinder Joy" -orderItem: Doctrine\ORM\PersistentCollection {#901 …} #createdAt: DateTime @1655166170 {#899 date: 2022-06-14 02:22:50.0 Europe/Berlin (+02:00) } #updatedAt: null } |
data_class | "App\Component\Product\Model\Product" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2659 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} use: { $class: "App\Component\Product\Model\Product" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2661 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2660 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cart/addProduct/1f968c72-eb78-11ec-8a72-ca02b436025f" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "add_product" "_add_product" ] |
cache_key | "_add_product_add_product" |
compound | true |
data | App\Component\Product\Model\Product {#900 -id: "1f968c72-eb78-11ec-8a72-ca02b436025f" -cart_cat: 1 -status: null -type: 15 -type1: 7 -user_id: 127 -name: "Kinder Joy" -name_en: null -created_at: null -image: "172fb4a1fd70492e5386a2f4bdc062b6.jpeg" -price: 0.76 -price_old: null -content_en: null -content: "Kinder Joy" -orderItem: Doctrine\ORM\PersistentCollection {#901 …} #createdAt: DateTime @1655166170 {#899 date: 2022-06-14 02:22:50.0 Europe/Berlin (+02:00) } #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2678 -form: Symfony\Component\Form\Form {#2679 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2662 …5} |
full_name | "add_product" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_product" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "add_product" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_product" |
valid | true |
value | App\Component\Product\Model\Product {#900 -id: "1f968c72-eb78-11ec-8a72-ca02b436025f" -cart_cat: 1 -status: null -type: 15 -type1: 7 -user_id: 127 -name: "Kinder Joy" -name_en: null -created_at: null -image: "172fb4a1fd70492e5386a2f4bdc062b6.jpeg" -price: 0.76 -price_old: null -content_en: null -content: "Kinder Joy" -orderItem: Doctrine\ORM\PersistentCollection {#901 …} #createdAt: DateTime @1655166170 {#899 date: 2022-06-14 02:22:50.0 Europe/Berlin (+02:00) } #updatedAt: null } |
id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1f968c72-eb78-11ec-8a72-ca02b436025f" |
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 | 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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2670 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2672 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2671 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_add_product_id" ] |
cache_key | "_add_product_id_hidden" |
compound | false |
data | "1f968c72-eb78-11ec-8a72-ca02b436025f" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2691 -form: Symfony\Component\Form\Form {#2682 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2690 …5} |
full_name | "add_product[id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_product_id" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "id" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_product_id" |
valid | true |
value | "1f968c72-eb78-11ec-8a72-ca02b436025f" |
submit
"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 | [ "icon" => "fa fa-shopping-cart" ] |
[ "icon" => "fa fa-shopping-cart" ] |
label | "app.cart.addItem.button" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "icon" => "fa fa-shopping-cart" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "app.cart.addItem.button" |
label_format | null |
label_translation_parameters | [] |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "icon" => "fa fa-shopping-cart" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_add_product_submit" ] |
cache_key | "_add_product_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2693 …5} |
full_name | "add_product[submit]" |
id | "add_product_submit" |
label | "app.cart.addItem.button" |
label_format | null |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_add_product_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "14ca111b16f95cc5dd4.0pbBm9ZdJHLFsqz_vBIepMWw3NFmtfJFsScnXfaF33s.qqSz_pEFXAKM5siQ-mhQ75LchI4T179y5nF4E6_1iTixrrf15zNtA6OGnA" |
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 | "14ca111b16f95cc5dd4.0pbBm9ZdJHLFsqz_vBIepMWw3NFmtfJFsScnXfaF33s.qqSz_pEFXAKM5siQ-mhQ75LchI4T179y5nF4E6_1iTixrrf15zNtA6OGnA" |
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 {#397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#111 …} -namespace: Closure() {#400 …} } |
data | "14ca111b16f95cc5dd4.0pbBm9ZdJHLFsqz_vBIepMWw3NFmtfJFsScnXfaF33s.qqSz_pEFXAKM5siQ-mhQ75LchI4T179y5nF4E6_1iTixrrf15zNtA6OGnA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2673 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2004 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2695 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2034 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#2692 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_add_product__token" ] |
cache_key | "_add_product__token_hidden" |
compound | false |
data | "14ca111b16f95cc5dd4.0pbBm9ZdJHLFsqz_vBIepMWw3NFmtfJFsScnXfaF33s.qqSz_pEFXAKM5siQ-mhQ75LchI4T179y5nF4E6_1iTixrrf15zNtA6OGnA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2707 -form: Symfony\Component\Form\Form {#2703 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2698 …5} |
full_name | "add_product[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "add_product__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_add_product__token" |
valid | true |
value | "14ca111b16f95cc5dd4.0pbBm9ZdJHLFsqz_vBIepMWw3NFmtfJFsScnXfaF33s.qqSz_pEFXAKM5siQ-mhQ75LchI4T179y5nF4E6_1iTixrrf15zNtA6OGnA" |