Forms
-
payment_option
-
name
-
description
-
isActive
-
PaymentOptionItem
-
0
-
name
-
icon
-
price
-
value
-
-
1
-
name
-
icon
-
price
-
value
-
-
2
-
name
-
icon
-
price
-
value
-
-
-
_token
-
payment_option
"App\Form\PaymentOptionType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data | App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } |
data_class | "App\Entity\PaymentOption" |
disabled | false |
empty_data | Closure(FormInterface $form) {#936 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\PaymentOption" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#934 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#935 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "payment_option" "_payment_option" ] |
cache_key | "_payment_option_payment_option" |
compound | true |
data | App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1072 -errors: [] -form: Symfony\Component\Form\Form {#983 …} } |
form | Symfony\Component\Form\FormView {#933 …5} |
full_name | "payment_option" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "payment_option" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option" |
valid | true |
value | App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Bank Transfer" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Ex: Paiement en 3 fois" ] |
[ "placeholder" => "Ex: Paiement en 3 fois" ] |
label | "Nom de l'option de paiement" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Ex: Paiement en 3 fois" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#909 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom de l'option de paiement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#950 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Ex: Paiement en 3 fois" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_payment_option_name" ] |
cache_key | "_payment_option_name_text" |
compound | false |
data | "Bank Transfer" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1264 -errors: [] -form: Symfony\Component\Form\Form {#1039 …} } |
form | Symfony\Component\Form\FormView {#1314 …5} |
full_name | "payment_option[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_name" |
label | "Nom de l'option de paiement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_name" |
valid | true |
value | "Bank Transfer" |
description
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Pay via bank transfer." |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "rows" => 3 "placeholder" => "Description de cette option de paiement" ] |
[ "rows" => 3 "placeholder" => "Description de cette option de paiement" ] |
label | "Description" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => 3 "placeholder" => "Description de cette option de paiement" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#905 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Description" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#906 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => 3 "placeholder" => "Description de cette option de paiement" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_payment_option_description" ] |
cache_key | "_payment_option_description_textarea" |
compound | false |
data | "Pay via bank transfer." |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1272 -errors: [] -form: Symfony\Component\Form\Form {#1062 …} } |
form | Symfony\Component\Form\FormView {#1282 …5} |
full_name | "payment_option[description]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_description" |
label | "Description" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "description" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_description" |
valid | true |
value | "Pay via bank transfer." |
isActive
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Actif ?" |
same as passed value |
required | false |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#929 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#928 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Actif ?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#951 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#953 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_payment_option_isActive" ] |
cache_key | "_payment_option_isActive_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1292 -errors: [] -form: Symfony\Component\Form\Form {#1056 …} } |
form | Symfony\Component\Form\FormView {#1194 …5} |
full_name | "payment_option[isActive]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_isActive" |
label | "Actif ?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "isActive" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_isActive" |
valid | true |
value | "1" |
PaymentOptionItem
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\ORM\PersistentCollection {#1097 #collection: Doctrine\Common\Collections\ArrayCollection {#1099 …} #initialized: true -snapshot: [] -owner: null -association: Symfony\Component\VarDumper\Caster\CutStub {#3059 …} -backRefFieldName: "paymentOption" -isDirty: true -em: Container0p4NjNb\EntityManagerGhost614a58f {#419 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3069 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | true |
same as passed value |
allow_delete | true |
same as passed value |
attr | [ "class" => "payment-option-items-collection" ] |
[ "class" => "payment-option-items-collection" ] |
by_reference | false |
same as passed value |
entry_options | [ "label" => false ] |
[ "label" => false "block_name" => "entry" ] |
entry_type | "App\Form\PaymentOptionItemType" |
same as passed value |
label | "Éléments de l'option de paiement" |
same as passed value |
prototype | true |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "payment-option-items-collection" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#961 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
entry_options | [ "label" => false "block_name" => "entry" ] |
entry_type | "App\Form\PaymentOptionItemType" |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The collection is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_as_list | false |
label | "Éléments de l'option de paiement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
prototype_options | [] |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#966 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
attr | [ "class" => "payment-option-items-collection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection" "_payment_option_PaymentOptionItem" ] |
cache_key | "_payment_option_PaymentOptionItem_collection" |
compound | true |
data | Doctrine\ORM\PersistentCollection {#1097 #collection: Doctrine\Common\Collections\ArrayCollection {#1099 …} #initialized: true -snapshot: [] -owner: null -association: Symfony\Component\VarDumper\Caster\CutStub {#3059 …} -backRefFieldName: "paymentOption" -isDirty: true -em: Container0p4NjNb\EntityManagerGhost614a58f {#419 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3069 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#968 -errors: [] -form: Symfony\Component\Form\Form {#1064 …} } |
form | Symfony\Component\Form\FormView {#927 …5} |
full_name | "payment_option[PaymentOptionItem]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem" |
label | "Éléments de l'option de paiement" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "PaymentOptionItem" |
priority | 0 |
prototype | Symfony\Component\Form\FormView {#921 …5} |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem" |
valid | true |
value | Doctrine\ORM\PersistentCollection {#1097 #collection: Doctrine\Common\Collections\ArrayCollection {#1099 …} #initialized: true -snapshot: [] -owner: null -association: Symfony\Component\VarDumper\Caster\CutStub {#3059 …} -backRefFieldName: "paymentOption" -isDirty: true -em: Container0p4NjNb\EntityManagerGhost614a58f {#419 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3069 …} } |
0
"App\Form\PaymentOptionItemType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\PaymentOptionItem {#766 -id: 7 -name: "Option item 0 for Bank Transfer" -icon: "icon-0.png" -price: 9.78 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
same as passed value |
block_name | "entry" |
same as passed value |
label | false |
same as passed value |
property_path | "[0]" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | "entry" |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | "App\Entity\PaymentOptionItem" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1108 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\PaymentOptionItem" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "[0]" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1110 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1109 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "payment_option_item" "_payment_option_PaymentOptionItem_entry" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_payment_option_item" |
compound | true |
data | App\Entity\PaymentOptionItem {#766 -id: 7 -name: "Option item 0 for Bank Transfer" -icon: "icon-0.png" -price: 9.78 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1330 -errors: [] -form: Symfony\Component\Form\Form {#1154 …} } |
form | Symfony\Component\Form\FormView {#1332 …5} |
full_name | "payment_option[PaymentOptionItem][0]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_0" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "0" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry" |
valid | true |
value | App\Entity\PaymentOptionItem {#766 -id: 7 -name: "Option item 0 for Bank Transfer" -icon: "icon-0.png" -price: 9.78 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Option item 0 for Bank Transfer" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
[ "placeholder" => "Ex: Carte de crédit" ] |
label | "Nom" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1118 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1119 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_payment_option_PaymentOptionItem_entry_name" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_name_text" |
compound | false |
data | "Option item 0 for Bank Transfer" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1336 -errors: [] -form: Symfony\Component\Form\Form {#1157 …} } |
form | Symfony\Component\Form\FormView {#1335 …5} |
full_name | "payment_option[PaymentOptionItem][0][name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_0_name" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_name" |
valid | true |
value | "Option item 0 for Bank Transfer" |
icon
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
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 | [ "accept" => "image/*" ] |
[ "accept" => "image/*" ] |
label | "Icône (Image)" |
same as passed value |
mapped | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "accept" => "image/*" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Icône (Image)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1128 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1127 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "accept" => "image/*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_payment_option_PaymentOptionItem_entry_icon" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_icon_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1337 -errors: [] -form: Symfony\Component\Form\Form {#1160 …} } |
form | Symfony\Component\Form\FormView {#1338 …5} |
full_name | "payment_option[PaymentOptionItem][0][icon]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_0_icon" |
label | "Icône (Image)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "icon" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_icon" |
valid | true |
value | "" |
price
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 9.78 |
View Format |
"9.78"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "0.00" ] |
[ "placeholder" => "0.00" ] |
label | "frais de transfert" |
same as passed value |
required | false |
same as passed value |
scale | 2 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "0.00" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1136 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "frais de transfert" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
rounding_mode | 6 |
row_attr | [] |
scale | 2 |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1137 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "0.00" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_payment_option_PaymentOptionItem_entry_price" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_price_number" |
compound | false |
data | 9.78 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1339 -errors: [] -form: Symfony\Component\Form\Form {#1163 …} } |
form | Symfony\Component\Form\FormView {#1340 …5} |
full_name | "payment_option[PaymentOptionItem][0][price]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_0_price" |
label | "frais de transfert" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "price" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_price" |
valid | true |
value | "9.78" |
value
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "ex : 033 23 456 78" ] |
[ "placeholder" => "ex : 033 23 456 78" ] |
label | "Valeur" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "ex : 033 23 456 78" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1146 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Valeur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1148 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1147 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "ex : 033 23 456 78" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_payment_option_PaymentOptionItem_entry_value" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_value_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1341 -errors: [] -form: Symfony\Component\Form\Form {#1166 …} } |
form | Symfony\Component\Form\FormView {#1342 …5} |
full_name | "payment_option[PaymentOptionItem][0][value]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_0_value" |
label | "Valeur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "value" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_value" |
valid | true |
value | "" |
1
"App\Form\PaymentOptionItemType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\PaymentOptionItem {#768 -id: 8 -name: "Option item 1 for Bank Transfer" -icon: "icon-1.png" -price: 25.78 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
same as passed value |
block_name | "entry" |
same as passed value |
label | false |
same as passed value |
property_path | "[1]" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | "entry" |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | "App\Entity\PaymentOptionItem" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1149 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\PaymentOptionItem" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "[1]" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1139 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "payment_option_item" "_payment_option_PaymentOptionItem_entry" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_payment_option_item" |
compound | true |
data | App\Entity\PaymentOptionItem {#768 -id: 8 -name: "Option item 1 for Bank Transfer" -icon: "icon-1.png" -price: 25.78 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1333 -errors: [] -form: Symfony\Component\Form\Form {#1227 …} } |
form | Symfony\Component\Form\FormView {#1334 …5} |
full_name | "payment_option[PaymentOptionItem][1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_1" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry" |
valid | true |
value | App\Entity\PaymentOptionItem {#768 -id: 8 -name: "Option item 1 for Bank Transfer" -icon: "icon-1.png" -price: 25.78 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Option item 1 for Bank Transfer" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
[ "placeholder" => "Ex: Carte de crédit" ] |
label | "Nom" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1190 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1192 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_payment_option_PaymentOptionItem_entry_name" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_name_text" |
compound | false |
data | "Option item 1 for Bank Transfer" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1346 -errors: [] -form: Symfony\Component\Form\Form {#1230 …} } |
form | Symfony\Component\Form\FormView {#1345 …5} |
full_name | "payment_option[PaymentOptionItem][1][name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_1_name" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_name" |
valid | true |
value | "Option item 1 for Bank Transfer" |
icon
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
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 | [ "accept" => "image/*" ] |
[ "accept" => "image/*" ] |
label | "Icône (Image)" |
same as passed value |
mapped | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "accept" => "image/*" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Icône (Image)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1201 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1200 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "accept" => "image/*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_payment_option_PaymentOptionItem_entry_icon" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_icon_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1347 -errors: [] -form: Symfony\Component\Form\Form {#1233 …} } |
form | Symfony\Component\Form\FormView {#1348 …5} |
full_name | "payment_option[PaymentOptionItem][1][icon]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_1_icon" |
label | "Icône (Image)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "icon" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_icon" |
valid | true |
value | "" |
price
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 25.78 |
View Format |
"25.78"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "0.00" ] |
[ "placeholder" => "0.00" ] |
label | "frais de transfert" |
same as passed value |
required | false |
same as passed value |
scale | 2 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "0.00" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1209 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "frais de transfert" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
rounding_mode | 6 |
row_attr | [] |
scale | 2 |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1210 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "0.00" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_payment_option_PaymentOptionItem_entry_price" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_price_number" |
compound | false |
data | 25.78 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1349 -errors: [] -form: Symfony\Component\Form\Form {#1236 …} } |
form | Symfony\Component\Form\FormView {#1350 …5} |
full_name | "payment_option[PaymentOptionItem][1][price]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_1_price" |
label | "frais de transfert" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "price" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_price" |
valid | true |
value | "25.78" |
value
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "ex : 033 23 456 78" ] |
[ "placeholder" => "ex : 033 23 456 78" ] |
label | "Valeur" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "ex : 033 23 456 78" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1219 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Valeur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1221 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1220 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "ex : 033 23 456 78" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_payment_option_PaymentOptionItem_entry_value" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_value_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1351 -errors: [] -form: Symfony\Component\Form\Form {#1239 …} } |
form | Symfony\Component\Form\FormView {#1352 …5} |
full_name | "payment_option[PaymentOptionItem][1][value]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_1_value" |
label | "Valeur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "value" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_value" |
valid | true |
value | "" |
2
"App\Form\PaymentOptionItemType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\PaymentOptionItem {#769 -id: 9 -name: "Option item 2 for Bank Transfer" -icon: "icon-2.png" -price: 7.08 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
same as passed value |
block_name | "entry" |
same as passed value |
label | false |
same as passed value |
property_path | "[2]" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | "entry" |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | "App\Entity\PaymentOptionItem" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1222 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\PaymentOptionItem" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "[2]" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1212 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "payment_option_item" "_payment_option_PaymentOptionItem_entry" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_payment_option_item" |
compound | true |
data | App\Entity\PaymentOptionItem {#769 -id: 9 -name: "Option item 2 for Bank Transfer" -icon: "icon-2.png" -price: 7.08 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1344 -errors: [] -form: Symfony\Component\Form\Form {#1297 …} } |
form | Symfony\Component\Form\FormView {#1343 …5} |
full_name | "payment_option[PaymentOptionItem][2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_2" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry" |
valid | true |
value | App\Entity\PaymentOptionItem {#769 -id: 9 -name: "Option item 2 for Bank Transfer" -icon: "icon-2.png" -price: 7.08 -paymentOption: App\Entity\PaymentOption {#614 -id: 6 -name: "Bank Transfer" -description: "Pay via bank transfer." -orders: Doctrine\ORM\PersistentCollection {#654 …} -isActive: false -reference: null -PaymentOptionItem: Doctrine\ORM\PersistentCollection {#657 …} } -value: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Option item 2 for Bank Transfer" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
[ "placeholder" => "Ex: Carte de crédit" ] |
label | "Nom" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1260 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1263 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1262 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Ex: Carte de crédit" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_payment_option_PaymentOptionItem_entry_name" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_name_text" |
compound | false |
data | "Option item 2 for Bank Transfer" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1356 -errors: [] -form: Symfony\Component\Form\Form {#1300 …} } |
form | Symfony\Component\Form\FormView {#1355 …5} |
full_name | "payment_option[PaymentOptionItem][2][name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_2_name" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_name" |
valid | true |
value | "Option item 2 for Bank Transfer" |
icon
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
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 | [ "accept" => "image/*" ] |
[ "accept" => "image/*" ] |
label | "Icône (Image)" |
same as passed value |
mapped | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "accept" => "image/*" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Icône (Image)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1271 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1270 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "accept" => "image/*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_payment_option_PaymentOptionItem_entry_icon" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_icon_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1357 -errors: [] -form: Symfony\Component\Form\Form {#1303 …} } |
form | Symfony\Component\Form\FormView {#1358 …5} |
full_name | "payment_option[PaymentOptionItem][2][icon]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_2_icon" |
label | "Icône (Image)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "icon" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_icon" |
valid | true |
value | "" |
price
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 7.08 |
View Format |
"7.08"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "0.00" ] |
[ "placeholder" => "0.00" ] |
label | "frais de transfert" |
same as passed value |
required | false |
same as passed value |
scale | 2 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "0.00" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1279 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "frais de transfert" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
rounding_mode | 6 |
row_attr | [] |
scale | 2 |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1281 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1280 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "0.00" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_payment_option_PaymentOptionItem_entry_price" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_price_number" |
compound | false |
data | 7.08 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1359 -errors: [] -form: Symfony\Component\Form\Form {#1306 …} } |
form | Symfony\Component\Form\FormView {#1360 …5} |
full_name | "payment_option[PaymentOptionItem][2][price]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_2_price" |
label | "frais de transfert" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "price" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_price" |
valid | true |
value | "7.08" |
value
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "ex : 033 23 456 78" ] |
[ "placeholder" => "ex : 033 23 456 78" ] |
label | "Valeur" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "ex : 033 23 456 78" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1289 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Valeur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1291 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1290 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "ex : 033 23 456 78" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_payment_option_PaymentOptionItem_entry_value" ] |
cache_key | "_payment_option_PaymentOptionItem_entry_value_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1361 -errors: [] -form: Symfony\Component\Form\Form {#1309 …} } |
form | Symfony\Component\Form\FormView {#1362 …5} |
full_name | "payment_option[PaymentOptionItem][2][value]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option_PaymentOptionItem_2_value" |
label | "Valeur" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "value" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option_PaymentOptionItem_entry_value" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "app_csrf" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "app_csrf" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#385 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#174 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#384 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "app_csrf" } |
data | "app_csrf" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1070 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1363 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#782 …} $message: Closure() {#1353 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_payment_option__token" ] |
cache_key | "_payment_option__token_hidden" |
compound | false |
data | "app_csrf" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1374 -errors: [] -form: Symfony\Component\Form\Form {#1370 …} } |
form | Symfony\Component\Form\FormView {#1365 …5} |
full_name | "payment_option[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment_option__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_payment_option__token" |
valid | true |
value | "app_csrf" |