- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 82
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- 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
-
clear_cart
"App\Form\ClearCartType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#79 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#826 …} -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 {#79 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#826 …} -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 {#79 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#826 …} -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) {#905 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} 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() {#903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#904 …} } } |
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 {#79 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#826 …} -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 {#1169 -form: Symfony\Component\Form\Form {#876 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1112 …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 {#79 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#826 …} -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) {#899 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#919 …} } } |
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 {#1174 -form: Symfony\Component\Form\Form {#960 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1175 …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 {#1172 …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 | "4af48659f59058.LaQI0HFiWYbGSs2wSDCCiaSL6B9exXg74LqDIvqn_8U.YeE-vgQBHr6ReYH2HwLt-Mj6h04JtRBOlcPkE67Eial381iUISF0yKkQiA" |
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 | "4af48659f59058.LaQI0HFiWYbGSs2wSDCCiaSL6B9exXg74LqDIvqn_8U.YeE-vgQBHr6ReYH2HwLt-Mj6h04JtRBOlcPkE67Eial381iUISF0yKkQiA" |
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 | "4af48659f59058.LaQI0HFiWYbGSs2wSDCCiaSL6B9exXg74LqDIvqn_8U.YeE-vgQBHr6ReYH2HwLt-Mj6h04JtRBOlcPkE67Eial381iUISF0yKkQiA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#1173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1171 …} } } |
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 | "4af48659f59058.LaQI0HFiWYbGSs2wSDCCiaSL6B9exXg74LqDIvqn_8U.YeE-vgQBHr6ReYH2HwLt-Mj6h04JtRBOlcPkE67Eial381iUISF0yKkQiA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1154 -form: Symfony\Component\Form\Form {#1165 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1178 …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 | "4af48659f59058.LaQI0HFiWYbGSs2wSDCCiaSL6B9exXg74LqDIvqn_8U.YeE-vgQBHr6ReYH2HwLt-Mj6h04JtRBOlcPkE67Eial381iUISF0yKkQiA" |
set_payment
"App\Form\SetPaymentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#902 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#866 …} -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 {#902 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#866 …} -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 {#902 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#866 …} -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) {#946 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} 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() {#964 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#932 …} } } |
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 {#902 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#866 …} -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 {#1170 -form: Symfony\Component\Form\Form {#1013 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1177 …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 {#902 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#866 …} -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) {#925 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#927 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#929 …} } } |
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 {#1182 -form: Symfony\Component\Form\Form {#1016 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1181 …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) {#930 class: "App\Form\SetPaymentType" this: App\Form\SetPaymentType {#900 …} } |
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) {#930 class: "App\Form\SetPaymentType" this: App\Form\SetPaymentType {#900 …} } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1002 -manager: Doctrine\ORM\EntityManager {#281 …11} -class: "App\Component\Payment\Model\Payment" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1003 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#984 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#1001 …} -choices: [ App\Component\Payment\Model\Payment {#1195 …} App\Component\Payment\Model\Payment {#1203 …} App\Component\Payment\Model\Payment {#1205 …} App\Component\Payment\Model\Payment {#1207 …} App\Component\Payment\Model\Payment {#1209 …} App\Component\Payment\Model\Payment {#1211 …} ] } |
choice_name | null |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1003 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#984 …} -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 {#1003 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#984 …} -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() {#982 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#980 …} } } |
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 {#1212 +label: "Bank Transfert (0 €)" +value: "9950aedd-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1195 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +label: "Sofort online (5 €)" +value: "9950b72f-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1203 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +label: "Paypal (1.23 €)" +value: "9950bf07-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1205 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1251 +label: "Contact bancaire (0 €)" +value: "e03ac780-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1207 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1250 +label: "visa card (5 €)" +value: "e03ad3f4-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1209 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1249 +label: "Pay Yeyeto (0 €)" +value: "e03adbda-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1211 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1183 -form: Symfony\Component\Form\Form {#1018 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1184 …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) {#1246 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#942 …} } |
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 {#1245 …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 | "c7296f279181c090.L813dfZRvaJKTUSg33GoWmOEWL6vM_lWjZs7NkELcQo.H6JHR7wI9_MNfXzTmTzAbQT-G-vcBLQ13vhDbhJjRWxDriAEmSf_6wt_dA" |
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 | "c7296f279181c090.L813dfZRvaJKTUSg33GoWmOEWL6vM_lWjZs7NkELcQo.H6JHR7wI9_MNfXzTmTzAbQT-G-vcBLQ13vhDbhJjRWxDriAEmSf_6wt_dA" |
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 | "c7296f279181c090.L813dfZRvaJKTUSg33GoWmOEWL6vM_lWjZs7NkELcQo.H6JHR7wI9_MNfXzTmTzAbQT-G-vcBLQ13vhDbhJjRWxDriAEmSf_6wt_dA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1179 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#1244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1247 …} } } |
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 | "c7296f279181c090.L813dfZRvaJKTUSg33GoWmOEWL6vM_lWjZs7NkELcQo.H6JHR7wI9_MNfXzTmTzAbQT-G-vcBLQ13vhDbhJjRWxDriAEmSf_6wt_dA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1230 -form: Symfony\Component\Form\Form {#1239 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1241 …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 | "c7296f279181c090.L813dfZRvaJKTUSg33GoWmOEWL6vM_lWjZs7NkELcQo.H6JHR7wI9_MNfXzTmTzAbQT-G-vcBLQ13vhDbhJjRWxDriAEmSf_6wt_dA" |
set_shipment
"App\Form\SetShipmentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#963 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1011 …} -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 {#963 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1011 …} -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 {#963 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1011 …} -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) {#1028 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} 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() {#1034 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1029 …} } } |
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 {#963 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1011 …} -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 {#1228 -form: Symfony\Component\Form\Form {#1074 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1227 …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 {#963 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1011 …} -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) {#1046 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#1048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1047 …} } } |
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 {#1223 -form: Symfony\Component\Form\Form {#1090 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1224 …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) {#1044 class: "App\Form\SetShipmentType" this: App\Form\SetShipmentType {#1009 …} } |
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) {#1044 class: "App\Form\SetShipmentType" this: App\Form\SetShipmentType {#1009 …} } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1084 -manager: Doctrine\ORM\EntityManager {#281 …11} -class: "App\Component\Shipment\Model\Shipment" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1083 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1058 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#1085 …} -choices: [ App\Component\Shipment\Model\Shipment {#1200 …} App\Component\Shipment\Model\Shipment {#1254 …} ] } |
choice_name | null |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1083 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1058 …} -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 {#1083 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1058 …} -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() {#1056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1055 …} } } |
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 {#1219 +label: "Retrait en magasin (0 €)" +value: "995192a9-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Shipment\Model\Shipment {#1200 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1214 +label: "Livraison à domicile (3.5 €)" +value: "99519fd5-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Shipment\Model\Shipment {#1254 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1222 -form: Symfony\Component\Form\Form {#1093 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1221 …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) {#1193 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#942 …} } |
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 {#1215 …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 | "6ac957a85ede809b5e4b5.lGn85MT39BcxhqJwFDMGTYLYo-2zGgljDPuZpdOmJgo.ohqqiL66rnZWyNA9fFFZKMSe87X_bWFUX6mv35jSVl7iDLauqbaMeH314w" |
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 | "6ac957a85ede809b5e4b5.lGn85MT39BcxhqJwFDMGTYLYo-2zGgljDPuZpdOmJgo.ohqqiL66rnZWyNA9fFFZKMSe87X_bWFUX6mv35jSVl7iDLauqbaMeH314w" |
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 | "6ac957a85ede809b5e4b5.lGn85MT39BcxhqJwFDMGTYLYo-2zGgljDPuZpdOmJgo.ohqqiL66rnZWyNA9fFFZKMSe87X_bWFUX6mv35jSVl7iDLauqbaMeH314w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1226 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#1192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1220 …} } } |
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 | "6ac957a85ede809b5e4b5.lGn85MT39BcxhqJwFDMGTYLYo-2zGgljDPuZpdOmJgo.ohqqiL66rnZWyNA9fFFZKMSe87X_bWFUX6mv35jSVl7iDLauqbaMeH314w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1262 -form: Symfony\Component\Form\Form {#1258 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1218 …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 | "6ac957a85ede809b5e4b5.lGn85MT39BcxhqJwFDMGTYLYo-2zGgljDPuZpdOmJgo.ohqqiL66rnZWyNA9fFFZKMSe87X_bWFUX6mv35jSVl7iDLauqbaMeH314w" |
set_discount
"App\Form\SetDiscountType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#1037 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1075 …} -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 {#1037 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1075 …} -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 {#1037 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1075 …} -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) {#1103 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} 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() {#1109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1104 …} } } |
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 {#1037 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1075 …} -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 {#1264 -form: Symfony\Component\Form\Form {#1142 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1265 …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 {#1037 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#1075 …} -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) {#1120 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#1122 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1121 …} } } |
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 {#1269 -form: Symfony\Component\Form\Form {#1145 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1268 …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) {#1132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#1130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1131 …} } } |
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 {#1270 -form: Symfony\Component\Form\Form {#1148 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1271 …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 {#1273 …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 | "d4ebf42cc94c1b.jUuko8YxV63Uz5_HmB-Kz0rrmtd98Io3R5Min3FRGVM.2CHh7YwJPcvng9CJ6VP5viGnq5BIn-B_A_Fy10kmdiniecfCtQkn8oP21g" |
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 | "d4ebf42cc94c1b.jUuko8YxV63Uz5_HmB-Kz0rrmtd98Io3R5Min3FRGVM.2CHh7YwJPcvng9CJ6VP5viGnq5BIn-B_A_Fy10kmdiniecfCtQkn8oP21g" |
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 | "d4ebf42cc94c1b.jUuko8YxV63Uz5_HmB-Kz0rrmtd98Io3R5Min3FRGVM.2CHh7YwJPcvng9CJ6VP5viGnq5BIn-B_A_Fy10kmdiniecfCtQkn8oP21g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1266 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#585 …} } |
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() {#1274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#863 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1272 …} } } |
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 | "d4ebf42cc94c1b.jUuko8YxV63Uz5_HmB-Kz0rrmtd98Io3R5Min3FRGVM.2CHh7YwJPcvng9CJ6VP5viGnq5BIn-B_A_Fy10kmdiniecfCtQkn8oP21g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1284 -form: Symfony\Component\Form\Form {#1280 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1275 …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 | "d4ebf42cc94c1b.jUuko8YxV63Uz5_HmB-Kz0rrmtd98Io3R5Min3FRGVM.2CHh7YwJPcvng9CJ6VP5viGnq5BIn-B_A_Fy10kmdiniecfCtQkn8oP21g" |