Forms
filtre
Form type:
"App\Form\FiltreType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#179 …} -namespace: Closure() {#182 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#794 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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() {#796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#493 …} $message: Closure() {#795 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "filtre" "_filtre" ] |
cache_key | "_filtre_filtre" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#798 -form: Symfony\Component\Form\Form {#912 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#797 …5} |
full_name | "filtre" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "filtre" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_filtre" |
valid | true |
value | null |
type
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 |
---|---|---|
choices | [ "PORTEUR" => "PORTEUR" "TRACTEUR" => "TRACTEUR" "Camion DAF TR 222 - 613 550 KM 2021" => "Camion DAF TR 222 - 613 550 KM 2021" "Camion DAF TR 221 2020 638 111 KM" => "Camion DAF TR 221 2020 638 111 KM" ] |
[ "PORTEUR" => "PORTEUR" "TRACTEUR" => "TRACTEUR" "Camion DAF TR 222 - 613 550 KM 2021" => "Camion DAF TR 222 - 613 550 KM 2021" "Camion DAF TR 221 2020 638 111 KM" => "Camion DAF TR 221 2020 638 111 KM" ] |
label | "Type d'engins" |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "PORTEUR" => "PORTEUR" "TRACTEUR" => "TRACTEUR" "Camion DAF TR 222 - 613 550 KM 2021" => "Camion DAF TR 222 - 613 550 KM 2021" "Camion DAF TR 221 2020 638 111 KM" => "Camion DAF TR 221 2020 638 111 KM" ] |
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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#179 …} -namespace: Closure() {#182 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Type d'engins" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#493 …} $message: Closure() {#792 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_filtre_type" ] |
cache_key | "_filtre_type_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#983 +label: "PORTEUR" +value: "PORTEUR" +data: "PORTEUR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#941 +label: "TRACTEUR" +value: "TRACTEUR" +data: "TRACTEUR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#930 +label: "Camion DAF TR 222 - 613 550 KM 2021" +value: "Camion DAF TR 222 - 613 550 KM 2021" +data: "Camion DAF TR 222 - 613 550 KM 2021" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#920 +label: "Camion DAF TR 221 2020 638 111 KM" +value: "Camion DAF TR 221 2020 638 111 KM" +data: "Camion DAF TR 221 2020 638 111 KM" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#984 -form: Symfony\Component\Form\Form {#991 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#986 …5} |
full_name | "filtre[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre_type" |
is_selected | Closure($choice, $value) {#954 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Type d'engins" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type" |
placeholder | "" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_filtre_type" |
valid | true |
value | "" |
annee
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 |
---|---|---|
choices | [ "Avant 2010" => "Avant 2010" "Après 2010" => "Après 2010" ] |
[ "Avant 2010" => "Avant 2010" "Après 2010" => "Après 2010" ] |
label | "Année" |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Avant 2010" => "Avant 2010" "Après 2010" => "Après 2010" ] |
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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#179 …} -namespace: Closure() {#182 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Année" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#493 …} $message: Closure() {#955 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_filtre_annee" ] |
cache_key | "_filtre_annee_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#789 +label: "Avant 2010" +value: "Avant 2010" +data: "Avant 2010" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#828 +label: "Après 2010" +value: "Après 2010" +data: "Après 2010" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#981 -form: Symfony\Component\Form\Form {#994 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#982 …5} |
full_name | "filtre[annee]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre_annee" |
is_selected | Closure($choice, $value) {#977 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Année" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "annee" |
placeholder | "" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_filtre_annee" |
valid | true |
value | "" |
kilometrage
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 |
---|---|---|
choices | [ "Inférieur à 100 000 km" => "Inférieur à 100 000 km" "Supérieur à 100 000 km" => "Supérieur à 100 000 km" ] |
[ "Inférieur à 100 000 km" => "Inférieur à 100 000 km" "Supérieur à 100 000 km" => "Supérieur à 100 000 km" ] |
label | "Kilometrage" |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Inférieur à 100 000 km" => "Inférieur à 100 000 km" "Supérieur à 100 000 km" => "Supérieur à 100 000 km" ] |
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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#179 …} -namespace: Closure() {#182 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Kilometrage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#493 …} $message: Closure() {#943 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_filtre_kilometrage" ] |
cache_key | "_filtre_kilometrage_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#827 +label: "Inférieur à 100 000 km" +value: "Inférieur à 100 000 km" +data: "Inférieur à 100 000 km" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#992 +label: "Supérieur à 100 000 km" +value: "Supérieur à 100 000 km" +data: "Supérieur à 100 000 km" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#979 -form: Symfony\Component\Form\Form {#997 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#829 …5} |
full_name | "filtre[kilometrage]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre_kilometrage" |
is_selected | Closure($choice, $value) {#1001 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Kilometrage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "kilometrage" |
placeholder | "" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_filtre_kilometrage" |
valid | true |
value | "" |
carburant
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [
"" => null
] |
[
"" => null
]
|
label | "Carburant" |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [
"" => null
] |
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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#179 …} -namespace: Closure() {#182 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Carburant" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#493 …} $message: Closure() {#932 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_filtre_carburant" ] |
cache_key | "_filtre_carburant_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1003 +label: "" +value: "0" +data: null +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1000 -form: Symfony\Component\Form\Form {#909 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1002 …5} |
full_name | "filtre[carburant]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre_carburant" |
is_selected | Closure($choice, $value) {#1005 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Carburant" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "carburant" |
placeholder | "" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_filtre_carburant" |
valid | true |
value | "0" |
prix
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 |
---|---|---|
choices | [ "Inférieur à 20 000€" => "Inférieur à 20 000€" "Supérieur à 20 000€" => "Supérieur à 20 000€" ] |
[ "Inférieur à 20 000€" => "Inférieur à 20 000€" "Supérieur à 20 000€" => "Supérieur à 20 000€" ] |
label | "Prix" |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Inférieur à 20 000€" => "Inférieur à 20 000€" "Supérieur à 20 000€" => "Supérieur à 20 000€" ] |
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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#179 …} -namespace: Closure() {#182 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prix" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#921 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#493 …} $message: Closure() {#922 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_filtre_prix" ] |
cache_key | "_filtre_prix_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1008 +label: "Inférieur à 20 000€" +value: "Inférieur à 20 000€" +data: "Inférieur à 20 000€" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1009 +label: "Supérieur à 20 000€" +value: "Supérieur à 20 000€" +data: "Supérieur à 20 000€" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1006 -form: Symfony\Component\Form\Form {#841 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1007 …5} |
full_name | "filtre[prix]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre_prix" |
is_selected | Closure($choice, $value) {#1011 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "prix" |
placeholder | "" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_filtre_prix" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "e25ce65faaecbd2239027771f61.2nKtHyLTIr97dV2eeB1myN5GJnOSCRaXSrbeSJp5tJU.k0bOL2TlFPwIPj-tT1EU-ukgTAvLO3r_DpvuKtAvxdmLBPR4F552jS0cPg" |
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 | "e25ce65faaecbd2239027771f61.2nKtHyLTIr97dV2eeB1myN5GJnOSCRaXSrbeSJp5tJU.k0bOL2TlFPwIPj-tT1EU-ukgTAvLO3r_DpvuKtAvxdmLBPR4F552jS0cPg" |
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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#130 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#179 …} -namespace: Closure() {#182 …} } |
data | "e25ce65faaecbd2239027771f61.2nKtHyLTIr97dV2eeB1myN5GJnOSCRaXSrbeSJp5tJU.k0bOL2TlFPwIPj-tT1EU-ukgTAvLO3r_DpvuKtAvxdmLBPR4F552jS0cPg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1035 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1031 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#493 …} $message: Closure() {#1019 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_filtre__token" ] |
cache_key | "_filtre__token_hidden" |
compound | false |
data | "e25ce65faaecbd2239027771f61.2nKtHyLTIr97dV2eeB1myN5GJnOSCRaXSrbeSJp5tJU.k0bOL2TlFPwIPj-tT1EU-ukgTAvLO3r_DpvuKtAvxdmLBPR4F552jS0cPg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1040 -form: Symfony\Component\Form\Form {#1012 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1033 …5} |
full_name | "filtre[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre__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 | "_filtre__token" |
valid | true |
value | "e25ce65faaecbd2239027771f61.2nKtHyLTIr97dV2eeB1myN5GJnOSCRaXSrbeSJp5tJU.k0bOL2TlFPwIPj-tT1EU-ukgTAvLO3r_DpvuKtAvxdmLBPR4F552jS0cPg" |