- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 83
- 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 {#680 …} -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 {#680 …} -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 {#680 …} -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) {#619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} 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() {#621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#620 …} } } |
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 {#680 …} -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 {#980 -form: Symfony\Component\Form\Form {#647 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#922 …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 {#680 …} -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) {#625 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#602 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#605 …} } } |
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 {#939 -form: Symfony\Component\Form\Form {#564 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#951 …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 {#969 …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 | "cdb6421a6e0ba2a735aa991d82.GTh-q-xztXIOWc5UFku73UYxSUEYgGrOJ7v668X7tBY.blQnwpoc_R9cYaE7bBvD7hwADiMpz1yJav6ciI3M7Ul8ABzPryXFHVkG-g" |
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 | "cdb6421a6e0ba2a735aa991d82.GTh-q-xztXIOWc5UFku73UYxSUEYgGrOJ7v668X7tBY.blQnwpoc_R9cYaE7bBvD7hwADiMpz1yJav6ciI3M7Ul8ABzPryXFHVkG-g" |
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 | "cdb6421a6e0ba2a735aa991d82.GTh-q-xztXIOWc5UFku73UYxSUEYgGrOJ7v668X7tBY.blQnwpoc_R9cYaE7bBvD7hwADiMpz1yJav6ciI3M7Ul8ABzPryXFHVkG-g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#999 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#998 …} } } |
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 | "cdb6421a6e0ba2a735aa991d82.GTh-q-xztXIOWc5UFku73UYxSUEYgGrOJ7v668X7tBY.blQnwpoc_R9cYaE7bBvD7hwADiMpz1yJav6ciI3M7Ul8ABzPryXFHVkG-g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#996 -form: Symfony\Component\Form\Form {#985 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#977 …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 | "cdb6421a6e0ba2a735aa991d82.GTh-q-xztXIOWc5UFku73UYxSUEYgGrOJ7v668X7tBY.blQnwpoc_R9cYaE7bBvD7hwADiMpz1yJav6ciI3M7Ul8ABzPryXFHVkG-g" |
set_payment
"App\Form\SetPaymentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#622 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#657 …} -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 {#622 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#657 …} -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 {#622 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#657 …} -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) {#578 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} 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() {#536 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#592 …} } } |
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 {#622 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#657 …} -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 {#984 -form: Symfony\Component\Form\Form {#854 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#968 …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 {#622 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#657 …} -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) {#599 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#595 …} } } |
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 {#964 -form: Symfony\Component\Form\Form {#851 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#983 …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) {#594 class: "App\Form\SetPaymentType" this: App\Form\SetPaymentType {#624 …} } |
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) {#594 class: "App\Form\SetPaymentType" this: App\Form\SetPaymentType {#624 …} } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#863 -manager: Doctrine\ORM\EntityManager {#281 …11} -class: "App\Component\Payment\Model\Payment" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#864 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#794 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#861 …} -choices: [ App\Component\Payment\Model\Payment {#1085 …} App\Component\Payment\Model\Payment {#1031 …} App\Component\Payment\Model\Payment {#1019 …} App\Component\Payment\Model\Payment {#1017 …} App\Component\Payment\Model\Payment {#1030 …} App\Component\Payment\Model\Payment {#1028 …} ] } |
choice_name | null |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#864 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#794 …} -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 {#864 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#794 …} -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() {#792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#790 …} } } |
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 {#990 +label: "Bank Transfert (0 €)" +value: "9950aedd-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1085 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1027 +label: "Sofort online (5 €)" +value: "9950b72f-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1031 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1035 +label: "Paypal (1.23 €)" +value: "9950bf07-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1019 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1084 +label: "Contact bancaire (0 €)" +value: "e03ac780-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1017 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1092 +label: "visa card (5 €)" +value: "e03ad3f4-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1030 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1120 +label: "Pay Yeyeto (0 €)" +value: "e03adbda-ccfe-11ea-8f26-1063c84cee2c" +data: App\Component\Payment\Model\Payment {#1028 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#966 -form: Symfony\Component\Form\Form {#849 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#967 …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) {#1109 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#582 …} } |
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 {#1100 …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 | "9f8aa0419c1ba766bcaa3629.1yXKDK_BSHFoQRZ3agvpE3pucpP468rvoHTu5evV2HU.pXG-e-z5fBIeF2UtAGOORxtWPcGdmLun5BCNvLuEiBmHTPo65bsuCVoVWw" |
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 | "9f8aa0419c1ba766bcaa3629.1yXKDK_BSHFoQRZ3agvpE3pucpP468rvoHTu5evV2HU.pXG-e-z5fBIeF2UtAGOORxtWPcGdmLun5BCNvLuEiBmHTPo65bsuCVoVWw" |
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 | "9f8aa0419c1ba766bcaa3629.1yXKDK_BSHFoQRZ3agvpE3pucpP468rvoHTu5evV2HU.pXG-e-z5fBIeF2UtAGOORxtWPcGdmLun5BCNvLuEiBmHTPo65bsuCVoVWw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#978 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#1026 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1007 …} } } |
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 | "9f8aa0419c1ba766bcaa3629.1yXKDK_BSHFoQRZ3agvpE3pucpP468rvoHTu5evV2HU.pXG-e-z5fBIeF2UtAGOORxtWPcGdmLun5BCNvLuEiBmHTPo65bsuCVoVWw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1012 -form: Symfony\Component\Form\Form {#1095 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1025 …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 | "9f8aa0419c1ba766bcaa3629.1yXKDK_BSHFoQRZ3agvpE3pucpP468rvoHTu5evV2HU.pXG-e-z5fBIeF2UtAGOORxtWPcGdmLun5BCNvLuEiBmHTPo65bsuCVoVWw" |
set_shipment
"App\Form\SetShipmentType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#560 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#856 …} -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 {#560 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#856 …} -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 {#560 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#856 …} -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) {#839 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} 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() {#833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#838 …} } } |
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 {#560 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#856 …} -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 {#1015 -form: Symfony\Component\Form\Form {#884 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1014 …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 {#560 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#856 …} -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) {#821 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#819 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#820 …} } } |
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 {#1117 -form: Symfony\Component\Form\Form {#900 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1093 …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) {#823 class: "App\Form\SetShipmentType" this: App\Form\SetShipmentType {#858 …} } |
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) {#823 class: "App\Form\SetShipmentType" this: App\Form\SetShipmentType {#858 …} } |
choice_loader | Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#894 -manager: Doctrine\ORM\EntityManager {#281 …11} -class: "App\Component\Shipment\Model\Shipment" -idReader: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#893 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#809 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } -objectLoader: Symfony\Bridge\Doctrine\Form\ChoiceList\ORMQueryBuilderLoader {#895 …} -choices: [ App\Component\Shipment\Model\Shipment {#1106 …} App\Component\Shipment\Model\Shipment {#1086 …} ] } |
choice_name | null |
choice_translation_domain | false |
choice_value | [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#893 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#809 …} -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 {#893 -om: Doctrine\ORM\EntityManager {#281 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#809 …} -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() {#811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#812 …} } } |
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 {#1113 +label: "Retrait en magasin (0 €)" +value: "995192a9-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Shipment\Model\Shipment {#1106 …} +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1102 +label: "Livraison à domicile (3.5 €)" +value: "99519fd5-cd94-11ea-8f26-1063c84cee2c" +data: App\Component\Shipment\Model\Shipment {#1086 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1116 -form: Symfony\Component\Form\Form {#903 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1115 …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) {#1088 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#582 …} } |
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 {#1101 …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 | "faca7.ZLfSc_UvBzEVAYYKDOB1BRHto1g9MhkknNs3c-lxgCg.IOKFJ6NIcGhGSOJwOJYyWmil2gpUXFxA5oFjRKUZsngXj-chj2RxUF5Ktg" |
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 | "faca7.ZLfSc_UvBzEVAYYKDOB1BRHto1g9MhkknNs3c-lxgCg.IOKFJ6NIcGhGSOJwOJYyWmil2gpUXFxA5oFjRKUZsngXj-chj2RxUF5Ktg" |
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 | "faca7.ZLfSc_UvBzEVAYYKDOB1BRHto1g9MhkknNs3c-lxgCg.IOKFJ6NIcGhGSOJwOJYyWmil2gpUXFxA5oFjRKUZsngXj-chj2RxUF5Ktg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1096 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#1105 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1114 …} } } |
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 | "faca7.ZLfSc_UvBzEVAYYKDOB1BRHto1g9MhkknNs3c-lxgCg.IOKFJ6NIcGhGSOJwOJYyWmil2gpUXFxA5oFjRKUZsngXj-chj2RxUF5Ktg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1053 -form: Symfony\Component\Form\Form {#1057 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1112 …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 | "faca7.ZLfSc_UvBzEVAYYKDOB1BRHto1g9MhkknNs3c-lxgCg.IOKFJ6NIcGhGSOJwOJYyWmil2gpUXFxA5oFjRKUZsngXj-chj2RxUF5Ktg" |
set_discount
"App\Form\SetDiscountType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Component\Order\Model\Order {#830 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#885 …} -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 {#830 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#885 …} -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 {#830 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#885 …} -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) {#913 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} 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() {#919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#914 …} } } |
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 {#830 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#885 …} -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 {#1051 -form: Symfony\Component\Form\Form {#952 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1050 …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 {#830 -id: null -items: Doctrine\Common\Collections\ArrayCollection {#885 …} -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) {#930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#931 …} } } |
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 {#1046 -form: Symfony\Component\Form\Form {#955 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1047 …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) {#942 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#941 …} } } |
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 {#1045 -form: Symfony\Component\Form\Form {#958 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1044 …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 {#1042 …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 | "429b638cd575d624283.Em7gaaw8W6uJu4NcPHPG7JjsYKfq411QeW8DbckVLV0.ZQyUDuJwGe3L7do2TRqkjvfYE5eAgBMIABkwW41DYQ97PdBb1XBr4d3I1g" |
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 | "429b638cd575d624283.Em7gaaw8W6uJu4NcPHPG7JjsYKfq411QeW8DbckVLV0.ZQyUDuJwGe3L7do2TRqkjvfYE5eAgBMIABkwW41DYQ97PdBb1XBr4d3I1g" |
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 | "429b638cd575d624283.Em7gaaw8W6uJu4NcPHPG7JjsYKfq411QeW8DbckVLV0.ZQyUDuJwGe3L7do2TRqkjvfYE5eAgBMIABkwW41DYQ97PdBb1XBr4d3I1g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1049 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#1041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#660 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#371 …} $translationDomain: "validators" $message: Closure() {#1043 …} } } |
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 | "429b638cd575d624283.Em7gaaw8W6uJu4NcPHPG7JjsYKfq411QeW8DbckVLV0.ZQyUDuJwGe3L7do2TRqkjvfYE5eAgBMIABkwW41DYQ97PdBb1XBr4d3I1g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1000 -form: Symfony\Component\Form\Form {#1034 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1040 …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 | "429b638cd575d624283.Em7gaaw8W6uJu4NcPHPG7JjsYKfq411QeW8DbckVLV0.ZQyUDuJwGe3L7do2TRqkjvfYE5eAgBMIABkwW41DYQ97PdBb1XBr4d3I1g" |