- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 60
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
mots
-
maxPrice
-
minPrice
-
brand
-
etat
-
-
-
paymentMethod
-
city
-
street
-
_token
-
-
-
street
-
client
-
_token
-
(no name)
"App\Form\ArticleSearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\ArticleSearch {#1427 -mots: null -category: null -category2: null -category3: null -maxPrice: null -minPrice: null -brand: null -etat: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\ArticleSearch {#1427 -mots: null -category: null -category2: null -category3: null -maxPrice: null -minPrice: null -brand: null -etat: 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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data | App\Entity\ArticleSearch {#1427 -mots: null -category: null -category2: null -category3: null -maxPrice: null -minPrice: null -brand: null -etat: null } |
data_class | "App\Entity\ArticleSearch" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1501 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} use: { $class: "App\Entity\ArticleSearch" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "get" |
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 | "forms" |
trim | true |
upload_max_size_message | Closure() {#1499 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1500 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "" "_" ] |
cache_key | "__" |
compound | true |
data | App\Entity\ArticleSearch {#1427 -mots: null -category: null -category2: null -category3: null -maxPrice: null -minPrice: null -brand: null -etat: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2520 -form: Symfony\Component\Form\Form {#1540 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2528 …5} |
full_name | "" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_" |
valid | true |
value | App\Entity\ArticleSearch {#1427 -mots: null -category: null -category2: null -category3: null -maxPrice: null -minPrice: null -brand: null -etat: null } |
mots
"Symfony\Component\Form\Extension\Core\Type\SearchType"
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 | [ "id" => "searchBox" "class" => "form-primary rounded s" "placeholder" => "Recherche" ] |
[ "id" => "searchBox" "class" => "form-primary rounded s" "placeholder" => "Recherche" ] |
label | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "searchBox" "class" => "form-primary rounded s" "placeholder" => "Recherche" ] |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1511 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1474 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1546 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "id" => "searchBox" "class" => "form-primary rounded s" "placeholder" => "Recherche" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_mots" ] |
cache_key | "_mots_search" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2484 -form: Symfony\Component\Form\Form {#1571 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2486 …5} |
full_name | "mots" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mots" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mots" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_mots" |
valid | true |
value | "" |
maxPrice
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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" => "Prix Max" "class" => "form-primary" ] |
[ "placeholder" => "Prix Max" "class" => "form-primary" ] |
label | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prix Max" "class" => "form-primary" ] |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1528 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} } |
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 | [] |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1526 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1532 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prix Max" "class" => "form-primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_maxPrice" ] |
cache_key | "_maxPrice_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2483 -form: Symfony\Component\Form\Form {#1591 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2482 …5} |
full_name | "maxPrice" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "maxPrice" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "maxPrice" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_maxPrice" |
valid | true |
value | "" |
minPrice
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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" => "Prix Min" "class" => "form-primary" ] |
[ "placeholder" => "Prix Min" "class" => "form-primary" ] |
label | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prix Min" "class" => "form-primary" ] |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1497 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} } |
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 | [] |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1516 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1512 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prix Min" "class" => "form-primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_minPrice" ] |
cache_key | "_minPrice_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2481 -form: Symfony\Component\Form\Form {#1594 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2480 …5} |
full_name | "minPrice" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "minPrice" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "minPrice" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_minPrice" |
valid | true |
value | "" |
brand
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Marque" "class" => "form-primary" ] |
[ "placeholder" => "Marque" "class" => "form-primary" ] |
label | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Marque" "class" => "form-primary" ] |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1490 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1488 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1489 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Marque" "class" => "form-primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_brand" ] |
cache_key | "_brand_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2527 -form: Symfony\Component\Form\Form {#1542 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2526 …5} |
full_name | "brand" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "brand" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "brand" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_brand" |
valid | true |
value | "" |
etat
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Etat" "class" => "form-primary" ] |
[ "placeholder" => "Etat" "class" => "form-primary" ] |
label | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Etat" "class" => "form-primary" ] |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1531 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1534 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1533 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Etat" "class" => "form-primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_etat" ] |
cache_key | "_etat_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2525 -form: Symfony\Component\Form\Form {#1549 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2524 …5} |
full_name | "etat" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "etat" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "etat" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_etat" |
valid | true |
value | "" |
payment1
"App\Form\Payment1Type"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Payment {#1498 -id: null -amount: null -state: null -details: null -created_at: DateTime @1745948560 {#1600 date: 2025-04-29 17:42:40.239656 UTC (+00:00) } -updated_at: null -order_payment: null -paymentMethod: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Payment {#1498 -id: null -amount: null -state: null -details: null -created_at: DateTime @1745948560 {#1600 date: 2025-04-29 17:42:40.239656 UTC (+00:00) } -updated_at: null -order_payment: null -paymentMethod: 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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data | App\Entity\Payment {#1498 -id: null -amount: null -state: null -details: null -created_at: DateTime @1745948560 {#1600 date: 2025-04-29 17:42:40.239656 UTC (+00:00) } -updated_at: null -order_payment: null -paymentMethod: null } |
data_class | "App\Entity\Payment" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1564 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} use: { $class: "App\Entity\Payment" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | "forms" |
trim | true |
upload_max_size_message | Closure() {#1574 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1562 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "payment1" "_payment1" ] |
cache_key | "_payment1_payment1" |
compound | true |
data | App\Entity\Payment {#1498 -id: null -amount: null -state: null -details: null -created_at: DateTime @1745948560 {#1600 date: 2025-04-29 17:42:40.239656 UTC (+00:00) } -updated_at: null -order_payment: null -paymentMethod: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2485 -form: Symfony\Component\Form\Form {#1816 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2475 …5} |
full_name | "payment1" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment1" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "payment1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_payment1" |
valid | true |
value | App\Entity\Payment {#1498 -id: null -amount: null -state: null -details: null -created_at: DateTime @1745948560 {#1600 date: 2025-04-29 17:42:40.239656 UTC (+00:00) } -updated_at: null -order_payment: null -paymentMethod: null } |
paymentMethod
"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 | [ "required" => true ] |
[ "required" => true ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\PaymentMethod" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1754 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1633 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1752 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1769 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1628 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1637 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\PaymentMethod" |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
em | ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1628 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1637 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1634 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1639 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_payment1_paymentMethod" ] |
cache_key | "_payment1_paymentMethod_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "Payement à la livraison" +value: "1" +data: App\Entity\PaymentMethod {#2433 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2478 -form: Symfony\Component\Form\Form {#1796 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2521 …5} |
full_name | "payment1[paymentMethod]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment1_paymentMethod" |
is_selected | Closure($choice, $value) {#2477 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1602 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "paymentMethod" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_payment1_paymentMethod" |
valid | true |
value | "" |
city
"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 | "name" |
same as passed value |
class | "App\Entity\City" |
same as passed value |
label | false |
false
|
mapped | false |
false
|
query_builder | Closure(EntityRepository $entityRepository) {#1487 class: "App\Form\Payment1Type" this: App\Form\Payment1Type {#1599 …} } |
Doctrine\ORM\QueryBuilder {#1631 -em: Doctrine\ORM\EntityManager {#1307 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1642 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1770 #from: "App\Entity\City" #alias: "a" #indexBy: null } ] "join" => [ "a" => [ Doctrine\ORM\Query\Expr\Join {#1641 #joinType: "INNER" #join: "a.country" #alias: "b" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1691 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "b.name = 'Sénégal' " ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\City a INNER JOIN a.country b WHERE b.name = 'Sénégal' " -parameters: Doctrine\Common\Collections\ArrayCollection {#1768 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "b" => "a" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1862 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1916 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1685 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1813 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1710 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1745 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\City" |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
em | ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1710 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1745 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#1631 -em: Doctrine\ORM\EntityManager {#1307 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1642 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1770 #from: "App\Entity\City" #alias: "a" #indexBy: null } ] "join" => [ "a" => [ Doctrine\ORM\Query\Expr\Join {#1641 #joinType: "INNER" #join: "a.country" #alias: "b" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1691 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "b.name = 'Sénégal' " ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\City a INNER JOIN a.country b WHERE b.name = 'Sénégal' " -parameters: Doctrine\Common\Collections\ArrayCollection {#1768 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "b" => "a" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1749 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_payment1_city" ] |
cache_key | "_payment1_city_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "Dakar" +value: "1" +data: App\Entity\City {#2067 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "Tambacounda" +value: "2" +data: App\Entity\City {#2280 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "Thiès" +value: "3" +data: App\Entity\City {#2281 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "Diourbel" +value: "4" +data: App\Entity\City {#2116 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "Fatick" +value: "5" +data: App\Entity\City {#2300 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +label: "Matam" +value: "6" +data: App\Entity\City {#2297 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "Saint-Louis" +value: "7" +data: App\Entity\City {#2312 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "Kaolack" +value: "8" +data: App\Entity\City {#2314 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +label: "Kaffrine" +value: "9" +data: App\Entity\City {#2317 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "Kolda" +value: "10" +data: App\Entity\City {#2320 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "Sédhiou" +value: "11" +data: App\Entity\City {#2323 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +label: "Ziguinchor" +value: "12" +data: App\Entity\City {#2326 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "Kédougou" +value: "13" +data: App\Entity\City {#2329 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2349 -form: Symfony\Component\Form\Form {#1801 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2479 …5} |
full_name | "payment1[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment1_city" |
is_selected | Closure($choice, $value) {#2473 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1602 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "city" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_payment1_city" |
valid | true |
value | "" |
street
"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 | "name" |
same as passed value |
class | "App\Entity\Street" |
same as passed value |
label | false |
false
|
mapped | false |
false
|
query_builder | Closure(EntityRepository $entityRepository) {#1535 class: "App\Form\Payment1Type" this: App\Form\Payment1Type {#1599 …} } |
Doctrine\ORM\QueryBuilder {#1795 -em: Doctrine\ORM\EntityManager {#1307 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1790 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1809 #from: "App\Entity\Street" #alias: "a" #indexBy: null } ] "join" => [ "a" => [ Doctrine\ORM\Query\Expr\Join {#1859 #joinType: "INNER" #join: "a.city" #alias: "b" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1864 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "b.name = 'Dakar' " ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Street a INNER JOIN a.city b WHERE b.name = 'Dakar' " -parameters: Doctrine\Common\Collections\ArrayCollection {#1793 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "b" => "a" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1837 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1861 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1863 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1857 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1818 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1717 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Street" |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
em | ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1818 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1717 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#1795 -em: Doctrine\ORM\EntityManager {#1307 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1790 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1809 #from: "App\Entity\Street" #alias: "a" #indexBy: null } ] "join" => [ "a" => [ Doctrine\ORM\Query\Expr\Join {#1859 #joinType: "INNER" #join: "a.city" #alias: "b" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1864 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "b.name = 'Dakar' " ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Street a INNER JOIN a.city b WHERE b.name = 'Dakar' " -parameters: Doctrine\Common\Collections\ArrayCollection {#1793 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "b" => "a" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1714 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_payment1_street" ] |
cache_key | "_payment1_street_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +label: "Wakam" +value: "1" +data: App\Entity\Street {#2291 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +label: "Médina" +value: "2" +data: App\Entity\Street {#2368 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "Fass" +value: "3" +data: App\Entity\Street {#2374 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +label: "Grand Dakar" +value: "4" +data: App\Entity\Street {#2377 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +label: "Grand Yoff" +value: "5" +data: App\Entity\Street {#2380 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2511 +label: "Almadie" +value: "6" +data: App\Entity\Street {#2383 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2509 +label: "Sacre ceour 1" +value: "7" +data: App\Entity\Street {#2387 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2507 +label: "Sacre ceour 2" +value: "8" +data: App\Entity\Street {#2390 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +label: "Sacre ceour 3" +value: "9" +data: App\Entity\Street {#2393 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2512 +label: "Liberté 1" +value: "10" +data: App\Entity\Street {#2396 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2513 +label: "Liberté 2" +value: "11" +data: App\Entity\Street {#2399 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2514 +label: "Liberté 3" +value: "12" +data: App\Entity\Street {#2402 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2515 +label: "Liberté 4" +value: "13" +data: App\Entity\Street {#2405 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2516 +label: "Liberté 5" +value: "14" +data: App\Entity\Street {#2408 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2517 +label: "Liberté 6" +value: "15" +data: App\Entity\Street {#2411 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +label: "Liberté 6 extension" +value: "16" +data: App\Entity\Street {#2415 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2519 +label: "Ouest-foire" +value: "17" +data: App\Entity\Street {#2419 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +label: "Nord-foire" +value: "18" +data: App\Entity\Street {#2422 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +label: "Sud-foire" +value: "19" +data: App\Entity\Street {#2425 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +label: "Est-foire" +value: "20" +data: App\Entity\Street {#2428 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2496 -form: Symfony\Component\Form\Form {#1805 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2492 …5} |
full_name | "payment1[street]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment1_street" |
is_selected | Closure($choice, $value) {#2498 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1602 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "street" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_payment1_street" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1b.QThv7WsbJJDRDYt1cuO3oW7kjBoDZ0jJWboe5EBTPRw.cm1boVx_VPWgVPMxX63o4w2S23ZJDTD_PvNbtw00BTEldh-hPFxo9ag75A" |
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 | "1b.QThv7WsbJJDRDYt1cuO3oW7kjBoDZ0jJWboe5EBTPRw.cm1boVx_VPWgVPMxX63o4w2S23ZJDTD_PvNbtw00BTEldh-hPFxo9ag75A" |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data | "1b.QThv7WsbJJDRDYt1cuO3oW7kjBoDZ0jJWboe5EBTPRw.cm1boVx_VPWgVPMxX63o4w2S23ZJDTD_PvNbtw00BTEldh-hPFxo9ag75A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2534 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2538 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#2533 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_payment1__token" ] |
cache_key | "_payment1__token_hidden" |
compound | false |
data | "1b.QThv7WsbJJDRDYt1cuO3oW7kjBoDZ0jJWboe5EBTPRw.cm1boVx_VPWgVPMxX63o4w2S23ZJDTD_PvNbtw00BTEldh-hPFxo9ag75A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2548 -form: Symfony\Component\Form\Form {#2544 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2539 …5} |
full_name | "payment1[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "payment1__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "forms" |
unique_block_prefix | "_payment1__token" |
valid | true |
value | "1b.QThv7WsbJJDRDYt1cuO3oW7kjBoDZ0jJWboe5EBTPRw.cm1boVx_VPWgVPMxX63o4w2S23ZJDTD_PvNbtw00BTEldh-hPFxo9ag75A" |
delivery_space
"App\Form\DeliverySpaceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\DeliverySpace {#1570 -id: null -street: null -user: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1855 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\DeliverySpace {#1570 -id: null -street: null -user: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1855 …} } |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data | App\Entity\DeliverySpace {#1570 -id: null -street: null -user: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1855 …} } |
data_class | "App\Entity\DeliverySpace" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1839 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} use: { $class: "App\Entity\DeliverySpace" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1841 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "delivery_space" "_delivery_space" ] |
cache_key | "_delivery_space_delivery_space" |
compound | true |
data | App\Entity\DeliverySpace {#1570 -id: null -street: null -user: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1855 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2550 -form: Symfony\Component\Form\Form {#1941 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2551 …5} |
full_name | "delivery_space" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "delivery_space" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "delivery_space" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_delivery_space" |
valid | true |
value | App\Entity\DeliverySpace {#1570 -id: null -street: null -user: null -client: null -orders: Doctrine\Common\Collections\ArrayCollection {#1855 …} } |
street
"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 | "name" |
same as passed value |
class | "App\Entity\Street" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1870 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1636 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1871 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1872 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1818 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1717 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Street" |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
em | ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1818 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1717 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1652 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1907 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_delivery_space_street" ] |
cache_key | "_delivery_space_street_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "Wakam" +value: "1" +data: App\Entity\Street {#2291 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +label: "Médina" +value: "2" +data: App\Entity\Street {#2368 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2571 +label: "Fass" +value: "3" +data: App\Entity\Street {#2374 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "Grand Dakar" +value: "4" +data: App\Entity\Street {#2377 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +label: "Grand Yoff" +value: "5" +data: App\Entity\Street {#2380 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +label: "Almadie" +value: "6" +data: App\Entity\Street {#2383 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2565 +label: "Sacre ceour 1" +value: "7" +data: App\Entity\Street {#2387 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2574 +label: "Sacre ceour 2" +value: "8" +data: App\Entity\Street {#2390 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +label: "Sacre ceour 3" +value: "9" +data: App\Entity\Street {#2393 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "Liberté 1" +value: "10" +data: App\Entity\Street {#2396 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +label: "Liberté 2" +value: "11" +data: App\Entity\Street {#2399 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2568 +label: "Liberté 3" +value: "12" +data: App\Entity\Street {#2402 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2567 +label: "Liberté 4" +value: "13" +data: App\Entity\Street {#2405 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +label: "Liberté 5" +value: "14" +data: App\Entity\Street {#2408 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2573 +label: "Liberté 6" +value: "15" +data: App\Entity\Street {#2411 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +label: "Liberté 6 extension" +value: "16" +data: App\Entity\Street {#2415 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +label: "Ouest-foire" +value: "17" +data: App\Entity\Street {#2419 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +label: "Nord-foire" +value: "18" +data: App\Entity\Street {#2422 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +label: "Sud-foire" +value: "19" +data: App\Entity\Street {#2425 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2581 +label: "Est-foire" +value: "20" +data: App\Entity\Street {#2428 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2555 -form: Symfony\Component\Form\Form {#1938 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2554 …5} |
full_name | "delivery_space[street]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "delivery_space_street" |
is_selected | Closure($choice, $value) {#2557 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1602 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "street" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_delivery_space_street" |
valid | true |
value | "" |
client
"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($client) {#1776 class: "App\Form\DeliverySpaceType" this: App\Form\DeliverySpaceType {#1811 …} } |
same as passed value |
class | "App\Entity\Client" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure($client) {#1776 class: "App\Form\DeliverySpaceType" this: App\Form\DeliverySpaceType {#1811 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1951 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1883 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1950 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1949 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1884 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1892 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Client" |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data_class | null |
disabled | false |
em | ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1884 -om: ContainerSQTcCbW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#349 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1892 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#1881 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_delivery_space_client" ] |
cache_key | "_delivery_space_client_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2638 +label: "Malick Tounkara Malick Tounkara client@store.com" +value: "1" +data: App\Entity\Client {#2592 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2582 -form: Symfony\Component\Form\Form {#1935 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2556 …5} |
full_name | "delivery_space[client]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "delivery_space_client" |
is_selected | Closure($choice, $value) {#2634 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1602 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "client" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_delivery_space_client" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "39f5919d9cd8aff2f3.EXTtFm8gteClcFtHAmCJi6XswcNOslOSHsD7TXvOVAY.QT23b11ZhIT1RQI2Sw3A45We8JU4-h_eR4OhFAqXZkFmMYh1V2HEmNMiDg" |
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 | "39f5919d9cd8aff2f3.EXTtFm8gteClcFtHAmCJi6XswcNOslOSHsD7TXvOVAY.QT23b11ZhIT1RQI2Sw3A45We8JU4-h_eR4OhFAqXZkFmMYh1V2HEmNMiDg" |
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 {#1458 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1459 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1460 …} -namespace: Closure() {#1462 …} } |
data | "39f5919d9cd8aff2f3.EXTtFm8gteClcFtHAmCJi6XswcNOslOSHsD7TXvOVAY.QT23b11ZhIT1RQI2Sw3A45We8JU4-h_eR4OhFAqXZkFmMYh1V2HEmNMiDg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2552 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1445 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1469 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#345 …} $translationDomain: "validators" $message: Closure() {#2640 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_delivery_space__token" ] |
cache_key | "_delivery_space__token_hidden" |
compound | false |
data | "39f5919d9cd8aff2f3.EXTtFm8gteClcFtHAmCJi6XswcNOslOSHsD7TXvOVAY.QT23b11ZhIT1RQI2Sw3A45We8JU4-h_eR4OhFAqXZkFmMYh1V2HEmNMiDg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2721 -form: Symfony\Component\Form\Form {#2717 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2710 …5} |
full_name | "delivery_space[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "delivery_space__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_delivery_space__token" |
valid | true |
value | "39f5919d9cd8aff2f3.EXTtFm8gteClcFtHAmCJi6XswcNOslOSHsD7TXvOVAY.QT23b11ZhIT1RQI2Sw3A45We8JU4-h_eR4OhFAqXZkFmMYh1V2HEmNMiDg" |