Forms
-
filtre
-
marque
-
produit
-
vendeur
-
_token
-
filtre
Form type:
"App\Form\FiltreType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Filtre {#1691 -marque: Doctrine\Common\Collections\ArrayCollection {#1923 -elements: [] } -produit: Doctrine\Common\Collections\ArrayCollection {#2075 -elements: [ App\Entity\Produit {#1402 …} ] } -vendeur: Doctrine\Common\Collections\ArrayCollection {#2074 -elements: [] } } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Entity\Filtre {#1691 -marque: Doctrine\Common\Collections\ArrayCollection {#1923 -elements: [] } -produit: Doctrine\Common\Collections\ArrayCollection {#2075 -elements: [ App\Entity\Produit {#1402 …} ] } -vendeur: Doctrine\Common\Collections\ArrayCollection {#2074 -elements: [] } } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Filtre {#1691 -marque: Doctrine\Common\Collections\ArrayCollection {#1923 -elements: [] } -produit: Doctrine\Common\Collections\ArrayCollection {#2075 -elements: [ App\Entity\Produit {#1402 …} ] } -vendeur: Doctrine\Common\Collections\ArrayCollection {#2074 -elements: [] } } |
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 {#235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#237 …} -namespace: Closure() {#239 …} } |
data | App\Entity\Filtre {#1691 -marque: Doctrine\Common\Collections\ArrayCollection {#1923 -elements: [] } -produit: Doctrine\Common\Collections\ArrayCollection {#2075 -elements: [ App\Entity\Produit {#1402 …} ] } -vendeur: Doctrine\Common\Collections\ArrayCollection {#2074 -elements: [] } } |
data_class | "App\Entity\Filtre" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1889 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Filtre" } } |
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() {#1891 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1745 …} $message: Closure() {#1890 …} $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 | App\Entity\Filtre {#1691 -marque: Doctrine\Common\Collections\ArrayCollection {#1923 -elements: [] } -produit: Doctrine\Common\Collections\ArrayCollection {#2075 -elements: [ App\Entity\Produit {#1402 …} ] } -vendeur: Doctrine\Common\Collections\ArrayCollection {#2074 -elements: [] } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2338 -form: Symfony\Component\Form\Form {#1992 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2342 …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 | true |
translation_domain | null |
unique_block_prefix | "_filtre" |
valid | true |
value | App\Entity\Filtre {#1691 -marque: Doctrine\Common\Collections\ArrayCollection {#1923 -elements: [] } -produit: Doctrine\Common\Collections\ArrayCollection {#2075 -elements: [ App\Entity\Produit {#1402 …} ] } -vendeur: Doctrine\Common\Collections\ArrayCollection {#2074 -elements: [] } } |
marque
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
Property | Value |
---|---|
View Format |
[] |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#1923 -elements: [] } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
autocomplete | true |
same as passed value |
choice_label | "nom" |
same as passed value |
class | "App\Entity\Marque" |
same as passed value |
multiple | true |
same as passed value |
placeholder | "Choisissez une marque" |
null
|
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | true |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1915 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1911 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1922 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1919 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1921 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1920 …} } |
choices | null |
class | "App\Entity\Marque" |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#237 …} -namespace: Closure() {#239 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerQcTYWJi\EntityManagerGhostEbeb667 {#333 …12} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 {#1898 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerQcTYWJi\EntityManagerGhostEbeb667 {#333 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1087 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | true |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1745 …} $message: Closure() {#1914 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-max-results-value" => 10 "data-symfony--ux-autocomplete--autocomplete-loading-more-text-value" => "Loading more results..." "data-symfony--ux-autocomplete--autocomplete-no-results-found-text-value" => "No results found" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "No more results" "data-symfony--ux-autocomplete--autocomplete-create-option-text-value" => "Add %placeholder%..." "data-symfony--ux-autocomplete--autocomplete-preload-value" => "focus" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_filtre_marque" ] |
cache_key | "_filtre_marque_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "BABYLOCK" +value: "1" +data: Proxies\__CG__\App\Entity\Marque {#1540 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "BERNINA" +value: "2" +data: Proxies\__CG__\App\Entity\Marque {#1016 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "BERNETTE" +value: "3" +data: Proxies\__CG__\App\Entity\Marque {#1010 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "BROTHER" +value: "4" +data: Proxies\__CG__\App\Entity\Marque {#1141 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "CRICUT" +value: "5" +data: Proxies\__CG__\App\Entity\Marque {#1665 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +label: "ELNA" +value: "6" +data: Proxies\__CG__\App\Entity\Marque {#1266 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "HUSQVARNA" +value: "7" +data: Proxies\__CG__\App\Entity\Marque {#1503 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "JANOME" +value: "8" +data: Proxies\__CG__\App\Entity\Marque {#1372 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "JUKI" +value: "9" +data: Proxies\__CG__\App\Entity\Marque {#1574 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "PFAFF" +value: "10" +data: Proxies\__CG__\App\Entity\Marque {#1433 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "SCANNCUT" +value: "11" +data: Proxies\__CG__\App\Entity\Marque {#1256 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "SILHOUETTE" +value: "18" +data: Proxies\__CG__\App\Entity\Marque {#1675 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#1923 -elements: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2295 -form: Symfony\Component\Form\Form {#2030 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2323 …5} |
full_name | "filtre[marque][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre_marque" |
is_selected | Closure($choice, array $values) {#2292 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "marque" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filtre_marque" |
uses_autocomplete | true |
valid | true |
value | [] |
produit
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
Property | Value |
---|---|
View Format |
[
"330"
]
|
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#2075 -elements: [ App\Entity\Produit {#1402 …} ] } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
autocomplete | true |
same as passed value |
choice_label | "nom" |
same as passed value |
class | "App\Entity\Produit" |
same as passed value |
multiple | true |
same as passed value |
placeholder | "Choisissez un produit" |
null
|
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | true |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1945 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1936 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1949 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1919 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1953 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1952 …} } |
choices | null |
class | "App\Entity\Produit" |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#237 …} -namespace: Closure() {#239 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerQcTYWJi\EntityManagerGhostEbeb667 {#333 …12} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 {#1941 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerQcTYWJi\EntityManagerGhostEbeb667 {#333 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#776 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | true |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1745 …} $message: Closure() {#1930 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-max-results-value" => 10 "data-symfony--ux-autocomplete--autocomplete-loading-more-text-value" => "Loading more results..." "data-symfony--ux-autocomplete--autocomplete-no-results-found-text-value" => "No results found" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "No more results" "data-symfony--ux-autocomplete--autocomplete-create-option-text-value" => "Add %placeholder%..." "data-symfony--ux-autocomplete--autocomplete-preload-value" => "focus" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_filtre_produit" ] |
cache_key | "_filtre_produit_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "BABYLOCK-ACCLAIM" +value: "9" +data: App\Entity\Produit {#1549 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +label: "BABYLOCK-VICTORY" +value: "10" +data: App\Entity\Produit {#1543 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "BABYLOCKCOVERSTITCH" +value: "11" +data: App\Entity\Produit {#1561 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "BABYLOCKDESIREV3" +value: "12" +data: App\Entity\Produit {#1552 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +label: "BABYLOCKENLIGHTEN" +value: "13" +data: App\Entity\Produit {#1546 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +label: "BABYLOCKGLORIA" +value: "14" +data: App\Entity\Produit {#1558 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2374 +label: "BABYLOCKOVATION" +value: "15" +data: App\Entity\Produit {#1555 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "BABYLOCK_ENSPIRE" +value: "18" +data: App\Entity\Produit {#1539 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "BERNETTE-B70" +value: "24" +data: App\Entity\Produit {#1067 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +label: "BERNETTE-B77" +value: "25" +data: App\Entity\Produit {#1064 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +label: "BERNETTE-B79" +value: "26" +data: App\Entity\Produit {#1061 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +label: "BERNETTE33" +value: "27" +data: App\Entity\Produit {#1000 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +label: "BERNETTE35" +value: "28" +data: App\Entity\Produit {#1077 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +label: "BERNETTE37" +value: "29" +data: App\Entity\Produit {#1073 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "BERNETTE38" +value: "30" +data: App\Entity\Produit {#1070 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +label: "BERNETTE42" +value: "31" +data: App\Entity\Produit {#1058 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "BERNETTE44" +value: "32" +data: App\Entity\Produit {#1055 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +label: "BERNETTE48" +value: "33" +data: App\Entity\Produit {#983 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2385 +label: "BERNINA-B325" +value: "34" +data: App\Entity\Produit {#1090 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +label: "BERNINA-B435" +value: "36" +data: App\Entity\Produit {#1025 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +label: "BERNINA-B475QE" +value: "37" +data: App\Entity\Produit {#1028 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2388 +label: "BERNINA-B480" +value: "38" +data: App\Entity\Produit {#1031 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +label: "BERNINA500" +value: "40" +data: App\Entity\Produit {#1034 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2389 +label: "BERNINA540" +value: "42" +data: App\Entity\Produit {#1039 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2391 +label: "BERNINA570QE-NEW" +value: "43" +data: App\Entity\Produit {#1038 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2392 +label: "BERNINA590BRODERIE" +value: "44" +data: App\Entity\Produit {#1102 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2393 +label: "BERNINA700" +value: "46" +data: App\Entity\Produit {#1099 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2394 +label: "BERNINA770BROD-QEPLUS" +value: "48" +data: App\Entity\Produit {#1051 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2395 +label: "BERNINA880" +value: "51" +data: App\Entity\Produit {#1111 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2396 +label: "BERNINAL450" +value: "53" +data: App\Entity\Produit {#1122 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2397 +label: "BERNINAL460" +value: "54" +data: App\Entity\Produit {#1125 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2398 +label: "BROTHER-A150" +value: "55" +data: App\Entity\Produit {#1165 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2399 +label: "BROTHER-A16" +value: "56" +data: App\Entity\Produit {#1156 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2400 +label: "BROTHER-A50" +value: "57" +data: App\Entity\Produit {#1159 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2401 +label: "BROTHER-F400VM1" +value: "60" +data: App\Entity\Produit {#1168 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2402 +label: "BROTHER-F410VM1" +value: "61" +data: App\Entity\Produit {#1171 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2403 +label: "BROTHER-F420VM1" +value: "62" +data: App\Entity\Produit {#1174 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "BROTHER-KD144" +value: "66" +data: App\Entity\Produit {#1140 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2405 +label: "BROTHER-V5LE" +value: "69" +data: App\Entity\Produit {#1219 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "BROTHER-XN2500" +value: "73" +data: App\Entity\Produit {#1147 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "BROTHER-XQ3700" +value: "75" +data: App\Entity\Produit {#1150 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "BROTHER2104D" +value: "76" +data: App\Entity\Produit {#1237 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "BROTHER3034DWT" +value: "77" +data: App\Entity\Produit {#1240 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "BROTHER4234D" +value: "78" +data: App\Entity\Produit {#1243 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "BROTHERCV3440" +value: "79" +data: App\Entity\Produit {#1246 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "BROTHERCV3550" +value: "80" +data: App\Entity\Produit {#1249 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "BROTHERNV1100" +value: "83" +data: App\Entity\Produit {#1183 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "BROTHERNV1300" +value: "84" +data: App\Entity\Produit {#1186 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "BROTHERNV15" +value: "85" +data: App\Entity\Produit {#1153 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "BROTHERNV1800Q" +value: "86" +data: App\Entity\Produit {#1189 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "BROTHERV3LE" +value: "94" +data: App\Entity\Produit {#1216 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2418 +label: "BROTHERVQ2" +value: "96" +data: App\Entity\Produit {#1192 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2419 +label: "HUSQVARNADESIGNERJADE35" +value: "97" +data: App\Entity\Produit {#1521 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "ELNA-120" +value: "98" +data: App\Entity\Produit {#1269 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "ELNA-864AIR" +value: "99" +data: App\Entity\Produit {#1365 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "ELNA-EXPERIENCE450" +value: "104" +data: App\Entity\Produit {#1299 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "ELNA-EXPRESSIVE830L" +value: "106" +data: App\Entity\Produit {#1341 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "ELNA-EXPRESSIVE850" +value: "107" +data: App\Entity\Produit {#1344 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2425 +label: "ELNA264" +value: "109" +data: App\Entity\Produit {#1350 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "ELNA3210JEANS" +value: "110" +data: App\Entity\Produit {#1296 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "ELNA664" +value: "111" +data: App\Entity\Produit {#1356 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "ELNA664PRO" +value: "112" +data: App\Entity\Produit {#1359 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "ELNA845" +value: "113" +data: App\Entity\Produit {#1362 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2430 +label: "ELNAEXCELLENCE720PRO" +value: "115" +data: App\Entity\Produit {#1323 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2431 +label: "ELNAEXPERIENCE550" +value: "119" +data: App\Entity\Produit {#1305 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2432 +label: "ELNAEXPERIENCE560" +value: "120" +data: App\Entity\Produit {#1308 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2433 +label: "ELNAEXPERIENCE570-ALPHA" +value: "121" +data: App\Entity\Produit {#1311 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "ELNAEXPLORE150" +value: "122" +data: App\Entity\Produit {#1272 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "ELNAEXPLORE160" +value: "123" +data: App\Entity\Produit {#1275 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "ELNAEXPLORE320" +value: "125" +data: App\Entity\Produit {#1287 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "EXPLORE220" +value: "131" +data: App\Entity\Produit {#1278 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "HUSKYLOCK-S21" +value: "134" +data: App\Entity\Produit {#1536 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "HUSQVARNA-BRILLIANCE75Q" +value: "136" +data: App\Entity\Produit {#1518 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "HUSQVARNAHCLASSE10" +value: "144" +data: App\Entity\Produit {#1502 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "HUSQVARNAHCLASSE20" +value: "145" +data: App\Entity\Produit {#1506 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "HUSQVARNAJADE20" +value: "146" +data: App\Entity\Produit {#1509 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "HUSQVARNAOPAL650" +value: "147" +data: App\Entity\Produit {#1512 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "HUSQVARNATOPAZ40" +value: "150" +data: App\Entity\Produit {#1527 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "JANOME-SEWIST-725S" +value: "156" +data: App\Entity\Produit {#1375 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "JANOME-SKYLINE-S3" +value: "157" +data: App\Entity\Produit {#1387 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "JANOME-SKYLINE-S5" +value: "158" +data: App\Entity\Produit {#1390 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "JANOME-SKYLINE-S7" +value: "159" +data: App\Entity\Produit {#1393 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "JANOME2000CPX" +value: "162" +data: App\Entity\Produit {#1426 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "JANOME344D" +value: "163" +data: App\Entity\Produit {#1417 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "JANOMEMC6700P" +value: "170" +data: App\Entity\Produit {#1399 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "JUKI-HZL-G120" +value: "174" +data: App\Entity\Produit {#1595 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +label: "JUKI-HZL-G220" +value: "175" +data: App\Entity\Produit {#1598 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +label: "JUKI-HZLDX5" +value: "176" +data: App\Entity\Produit {#1604 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2455 +label: "JUKI-HZLDX7" +value: "177" +data: App\Entity\Produit {#1607 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2456 +label: "JUKI-HZLNX7" +value: "178" +data: App\Entity\Produit {#1610 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "JUKI-TL2200QVPMINI" +value: "180" +data: App\Entity\Produit {#1616 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2458 +label: "JUKIMO-1000" +value: "181" +data: App\Entity\Produit {#1646 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2459 +label: "JUKIMO-2000QVP" +value: "184" +data: App\Entity\Produit {#1652 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "JUKIMO-50E" +value: "185" +data: App\Entity\Produit {#1622 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +label: "JUKIMO-654DE" +value: "186" +data: App\Entity\Produit {#1637 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +label: "JUKIMO-734DE" +value: "187" +data: App\Entity\Produit {#1640 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "JUKIMO-735" +value: "188" +data: App\Entity\Produit {#1643 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +label: "JUKI_HZL353Z" +value: "189" +data: App\Entity\Produit {#1583 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +label: "JUKI_HZL355Z" +value: "190" +data: App\Entity\Produit {#1586 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "JUKI_HZL357Z" +value: "191" +data: App\Entity\Produit {#1589 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +label: "JUKI_HZL_60HR_B" +value: "192" +data: App\Entity\Produit {#1573 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +label: "JUKI_HZL_70H" +value: "193" +data: App\Entity\Produit {#1577 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "JUKI_HZL_80H" +value: "194" +data: App\Entity\Produit {#1580 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "PFAFF-ADMIREAIR5000" +value: "195" +data: App\Entity\Produit {#1496 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "PFAFF-AMBITION610" +value: "196" +data: App\Entity\Produit {#1454 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +label: "PFAFF-AMBITION620" +value: "197" +data: App\Entity\Produit {#1457 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +label: "PFAFF-EXPRESSION710" +value: "199" +data: App\Entity\Produit {#1463 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "PFAFF-EXPRESSION720" +value: "200" +data: App\Entity\Produit {#1469 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "PFAFF-PERFORMANCEICON" +value: "201" +data: App\Entity\Produit {#1472 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "PFAFF-SMARTER140" +value: "202" +data: App\Entity\Produit {#1432 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2477 +label: "PFAFF-SMARTER160" +value: "203" +data: App\Entity\Produit {#1436 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +label: "PFAFFCOVERLOCK30" +value: "204" +data: App\Entity\Produit {#1490 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +label: "PFAFFCREATIVE3P0" +value: "207" +data: App\Entity\Produit {#1478 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2480 +label: "PFAFFHOBBYLOCK2P5" +value: "212" +data: App\Entity\Produit {#1487 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2481 +label: "PFAFFPASSPORT2P0" +value: "213" +data: App\Entity\Produit {#1448 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2482 +label: "PFAFFPASSPORT3P0" +value: "214" +data: App\Entity\Produit {#1451 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2483 +label: "PFAFFSELECTLINE32" +value: "216" +data: App\Entity\Produit {#1442 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +label: "PFAFFSELECTLINE42" +value: "217" +data: App\Entity\Produit {#1445 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +label: "PFAFFSMARTER260C" +value: "219" +data: App\Entity\Produit {#1439 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "CRICUT-JOY" +value: "229" +data: App\Entity\Produit {#1664 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "SCANNCUT-SDX900" +value: "230" +data: App\Entity\Produit {#1255 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +label: "BERNETTE-B05-CRAFTER" +value: "231" +data: App\Entity\Produit {#997 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +label: "BERNETTE-B05-ACADEMY" +value: "232" +data: App\Entity\Produit {#1015 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "BABYLOCK-EUPHORIA" +value: "235" +data: App\Entity\Produit {#1564 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +label: "SCANNCUT-SDX1250" +value: "237" +data: App\Entity\Produit {#1259 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +label: "SCANNCUT-SDX2250D" +value: "239" +data: App\Entity\Produit {#1262 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "CRICUT MAKER 3" +value: "240" +data: App\Entity\Produit {#1668 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +label: "CRICUT-EXPLORE-3" +value: "242" +data: App\Entity\Produit {#1671 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "CAMEO 4 Blanche" +value: "245" +data: App\Entity\Produit {#1674 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +label: "CAMEO 4 Rose" +value: "246" +data: App\Entity\Produit {#1678 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "CAMEO 4 PLUS" +value: "247" +data: App\Entity\Produit {#1681 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +label: "CAMEO 4 PRO" +value: "248" +data: App\Entity\Produit {#1684 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +label: "CAMEO 4 Noire" +value: "249" +data: App\Entity\Produit {#1687 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +label: "Janome-jeans-Stretch-9077" +value: "250" +data: App\Entity\Produit {#1381 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "JUKIMO-214D" +value: "251" +data: App\Entity\Produit {#1631 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +label: "BROTHER-F580" +value: "252" +data: App\Entity\Produit {#1207 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +label: "BROTHER-F540" +value: "253" +data: App\Entity\Produit {#1204 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2504 +label: "BROTHER-F560" +value: "254" +data: App\Entity\Produit {#1177 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +label: "BROTHER-M340ED" +value: "255" +data: App\Entity\Produit {#1198 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2607 +label: "BROTHER-M380DVM1" +value: "256" +data: App\Entity\Produit {#1201 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2606 +label: "Janome-Jubilee-lock-150" +value: "257" +data: App\Entity\Produit {#1420 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +label: "JUKI-MCS-1800" +value: "258" +data: App\Entity\Produit {#1649 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +label: "JUKIMO-204D" +value: "259" +data: App\Entity\Produit {#1628 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +label: " PFAFF-ADMIRE-AIR-7000 " +value: "261" +data: App\Entity\Produit {#1499 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2611 +label: "JANOME-COVERPRO3000P" +value: "263" +data: App\Entity\Produit {#1429 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2612 +label: "JANOME-CM7P" +value: "264" +data: App\Entity\Produit {#1405 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2613 +label: "Janome-Jubilee150" +value: "265" +data: App\Entity\Produit {#1384 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2614 +label: "Brother Innovis 880E" +value: "266" +data: App\Entity\Produit {#1210 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2615 +label: "Janome-550E" +value: "267" +data: App\Entity\Produit {#1408 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2616 +label: "Janome-Air-Thread-2000D" +value: "268" +data: App\Entity\Produit {#1423 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2617 +label: "ELNA-EXCELLENCE790PRO" +value: "269" +data: App\Entity\Produit {#1332 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2618 +label: "ELNA-EXCELLENCE-770" +value: "270" +data: App\Entity\Produit {#1326 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2619 +label: "ELNA-EXCELLENCE710" +value: "271" +data: App\Entity\Produit {#1320 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2620 +label: "ELNA-EXTEND-EASY-COVER V2" +value: "272" +data: App\Entity\Produit {#1353 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2621 +label: "ELNA-EXPERIENCE530" +value: "273" +data: App\Entity\Produit {#1302 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +label: "JUKI-HZL-F370" +value: "274" +data: App\Entity\Produit {#1592 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2623 +label: "ELNA-EXtend-Covermax" +value: "276" +data: App\Entity\Produit {#1368 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2624 +label: "BERNETTE64-AIRLOCK" +value: "277" +data: App\Entity\Produit {#1095 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2625 +label: "JANOME-EASYJEANS26" +value: "278" +data: App\Entity\Produit {#1378 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2626 +label: "BERNINAL850" +value: "279" +data: App\Entity\Produit {#1128 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2627 +label: "BERNINAL860" +value: "280" +data: App\Entity\Produit {#1131 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2628 +label: "BERNINAL890" +value: "281" +data: App\Entity\Produit {#1134 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2629 +label: "BROTHER-AIRFLOW3000" +value: "282" +data: App\Entity\Produit {#1252 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2630 +label: "BROTHER-PR1055" +value: "283" +data: App\Entity\Produit {#1234 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2631 +label: "BROTHER-PR680W" +value: "284" +data: App\Entity\Produit {#1231 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2632 +label: "BROTHER-NV2700" +value: "285" +data: App\Entity\Produit {#1213 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2633 +label: "BROTHER-KD40" +value: "286" +data: App\Entity\Produit {#1144 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2634 +label: "ELNA-E680PLUS-FASHIONDECOR" +value: "289" +data: App\Entity\Produit {#1317 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2635 +label: "BERNINA-570QE-KAFFE" +value: "290" +data: App\Entity\Produit {#1661 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +label: "BERNINA-B735" +value: "291" +data: App\Entity\Produit {#1119 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2637 +label: "BERNETTE-B62-AIRLOCK" +value: "292" +data: App\Entity\Produit {#779 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2638 +label: "BERNETTE-B68-AIRLOCK" +value: "293" +data: App\Entity\Produit {#1092 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +label: "HUSQVARNAOPAL690Q" +value: "295" +data: App\Entity\Produit {#1515 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +label: "PFAFF Admire 1000" +value: "296" +data: App\Entity\Produit {#1493 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2641 +label: "JUKI-MO-3500-SUMATO" +value: "297" +data: App\Entity\Produit {#1658 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +label: "MO2500-SUMATO" +value: "298" +data: App\Entity\Produit {#1655 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2643 +label: "BERNINA790PRO" +value: "299" +data: App\Entity\Produit {#1050 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2644 +label: "AMBITION640" +value: "300" +data: App\Entity\Produit {#1475 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2645 +label: "DESIGNERSAPPHIRE85" +value: "301" +data: App\Entity\Produit {#1530 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2646 +label: "BROTHER-A65" +value: "302" +data: App\Entity\Produit {#1162 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +label: "BROTHER-PR1X" +value: "303" +data: App\Entity\Produit {#1228 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +label: "BROTHER-XE2" +value: "304" +data: App\Entity\Produit {#1222 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2649 +label: "BROTHER-XJ2" +value: "305" +data: App\Entity\Produit {#1225 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +label: "BROTHER-PQ-1600-S" +value: "307" +data: App\Entity\Produit {#1195 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2651 +label: "JUKI-HZL-UX8" +value: "308" +data: App\Entity\Produit {#1613 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +label: "JUKI-MO-80" +value: "310" +data: App\Entity\Produit {#1625 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +label: "JUKIMO-644D" +value: "311" +data: App\Entity\Produit {#1634 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2654 +label: "TL2300-SUMATO" +value: "312" +data: App\Entity\Produit {#1619 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +label: "ELNA-EXCELLENCE-782" +value: "313" +data: App\Entity\Produit {#1329 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2656 +label: "ELNA-792PRO" +value: "315" +data: App\Entity\Produit {#1335 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2657 +label: "BERNINA-Q16" +value: "316" +data: App\Entity\Produit {#1113 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +label: "BERNINA-Q24" +value: "317" +data: App\Entity\Produit {#1116 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2659 +label: "ELNA-Expressive-970" +value: "318" +data: App\Entity\Produit {#1347 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2660 +label: "PFAFF-Icon-II" +value: "320" +data: App\Entity\Produit {#1484 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +label: "Continental-M17" +value: "321" +data: App\Entity\Produit {#1414 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2662 +label: "JANOME-SKYLINE-S9" +value: "323" +data: App\Entity\Produit {#1411 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2663 +label: "ELNAEXPRESSIVE830CREATIVE" +value: "324" +data: App\Entity\Produit {#1338 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +label: "ELNA-1000-SEW" +value: "325" +data: App\Entity\Produit {#1265 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2665 +label: "Janome-415" +value: "326" +data: App\Entity\Produit {#1371 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2666 +label: "Janome-HD9" +value: "327" +data: App\Entity\Produit {#1396 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2667 +label: "amber-s100" +value: "328" +data: App\Entity\Produit {#1533 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2668 +label: "BABYLOCKSASHIKO" +value: "329" +data: App\Entity\Produit {#1567 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2669 +label: "JANOME-9480QC" +value: "330" +data: App\Entity\Produit {#1402 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +label: "BERNINA-990" +value: "332" +data: App\Entity\Produit {#1137 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2671 +label: "HUSQVARNA-Epic-3" +value: "333" +data: App\Entity\Produit {#1524 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2672 +label: "ELNA-EXCELLENCE580PLUS_FD" +value: "334" +data: App\Entity\Produit {#1314 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +label: "PFAFF-AMBITION635" +value: "335" +data: App\Entity\Produit {#1460 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2674 +label: "BABYLOCK-PRIMO" +value: "336" +data: App\Entity\Produit {#1570 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2675 +label: "BROTHER-EV1" +value: "338" +data: App\Entity\Produit {#1180 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2676 +label: "Bernette-B08" +value: "339" +data: App\Entity\Produit {#1110 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2677 +label: "PFAFF-EXPRESSION710-EditionSpeciale" +value: "340" +data: App\Entity\Produit {#1466 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2678 +label: "ELNAEXPLORE320S" +value: "341" +data: App\Entity\Produit {#1290 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2679 +label: "ELNAEXPLORE340S" +value: "342" +data: App\Entity\Produit {#1293 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +label: "ELNAEXPLORE240S" +value: "343" +data: App\Entity\Produit {#1284 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +label: "ELNAEXPLORE220S" +value: "344" +data: App\Entity\Produit {#1281 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +label: "PFAFF-CREATIVEEXPECT350" +value: "345" +data: App\Entity\Produit {#1481 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +label: "JUKI-HZL-G320" +value: "346" +data: App\Entity\Produit {#1601 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +label: "BERNINA-335N" +value: "347" +data: App\Entity\Produit {#1022 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +label: "BERNINA-325N" +value: "348" +data: App\Entity\Produit {#1019 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#2075 -elements: [ App\Entity\Produit {#1402 …} ] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2384 -form: Symfony\Component\Form\Form {#2033 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2265 …5} |
full_name | "filtre[produit][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre_produit" |
is_selected | Closure($choice, array $values) {#2383 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "produit" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filtre_produit" |
uses_autocomplete | true |
valid | true |
value | [
"330"
] |
vendeur
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
Property | Value |
---|---|
View Format |
[] |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#2074 -elements: [] } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
autocomplete | true |
same as passed value |
choice_label | "nom" |
same as passed value |
class | "App\Entity\Vendeur" |
same as passed value |
multiple | true |
same as passed value |
placeholder | "Choisissez un vendeur" |
null
|
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | true |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1976 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1969 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1977 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1919 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1979 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1978 …} } |
choices | null |
class | "App\Entity\Vendeur" |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#237 …} -namespace: Closure() {#239 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerQcTYWJi\EntityManagerGhostEbeb667 {#333 …12} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 {#1972 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerQcTYWJi\EntityManagerGhostEbeb667 {#333 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#753 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | true |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1745 …} $message: Closure() {#1967 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-max-results-value" => 10 "data-symfony--ux-autocomplete--autocomplete-loading-more-text-value" => "Loading more results..." "data-symfony--ux-autocomplete--autocomplete-no-results-found-text-value" => "No results found" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "No more results" "data-symfony--ux-autocomplete--autocomplete-create-option-text-value" => "Add %placeholder%..." "data-symfony--ux-autocomplete--autocomplete-preload-value" => "focus" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_filtre_vendeur" ] |
cache_key | "_filtre_vendeur_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2689 +label: "CoudreetBroder" +value: "1" +data: App\Entity\Vendeur {#766 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +label: "CreativDecoupe" +value: "2" +data: App\Entity\Vendeur {#819 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +label: "Rascol" +value: "3" +data: App\Entity\Vendeur {#833 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "Stecker" +value: "4" +data: App\Entity\Vendeur {#838 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "Shopty" +value: "17" +data: App\Entity\Vendeur {#843 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +label: "EspaceCouture" +value: "18" +data: App\Entity\Vendeur {#848 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +label: "MachineACoudreFR" +value: "19" +data: App\Entity\Vendeur {#853 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "MachineACoudreER" +value: "20" +data: App\Entity\Vendeur {#806 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +label: "Matri" +value: "21" +data: App\Entity\Vendeur {#811 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +label: "TMac" +value: "22" +data: App\Entity\Vendeur {#816 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2698 +label: "Les Machines à Coudre de Patricia" +value: "23" +data: App\Entity\Vendeur {#829 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +label: "Le Petit Lapin Rouge" +value: "25" +data: App\Entity\Vendeur {#858 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +label: "Sperenza" +value: "26" +data: App\Entity\Vendeur {#863 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +label: "La Fourmi Creative" +value: "27" +data: App\Entity\Vendeur {#868 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "Scrapmalin" +value: "28" +data: App\Entity\Vendeur {#873 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "Créadhésif" +value: "29" +data: App\Entity\Vendeur {#878 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "Silhouette Magasin" +value: "30" +data: App\Entity\Vendeur {#883 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "Atome 3D" +value: "31" +data: App\Entity\Vendeur {#888 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "Craftelier" +value: "32" +data: App\Entity\Vendeur {#893 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "Transfer ID" +value: "33" +data: App\Entity\Vendeur {#898 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +label: "VBS Hobby" +value: "34" +data: App\Entity\Vendeur {#903 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +label: "RougierEtPle" +value: "35" +data: App\Entity\Vendeur {#908 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "Simac" +value: "37" +data: App\Entity\Vendeur {#913 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +label: "Coudre toujours mieux" +value: "38" +data: App\Entity\Vendeur {#918 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +label: "Atelier machine à coudre" +value: "39" +data: App\Entity\Vendeur {#923 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +label: "Bernina France" +value: "40" +data: App\Entity\Vendeur {#928 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "Maison Parmentier" +value: "41" +data: App\Entity\Vendeur {#933 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "Elna France" +value: "42" +data: App\Entity\Vendeur {#938 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "Mondial Tissus" +value: "43" +data: App\Entity\Vendeur {#943 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +label: "Ma petite mercerie" +value: "44" +data: App\Entity\Vendeur {#948 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "France machine à coudre" +value: "45" +data: App\Entity\Vendeur {#953 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "Passe-temps Bordeaux" +value: "46" +data: App\Entity\Vendeur {#958 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +label: "Cucire Online" +value: "47" +data: App\Entity\Vendeur {#963 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +label: "La maison de la couture" +value: "48" +data: App\Entity\Vendeur {#968 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +label: "Pfaff France" +value: "49" +data: App\Entity\Vendeur {#973 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +label: "Verotex" +value: "50" +data: App\Entity\Vendeur {#978 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#2074 -elements: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2686 -form: Symfony\Component\Form\Form {#2036 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2382 …5} |
full_name | "filtre[vendeur][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "filtre_vendeur" |
is_selected | Closure($choice, array $values) {#2687 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "vendeur" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | true |
translation_domain | null |
unique_block_prefix | "_filtre_vendeur" |
uses_autocomplete | true |
valid | true |
value | [] |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "629eb81cc27bfa287fae00.FYfgtO4IXefWDQFloB-aquLMwCP0L1JyEBeKJTyWe-U.XMvZgY9MFZCQbEQt8m_2xIq2uWG7dR8hf33kQ0j5DIxkzIKFvEJltYNGQA" |
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 | "629eb81cc27bfa287fae00.FYfgtO4IXefWDQFloB-aquLMwCP0L1JyEBeKJTyWe-U.XMvZgY9MFZCQbEQt8m_2xIq2uWG7dR8hf33kQ0j5DIxkzIKFvEJltYNGQA" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "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 {#235 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#236 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#237 …} -namespace: Closure() {#239 …} } |
data | "629eb81cc27bfa287fae00.FYfgtO4IXefWDQFloB-aquLMwCP0L1JyEBeKJTyWe-U.XMvZgY9MFZCQbEQt8m_2xIq2uWG7dR8hf33kQ0j5DIxkzIKFvEJltYNGQA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2733 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() {#2688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1745 …} $message: Closure() {#2294 …} $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 | "629eb81cc27bfa287fae00.FYfgtO4IXefWDQFloB-aquLMwCP0L1JyEBeKJTyWe-U.XMvZgY9MFZCQbEQt8m_2xIq2uWG7dR8hf33kQ0j5DIxkzIKFvEJltYNGQA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2745 -form: Symfony\Component\Form\Form {#2741 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2732 …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 | "629eb81cc27bfa287fae00.FYfgtO4IXefWDQFloB-aquLMwCP0L1JyEBeKJTyWe-U.XMvZgY9MFZCQbEQt8m_2xIq2uWG7dR8hf33kQ0j5DIxkzIKFvEJltYNGQA" |