Forms
-
commande
-
fournisseurs
-
dateliv
-
qtcommandes
-
_token
-
commande
Form type:
"App\Form\CommandeType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Commande {#927 -id: null -numCommande: null -fournisseurs: null -date: null -qtcommandes: Doctrine\Common\Collections\ArrayCollection {#928 …} -dateliv: null -isRecu: null -pdfPath: null -Motif: null -nomFournisseur: null -isArchive: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Commande {#927 -id: null -numCommande: null -fournisseurs: null -date: null -qtcommandes: Doctrine\Common\Collections\ArrayCollection {#928 …} -dateliv: null -isRecu: null -pdfPath: null -Motif: null -nomFournisseur: null -isArchive: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#749 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#146 …} -logger: Monolog\Logger {#225 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#748 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | App\Entity\Commande {#927 -id: null -numCommande: null -fournisseurs: null -date: null -qtcommandes: Doctrine\Common\Collections\ArrayCollection {#928 …} -dateliv: null -isRecu: null -pdfPath: null -Motif: null -nomFournisseur: null -isArchive: null } |
| data_class | "App\Entity\Commande" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1018 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Commande" } } |
| 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() {#1016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#187 …} $message: Closure() {#1017 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "commande" "_commande" ] |
| cache_key | "_commande_commande" |
| compound | true |
| data | App\Entity\Commande {#927 -id: null -numCommande: null -fournisseurs: null -date: null -qtcommandes: Doctrine\Common\Collections\ArrayCollection {#928 …} -dateliv: null -isRecu: null -pdfPath: null -Motif: null -nomFournisseur: null -isArchive: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1271 -errors: [] -form: Symfony\Component\Form\Form {#1284 …} } |
| form | Symfony\Component\Form\FormView {#1015 …5} |
| full_name | "commande" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "commande" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "commande" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_commande" |
| valid | true |
| value | App\Entity\Commande {#927 -id: null -numCommande: null -fournisseurs: null -date: null -qtcommandes: Doctrine\Common\Collections\ArrayCollection {#928 …} -dateliv: null -isRecu: null -pdfPath: null -Motif: null -nomFournisseur: null -isArchive: null } |
fournisseurs
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "nom" |
same as passed value |
| class | "App\Entity\Fournisseur" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1005 class: "App\Form\CommandeType" this: App\Form\CommandeType {#949 …} } |
Doctrine\ORM\QueryBuilder {#1133 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1141 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1144 #from: "App\Entity\Fournisseur" #alias: "f" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1145 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "f.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#1143 …} -dql: "SELECT f FROM App\Entity\Fournisseur f ORDER BY f.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1142 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Container2VA6ONx\EntityManagerGhost614a58f {#394 …12} } |
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 | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nom" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1254 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1147 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1146 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1148 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1245 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1150 …} } |
| choices | null |
| class | "App\Entity\Fournisseur" |
| 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\SameOriginCsrfTokenManager {#749 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#146 …} -logger: Monolog\Logger {#225 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#748 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Container2VA6ONx\EntityManagerGhost614a58f {#394 …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 {#1242 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container2VA6ONx\EntityManagerGhost614a58f {#394 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1103 …} } |
| 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 | false |
| 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 | Doctrine\ORM\QueryBuilder {#1133 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1141 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1144 #from: "App\Entity\Fournisseur" #alias: "f" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1145 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "f.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#1143 …} -dql: "SELECT f FROM App\Entity\Fournisseur f ORDER BY f.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1142 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Container2VA6ONx\EntityManagerGhost614a58f {#394 …12} } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#187 …} $message: Closure() {#1003 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_commande_fournisseurs" ] |
| cache_key | "_commande_fournisseurs_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1540 +data: App\Entity\Fournisseur {#1572 …} +value: "107" +label: "ARNAL" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1559 +data: App\Entity\Fournisseur {#1595 …} +value: "53" +label: "Berel(Sorel plastiques)" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1557 +data: App\Entity\Fournisseur {#1614 …} +value: "54" +label: "Besserat de Bellefon" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1561 +data: App\Entity\Fournisseur {#1621 …} +value: "55" +label: "Bouquetterie LTA" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1555 +data: App\Entity\Fournisseur {#1628 …} +value: "101" +label: "Broekhof" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1569 +data: App\Entity\Fournisseur {#1635 …} +value: "56" +label: "Cameliflore" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1568 +data: App\Entity\Fournisseur {#1642 …} +value: "86" +label: "Compagnie & Co." +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1567 +data: App\Entity\Fournisseur {#1649 …} +value: "88" +label: "Comptoir de Mathilde" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1558 +data: App\Entity\Fournisseur {#1656 …} +value: "108" +label: "CREA LANDES" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1563 +data: App\Entity\Fournisseur {#1663 …} +value: "57" +label: "Dataforms" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1985 +data: App\Entity\Fournisseur {#1670 …} +value: "102" +label: "Doudou et companie" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1986 +data: App\Entity\Fournisseur {#1677 …} +value: "58" +label: "Duc de Gascogne" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1987 +data: App\Entity\Fournisseur {#1684 …} +value: "59" +label: "DUIF" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1988 +data: App\Entity\Fournisseur {#1691 …} +value: "61" +label: "Edelman" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1989 +data: App\Entity\Fournisseur {#1698 …} +value: "96" +label: "FLEURS DE BACH" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1990 +data: App\Entity\Fournisseur {#1705 …} +value: "62" +label: "Floran" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1991 +data: App\Entity\Fournisseur {#1712 …} +value: "63" +label: "Forest company" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1992 +data: App\Entity\Fournisseur {#1719 …} +value: "64" +label: "Four Season" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1993 +data: App\Entity\Fournisseur {#1726 …} +value: "104" +label: "Gifts for change" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1994 +data: App\Entity\Fournisseur {#1733 …} +value: "65" +label: "GRD" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1995 +data: App\Entity\Fournisseur {#1740 …} +value: "84" +label: "Homedecoratie Manja B.V." +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1996 +data: App\Entity\Fournisseur {#1747 …} +value: "66" +label: "Hoornbloom (Bloommasters)" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1997 +data: App\Entity\Fournisseur {#1754 …} +value: "67" +label: "Institut Karité" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1998 +data: App\Entity\Fournisseur {#1761 …} +value: "95" +label: "JRL Atelier Deco" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1999 +data: App\Entity\Fournisseur {#1768 …} +value: "68" +label: "Kariflex" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2000 +data: App\Entity\Fournisseur {#1775 …} +value: "69" +label: "Lamboo" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2001 +data: App\Entity\Fournisseur {#1782 …} +value: "70" +label: "Lanson" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2002 +data: App\Entity\Fournisseur {#1789 …} +value: "71" +label: "Le Temps des sages" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2003 +data: App\Entity\Fournisseur {#1796 …} +value: "98" +label: "LEGO" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2004 +data: App\Entity\Fournisseur {#1803 …} +value: "106" +label: "LEGO" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2005 +data: App\Entity\Fournisseur {#1810 …} +value: "60" +label: "Les gourmandises de Sophie" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2006 +data: App\Entity\Fournisseur {#1817 …} +value: "103" +label: "Les Gourmandises de Sophie" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2007 +data: App\Entity\Fournisseur {#1824 …} +value: "97" +label: "LES MOTS DOUX" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2008 +data: App\Entity\Fournisseur {#1831 …} +value: "105" +label: "Lilyval" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2009 +data: App\Entity\Fournisseur {#1838 …} +value: "85" +label: "LÜBECH LIVING" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2010 +data: App\Entity\Fournisseur {#1845 …} +value: "89" +label: "Manta (RESETEA)" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2011 +data: App\Entity\Fournisseur {#1852 …} +value: "72" +label: "Marionnaud" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2012 +data: App\Entity\Fournisseur {#1859 …} +value: "93" +label: "Marionnaud" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2013 +data: App\Entity\Fournisseur {#1866 …} +value: "73" +label: "Maxim's" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2014 +data: App\Entity\Fournisseur {#1873 …} +value: "74" +label: "Mecaflor" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2015 +data: App\Entity\Fournisseur {#1880 …} +value: "83" +label: "MSPIE" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2016 +data: App\Entity\Fournisseur {#1887 …} +value: "90" +label: "Oliveraie du Luberon" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2017 +data: App\Entity\Fournisseur {#1894 …} +value: "92" +label: "Panier des sens" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2018 +data: App\Entity\Fournisseur {#1901 …} +value: "94" +label: "Polaar" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2019 +data: App\Entity\Fournisseur {#1908 …} +value: "75" +label: "Raja" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2020 +data: App\Entity\Fournisseur {#1915 …} +value: "91" +label: "Rampal La Tour" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2021 +data: App\Entity\Fournisseur {#1922 …} +value: "76" +label: "Savor & Sens" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2022 +data: App\Entity\Fournisseur {#1929 …} +value: "100" +label: "Shanty" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2023 +data: App\Entity\Fournisseur {#1936 …} +value: "77" +label: "Sica Marché aux fleurs" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2024 +data: App\Entity\Fournisseur {#1943 …} +value: "78" +label: "Smitheroasis" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2025 +data: App\Entity\Fournisseur {#1950 …} +value: "79" +label: "Smurfitkappa" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2026 +data: App\Entity\Fournisseur {#1957 …} +value: "99" +label: "STC Pro" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2027 +data: App\Entity\Fournisseur {#1964 …} +value: "80" +label: "Thomas croux" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2028 +data: App\Entity\Fournisseur {#1971 …} +value: "81" +label: "Vignali" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2029 +data: App\Entity\Fournisseur {#1978 …} +value: "82" +label: "Vive la Fleur" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1537 -errors: [] -form: Symfony\Component\Form\Form {#1302 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1535 …5} |
| full_name | "commande[fournisseurs]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "commande_fournisseurs" |
| is_selected | Closure($choice, $value) {#1539 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 | false |
| name | "fournisseurs" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_commande_fournisseurs" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
dateliv
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View 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 | false |
| calendar | null |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#749 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#146 …} -logger: Monolog\Logger {#225 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#748 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "Please enter a valid date." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#187 …} $message: Closure() {#1251 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_commande_dateliv" ] |
| cache_key | "_commande_dateliv_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2030 -errors: [] -form: Symfony\Component\Form\Form {#1522 …} } |
| form | Symfony\Component\Form\FormView {#1538 …5} |
| full_name | "commande[dateliv]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "commande_dateliv" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateliv" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_commande_dateliv" |
| valid | true |
| value | "" |
| widget | "single_text" |
qtcommandes
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#1550 -elements: [] } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "data-controller" => "qt-collection-prix" ] |
[ "data-controller" => "qt-collection-prix" ] |
| by_reference | false |
same as passed value |
| entry_options | [ "attr" => [ "data-qt-entry" => true ] ] |
[ "attr" => [ "data-qt-entry" => true ] "block_name" => "entry" ] |
| entry_type | "App\Form\QtCommandeType" |
same as passed value |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "qt-collection-prix" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#749 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#146 …} -logger: Monolog\Logger {#225 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#748 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1268 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| entry_options | [ "attr" => [ "data-qt-entry" => true ] "block_name" => "entry" ] |
| entry_type | "App\Form\QtCommandeType" |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The collection is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| keep_as_list | false |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| prototype_options | [] |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#187 …} $message: Closure() {#1269 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [ "data-controller" => "qt-collection-prix" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_commande_qtcommandes" ] |
| cache_key | "_commande_qtcommandes_collection" |
| compound | true |
| data | Doctrine\Common\Collections\ArrayCollection {#1550 -elements: [] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2031 -errors: [] -form: Symfony\Component\Form\Form {#1531 …} } |
| form | Symfony\Component\Form\FormView {#2032 …5} |
| full_name | "commande[qtcommandes]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "commande_qtcommandes" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "qtcommandes" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#2033 …5} |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_commande_qtcommandes" |
| valid | true |
| value | Doctrine\Common\Collections\ArrayCollection {#1550 -elements: [] } |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#749 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#146 …} -logger: Monolog\Logger {#225 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#748 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5196 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() {#5199 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#187 …} $message: Closure() {#5198 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_commande__token" ] |
| cache_key | "_commande__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5209 -errors: [] -form: Symfony\Component\Form\Form {#5205 …} } |
| form | Symfony\Component\Form\FormView {#5200 …5} |
| full_name | "commande[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "commande__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 | "_commande__token" |
| valid | true |
| value | "csrf-token" |