Forms
expense
Form type:
"App\Form\ExpenseType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Expense {#1913 -id: null -name: null -reference: null -description: null -date: DateTime @1759506756 {#1914 date: 2025-10-03 15:52:36.470787 UTC (+00:00) } -amount: 0 -owner: null -type: null -season: null -createdAt: null -updatedAt: null -deletedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Expense {#1913 -id: null -name: null -reference: null -description: null -date: DateTime @1759506756 {#1914 date: 2025-10-03 15:52:36.470787 UTC (+00:00) } -amount: 0 -owner: null -type: null -season: null -createdAt: null -updatedAt: null -deletedAt: 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 {#1954 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1955 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1956 …} -namespace: Closure() {#1958 …} } |
data | App\Entity\Expense {#1913 -id: null -name: null -reference: null -description: null -date: DateTime @1759506756 {#1914 date: 2025-10-03 15:52:36.470787 UTC (+00:00) } -amount: 0 -owner: null -type: null -season: null -createdAt: null -updatedAt: null -deletedAt: null } |
data_class | "App\Entity\Expense" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2001 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1941 …} use: { $class: "App\Entity\Expense" } } |
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() {#1999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1965 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2000 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "expense" "_expense" ] |
cache_key | "_expense_expense" |
compound | true |
data | App\Entity\Expense {#1913 -id: null -name: null -reference: null -description: null -date: DateTime @1759506756 {#1914 date: 2025-10-03 15:52:36.470787 UTC (+00:00) } -amount: 0 -owner: null -type: null -season: null -createdAt: null -updatedAt: null -deletedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2165 -form: Symfony\Component\Form\Form {#2140 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2155 …5} |
full_name | "expense" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "expense" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "expense" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_expense" |
valid | true |
value | App\Entity\Expense {#1913 -id: null -name: null -reference: null -description: null -date: DateTime @1759506756 {#1914 date: 2025-10-03 15:52:36.470787 UTC (+00:00) } -amount: 0 -owner: null -type: null -season: null -createdAt: null -updatedAt: null -deletedAt: null } |
name
Form type:
"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 | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Nom de Dépense" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
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 {#1954 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1955 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1956 …} -namespace: Closure() {#1958 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1997 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1941 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
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 Dépense" |
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() {#2016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1965 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2015 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_expense_name" ] |
cache_key | "_expense_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2174 -form: Symfony\Component\Form\Form {#2102 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2176 …5} |
full_name | "expense[name]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "expense_name" |
label | "Nom de Dépense" |
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 | "_expense_name" |
valid | true |
value | "" |
reference
Form type:
"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 | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Référence" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
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 {#1954 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1955 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1956 …} -namespace: Closure() {#1958 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1990 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1941 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
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 | "Référence" |
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() {#1988 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1965 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#1989 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_expense_reference" ] |
cache_key | "_expense_reference_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2173 -form: Symfony\Component\Form\Form {#2091 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2172 …5} |
full_name | "expense[reference]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "expense_reference" |
label | "Référence" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "reference" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_expense_reference" |
valid | true |
value | "" |
description
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 | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Note" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
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 {#1954 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1955 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1956 …} -namespace: Closure() {#1958 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1970 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1941 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
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 | "Note" |
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() {#1976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1965 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#1969 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_expense_description" ] |
cache_key | "_expense_description_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2171 -form: Symfony\Component\Form\Form {#2096 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2170 …5} |
full_name | "expense[description]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "expense_description" |
label | "Note" |
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 | "_expense_description" |
valid | true |
value | "" |
date
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1759506756 {#2127 date: 2025-10-03 15:52:36.470787 UTC (+00:00) } |
View Format |
"2025-10-03"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
label | "Date" |
same as passed value |
required | true |
same as passed value |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
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 {#1954 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1955 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1956 …} -namespace: Closure() {#1958 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
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() {#2033 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1965 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2032 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_expense_date" ] |
cache_key | "_expense_date_date" |
compound | false |
data | DateTime @1759506756 {#2127 date: 2025-10-03 15:52:36.470787 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2126 -form: Symfony\Component\Form\Form {#2138 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2119 …5} |
full_name | "expense[date]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "expense_date" |
label | "Date" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "date" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_expense_date" |
valid | true |
value | "2025-10-03" |
widget | "single_text" |
amount
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 0.0 |
View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Montant" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
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 {#1954 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1955 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1956 …} -namespace: Closure() {#1958 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2041 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1941 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | "" |
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 | "Montant" |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2050 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1965 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2049 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_expense_amount" ] |
cache_key | "_expense_amount_number" |
compound | false |
data | 0.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2118 -form: Symfony\Component\Form\Form {#2136 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2161 …5} |
full_name | "expense[amount]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "expense_amount" |
label | "Montant" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "amount" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_expense_amount" |
valid | true |
value | "0" |
type
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "class" => "form-control select2-modal" ] |
[ "class" => "form-control select2-modal" ] |
class | "App\Entity\ExpenseCategory" |
same as passed value |
label | "Type" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control select2-modal" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2084 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2099 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2148 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2092 …} } |
choice_name | null |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2158 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2153 …} } |
choices | null |
class | "App\Entity\ExpenseCategory" |
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 {#1954 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1955 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1956 …} -namespace: Closure() {#1958 …} } |
data_class | null |
disabled | false |
em | ContainerLswtIwc\EntityManagerGhost51e8656 {#408 …12} |
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 {#2090 -om: ContainerLswtIwc\EntityManagerGhost51e8656 {#408 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1265 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Type" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#2093 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1965 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2095 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control select2-modal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_expense_type" ] |
cache_key | "_expense_type_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2164 +label: "Autre" +value: "01K4G5N2KDJMC7GSE4YMJF4YHF" +data: App\Entity\ExpenseCategory {#2223 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2162 -form: Symfony\Component\Form\Form {#2132 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2163 …5} |
full_name | "expense[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "expense_type" |
is_selected | Closure($choice, $value) {#2231 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2067 …} } |
label | "Type" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_expense_type" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7a0260712f73dc350e155.lPDeoo8TTD3gI7kKbpG2hBjsnIg0L178QKW_91Zb1M4.x5fow8tpOVO_FoxLHsPz5n3a5skMVW-_M9T8n2Rr7Jb8uY2Q1V8OZYVb2g" |
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 | "7a0260712f73dc350e155.lPDeoo8TTD3gI7kKbpG2hBjsnIg0L178QKW_91Zb1M4.x5fow8tpOVO_FoxLHsPz5n3a5skMVW-_M9T8n2Rr7Jb8uY2Q1V8OZYVb2g" |
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 {#1954 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1955 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1956 …} -namespace: Closure() {#1958 …} } |
data | "7a0260712f73dc350e155.lPDeoo8TTD3gI7kKbpG2hBjsnIg0L178QKW_91Zb1M4.x5fow8tpOVO_FoxLHsPz5n3a5skMVW-_M9T8n2Rr7Jb8uY2Q1V8OZYVb2g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2178 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1941 …} } |
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() {#2220 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1965 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2216 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_expense__token" ] |
cache_key | "_expense__token_hidden" |
compound | false |
data | "7a0260712f73dc350e155.lPDeoo8TTD3gI7kKbpG2hBjsnIg0L178QKW_91Zb1M4.x5fow8tpOVO_FoxLHsPz5n3a5skMVW-_M9T8n2Rr7Jb8uY2Q1V8OZYVb2g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2208 -form: Symfony\Component\Form\Form {#2205 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2180 …5} |
full_name | "expense[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "expense__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 | "_expense__token" |
valid | true |
value | "7a0260712f73dc350e155.lPDeoo8TTD3gI7kKbpG2hBjsnIg0L178QKW_91Zb1M4.x5fow8tpOVO_FoxLHsPz5n3a5skMVW-_M9T8n2Rr7Jb8uY2Q1V8OZYVb2g" |