Forms
-
stat_projet
-
pays
-
type_animaux
-
categorie
-
annee
-
Envoyer
-
stat_projet
Form type:
"App\Form\StatProjetType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "pays" => null "type_animaux" => null "categorie" => "Fonctionnement" "annee" => null ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#738 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#88 …} -logger: Monolog\Logger {#127 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#811 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#941 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "GET" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#943 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#942 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "stat_projet" "_stat_projet" ] |
| cache_key | "_stat_projet_stat_projet" |
| compound | true |
| data | [ "pays" => null "type_animaux" => null "categorie" => "Fonctionnement" "annee" => null ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1394 -errors: [] -form: Symfony\Component\Form\Form {#1154 …} } |
| form | Symfony\Component\Form\FormView {#1395 …5} |
| full_name | "stat_projet" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "stat_projet" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "stat_projet" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_stat_projet" |
| valid | true |
| value | [ "pays" => null "type_animaux" => null "categorie" => "Fonctionnement" "annee" => null ] |
pays
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 | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "nom_fr_fr" |
same as passed value |
| class | "App\Entity\Pays" |
same as passed value |
| label | "Choisir le pays" |
same as passed value |
| placeholder | "Choisir le pays" |
same as passed value |
| query_builder | Closure(PaysRepository $er) {#948 class: "App\Form\StatProjetType" this: App\Form\StatProjetType {#891 …} } |
Doctrine\ORM\QueryBuilder {#1004 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1009 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1010 #from: "App\Entity\Pays" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1011 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.nom_fr_fr ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1008 …} -dql: "SELECT p FROM App\Entity\Pays p ORDER BY p.nom_fr_fr ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1007 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerCr2JVRL\EntityManagerGhost614a58f {#249 …12} } |
| required | 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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nom_fr_fr" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1120 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1013 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1012 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1014 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1111 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1016 …} } |
| choices | null |
| class | "App\Entity\Pays" |
| 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 {#738 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#88 …} -logger: Monolog\Logger {#127 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#811 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerCr2JVRL\EntityManagerGhost614a58f {#249 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1108 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerCr2JVRL\EntityManagerGhost614a58f {#249 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#977 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Choisir le pays" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Choisir le pays" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1004 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1009 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1010 #from: "App\Entity\Pays" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1011 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.nom_fr_fr ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1008 …} -dql: "SELECT p FROM App\Entity\Pays p ORDER BY p.nom_fr_fr ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1007 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerCr2JVRL\EntityManagerGhost614a58f {#249 …12} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#974 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_stat_projet_pays" ] |
| cache_key | "_stat_projet_pays_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1399 +data: App\Entity\Pays {#1483 …} +value: "1" +label: "Afghanistan" +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1522 +data: App\Entity\Pays {#1479 …} +value: "201" +label: "Afrique du Sud" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1480 +data: App\Entity\Pays {#1476 …} +value: "2" +label: "Albanie" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1420 +data: App\Entity\Pays {#1473 …} +value: "4" +label: "Algérie" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1406 +data: App\Entity\Pays {#1470 …} +value: "84" +label: "Allemagne" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1410 +data: App\Entity\Pays {#1467 …} +value: "6" +label: "Andorre" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1495 +data: App\Entity\Pays {#1464 …} +value: "7" +label: "Angola" +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1453 +data: App\Entity\Pays {#1461 …} +value: "186" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1481 +data: App\Entity\Pays {#1458 …} +value: "3" +label: "Antarctique" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1449 +data: App\Entity\Pays {#1455 …} +value: "8" +label: "Antigua-et-Barbuda" +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2152 +data: App\Entity\Pays {#1451 …} +value: "151" +label: "Antilles Néerlandaises" +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2153 +data: App\Entity\Pays {#1447 …} +value: "192" +label: "Arabie Saoudite" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2154 +data: App\Entity\Pays {#1443 …} +value: "10" +label: "Argentine" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2155 +data: App\Entity\Pays {#1440 …} +value: "16" +label: "Arménie" +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2156 +data: App\Entity\Pays {#1437 …} +value: "152" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2157 +data: App\Entity\Pays {#1434 …} +value: "11" +label: "Australie" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2158 +data: App\Entity\Pays {#1431 …} +value: "12" +label: "Autriche" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2159 +data: App\Entity\Pays {#1427 …} +value: "9" +label: "Azerbaïdjan" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2160 +data: App\Entity\Pays {#1424 …} +value: "13" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2161 +data: App\Entity\Pays {#1421 …} +value: "14" +label: "Bahreïn" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2162 +data: App\Entity\Pays {#1417 …} +value: "15" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2163 +data: App\Entity\Pays {#1414 …} +value: "17" +label: "Barbade" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2164 +data: App\Entity\Pays {#1519 …} +value: "34" +label: "Bélarus" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2165 +data: App\Entity\Pays {#1504 …} +value: "18" +label: "Belgique" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2166 +data: App\Entity\Pays {#1482 …} +value: "26" +label: "Belize" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2167 +data: App\Entity\Pays {#1501 …} +value: "59" +label: "Bénin" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2168 +data: App\Entity\Pays {#1507 …} +value: "19" +label: "Bermudes" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2169 +data: App\Entity\Pays {#1499 …} +value: "20" +label: "Bhoutan" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2170 +data: App\Entity\Pays {#1494 …} +value: "21" +label: "Bolivie" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2171 +data: App\Entity\Pays {#1486 …} +value: "22" +label: "Bosnie-Herzégovine" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2172 +data: App\Entity\Pays {#1511 …} +value: "23" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2173 +data: App\Entity\Pays {#1517 …} +value: "25" +label: "Brésil" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2174 +data: App\Entity\Pays {#1515 …} +value: "30" +label: "Brunéi Darussalam" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2175 +data: App\Entity\Pays {#1525 …} +value: "31" +label: "Bulgarie" +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2176 +data: App\Entity\Pays {#1528 …} +value: "233" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2177 +data: App\Entity\Pays {#1531 …} +value: "33" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2178 +data: App\Entity\Pays {#1534 …} +value: "35" +label: "Cambodge" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2179 +data: App\Entity\Pays {#1537 …} +value: "36" +label: "Cameroun" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2180 +data: App\Entity\Pays {#1540 …} +value: "37" +label: "Canada" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2181 +data: App\Entity\Pays {#1543 …} +value: "38" +label: "Cap-vert" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2182 +data: App\Entity\Pays {#1546 …} +value: "43" +label: "Chili" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2183 +data: App\Entity\Pays {#1549 …} +value: "44" +label: "Chine" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2184 +data: App\Entity\Pays {#1552 …} +value: "57" +label: "Chypre" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2185 +data: App\Entity\Pays {#1555 …} +value: "48" +label: "Colombie" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2186 +data: App\Entity\Pays {#1558 …} +value: "49" +label: "Comores" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2187 +data: App\Entity\Pays {#1561 …} +value: "54" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2188 +data: App\Entity\Pays {#1564 …} +value: "110" +label: "Côte d'Ivoire" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2189 +data: App\Entity\Pays {#1567 …} +value: "55" +label: "Croatie" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2190 +data: App\Entity\Pays {#1570 …} +value: "56" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2191 +data: App\Entity\Pays {#1573 …} +value: "60" +label: "Danemark" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2192 +data: App\Entity\Pays {#1576 …} +value: "79" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2193 +data: App\Entity\Pays {#1579 …} +value: "61" +label: "Dominique" +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2194 +data: App\Entity\Pays {#1582 …} +value: "227" +label: "Égypte" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2195 +data: App\Entity\Pays {#1585 …} +value: "64" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2196 +data: App\Entity\Pays {#1588 …} +value: "218" +label: "Émirats Arabes Unis" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2197 +data: App\Entity\Pays {#1591 …} +value: "63" +label: "Équateur" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2198 +data: App\Entity\Pays {#1594 …} +value: "67" +label: "Érythrée" +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2199 +data: App\Entity\Pays {#1597 …} +value: "203" +label: "Espagne" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2200 +data: App\Entity\Pays {#1600 …} +value: "68" +label: "Estonie" +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2201 +data: App\Entity\Pays {#1603 …} +value: "164" +label: "États Fédérés de Micronésie" +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2202 +data: App\Entity\Pays {#1606 …} +value: "231" +label: "États-Unis" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2203 +data: App\Entity\Pays {#1609 …} +value: "66" +label: "Éthiopie" +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2204 +data: App\Entity\Pays {#1612 …} +value: "182" +label: "Fédération de Russie" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2205 +data: App\Entity\Pays {#1615 …} +value: "72" +label: "Fidji" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2206 +data: App\Entity\Pays {#1618 …} +value: "73" +label: "Finlande" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2207 +data: App\Entity\Pays {#1621 …} +value: "75" +label: "France" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2208 +data: App\Entity\Pays {#1624 …} +value: "80" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2209 +data: App\Entity\Pays {#1627 …} +value: "82" +label: "Gambie" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2210 +data: App\Entity\Pays {#1630 …} +value: "81" +label: "Géorgie" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2211 +data: App\Entity\Pays {#1633 …} +value: "71" +label: "Géorgie du Sud et les Îles Sandwich du Sud" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2212 +data: App\Entity\Pays {#1636 …} +value: "85" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2213 +data: App\Entity\Pays {#1639 …} +value: "86" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2214 +data: App\Entity\Pays {#1642 …} +value: "88" +label: "Grèce" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2215 +data: App\Entity\Pays {#1645 …} +value: "90" +label: "Grenade" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2216 +data: App\Entity\Pays {#1648 …} +value: "89" +label: "Groenland" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2217 +data: App\Entity\Pays {#1651 …} +value: "91" +label: "Guadeloupe" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2218 +data: App\Entity\Pays {#1654 …} +value: "92" +label: "Guam" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2219 +data: App\Entity\Pays {#1657 …} +value: "93" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2220 +data: App\Entity\Pays {#1660 …} +value: "94" +label: "Guinée" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2221 +data: App\Entity\Pays {#1663 …} +value: "65" +label: "Guinée Équatoriale" +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2222 +data: App\Entity\Pays {#1666 …} +value: "176" +label: "Guinée-Bissau" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2223 +data: App\Entity\Pays {#1669 …} +value: "95" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2224 +data: App\Entity\Pays {#1672 …} +value: "76" +label: "Guyane Française" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2225 +data: App\Entity\Pays {#1675 …} +value: "96" +label: "Haïti" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2226 +data: App\Entity\Pays {#1678 …} +value: "99" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2227 +data: App\Entity\Pays {#1681 …} +value: "100" +label: "Hong-Kong" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2228 +data: App\Entity\Pays {#1684 …} +value: "101" +label: "Hongrie" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2229 +data: App\Entity\Pays {#1687 …} +value: "24" +label: "Île Bouvet" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2230 +data: App\Entity\Pays {#1690 …} +value: "46" +label: "Île Christmas" +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2231 +data: App\Entity\Pays {#1693 …} +value: "229" +label: "Île de Man" +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2232 +data: App\Entity\Pays {#1696 …} +value: "160" +label: "Île Norfolk" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2233 +data: App\Entity\Pays {#1699 …} +value: "70" +label: "Îles (malvinas) Falkland" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2234 +data: App\Entity\Pays {#1702 …} +value: "74" +label: "Îles Åland" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2235 +data: App\Entity\Pays {#1705 …} +value: "39" +label: "Îles Caïmanes" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2236 +data: App\Entity\Pays {#1708 …} +value: "47" +label: "Îles Cocos (Keeling)" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2237 +data: App\Entity\Pays {#1711 …} +value: "53" +label: "Îles Cook" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2238 +data: App\Entity\Pays {#1714 …} +value: "69" +label: "Îles Féroé" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2239 +data: App\Entity\Pays {#1717 …} +value: "97" +label: "Îles Heard et Mcdonald" +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2240 +data: App\Entity\Pays {#1720 …} +value: "162" +label: "Îles Mariannes du Nord" +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2241 +data: App\Entity\Pays {#1723 …} +value: "165" +label: "Îles Marshall" +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2242 +data: App\Entity\Pays {#1726 …} +value: "163" +label: "Îles Mineures Éloignées des États-Unis" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2243 +data: App\Entity\Pays {#1729 …} +value: "28" +label: "Îles Salomon" +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2244 +data: App\Entity\Pays {#1732 …} +value: "222" +label: "Îles Turks et Caïques" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2245 +data: App\Entity\Pays {#1735 …} +value: "29" +label: "Îles Vierges Britanniques" +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +data: App\Entity\Pays {#1738 …} +value: "232" +label: "Îles Vierges des États-Unis" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +data: App\Entity\Pays {#1741 …} +value: "103" +label: "Inde" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2248 +data: App\Entity\Pays {#1744 …} +value: "104" +label: "Indonésie" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2249 +data: App\Entity\Pays {#1747 …} +value: "106" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2250 +data: App\Entity\Pays {#1750 …} +value: "107" +label: "Irlande" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2251 +data: App\Entity\Pays {#1753 …} +value: "102" +label: "Islande" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +data: App\Entity\Pays {#1756 …} +value: "108" +label: "Israël" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2253 +data: App\Entity\Pays {#1759 …} +value: "109" +label: "Italie" +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +data: App\Entity\Pays {#1762 …} +value: "125" +label: "Jamahiriya Arabe Libyenne" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2255 +data: App\Entity\Pays {#1765 …} +value: "111" +label: "Jamaïque" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +data: App\Entity\Pays {#1768 …} +value: "112" +label: "Japon" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +data: App\Entity\Pays {#1771 …} +value: "114" +label: "Jordanie" +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +data: App\Entity\Pays {#1774 …} +value: "113" +label: "Kazakhstan" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +data: App\Entity\Pays {#1777 …} +value: "115" +label: "Kenya" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +data: App\Entity\Pays {#1780 …} +value: "119" +label: "Kirghizistan" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +data: App\Entity\Pays {#1783 …} +value: "87" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +data: App\Entity\Pays {#1786 …} +value: "118" +label: "Koweït" +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +data: App\Entity\Pays {#1789 …} +value: "226" +label: "L'ex-République Yougoslave de Macédoine" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +data: App\Entity\Pays {#1792 …} +value: "122" +label: "Lesotho" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +data: App\Entity\Pays {#1795 …} +value: "123" +label: "Lettonie" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +data: App\Entity\Pays {#1798 …} +value: "121" +label: "Liban" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +data: App\Entity\Pays {#1801 …} +value: "124" +label: "Libéria" +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +data: App\Entity\Pays {#1804 …} +value: "126" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +data: App\Entity\Pays {#1807 …} +value: "127" +label: "Lituanie" +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +data: App\Entity\Pays {#1810 …} +value: "128" +label: "Luxembourg" +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +data: App\Entity\Pays {#1813 …} +value: "129" +label: "Macao" +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +data: App\Entity\Pays {#1816 …} +value: "130" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +data: App\Entity\Pays {#1819 …} +value: "132" +label: "Malaisie" +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +data: App\Entity\Pays {#1822 …} +value: "131" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +data: App\Entity\Pays {#1825 …} +value: "133" +label: "Maldives" +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +data: App\Entity\Pays {#1828 …} +value: "134" +label: "Mali" +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +data: App\Entity\Pays {#1831 …} +value: "135" +label: "Malte" +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +data: App\Entity\Pays {#1834 …} +value: "144" +label: "Maroc" +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +data: App\Entity\Pays {#1837 …} +value: "136" +label: "Martinique" +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +data: App\Entity\Pays {#1840 …} +value: "138" +label: "Maurice" +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +data: App\Entity\Pays {#1843 …} +value: "137" +label: "Mauritanie" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +data: App\Entity\Pays {#1846 …} +value: "50" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +data: App\Entity\Pays {#1849 …} +value: "139" +label: "Mexique" +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +data: App\Entity\Pays {#1852 …} +value: "140" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +data: App\Entity\Pays {#1855 …} +value: "141" +label: "Mongolie" +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +data: App\Entity\Pays {#1858 …} +value: "143" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +data: App\Entity\Pays {#1861 …} +value: "145" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +data: App\Entity\Pays {#1864 …} +value: "32" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +data: App\Entity\Pays {#1867 …} +value: "147" +label: "Namibie" +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +data: App\Entity\Pays {#1870 …} +value: "148" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +data: App\Entity\Pays {#1873 …} +value: "149" +label: "Népal" +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +data: App\Entity\Pays {#1876 …} +value: "156" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +data: App\Entity\Pays {#1879 …} +value: "157" +label: "Niger" +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +data: App\Entity\Pays {#1882 …} +value: "158" +label: "Nigéria" +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +data: App\Entity\Pays {#1885 …} +value: "159" +label: "Niué" +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +data: App\Entity\Pays {#1888 …} +value: "161" +label: "Norvège" +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +data: App\Entity\Pays {#1891 …} +value: "153" +label: "Nouvelle-Calédonie" +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +data: App\Entity\Pays {#1894 …} +value: "155" +label: "Nouvelle-Zélande" +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +data: App\Entity\Pays {#1897 …} +value: "146" +label: "Oman" +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +data: App\Entity\Pays {#1900 …} +value: "224" +label: "Ouganda" +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +data: App\Entity\Pays {#1903 …} +value: "235" +label: "Ouzbékistan" +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +data: App\Entity\Pays {#1906 …} +value: "167" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +data: App\Entity\Pays {#1909 …} +value: "166" +label: "Palaos" +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +data: App\Entity\Pays {#1912 …} +value: "242" +label: "Palestine" +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +data: App\Entity\Pays {#1915 …} +value: "168" +label: "Panama" +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +data: App\Entity\Pays {#1918 …} +value: "169" +label: "Papouasie-Nouvelle-Guinée" +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +data: App\Entity\Pays {#1921 …} +value: "170" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +data: App\Entity\Pays {#1924 …} +value: "150" +label: "Pays-Bas" +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +data: App\Entity\Pays {#1927 …} +value: "171" +label: "Pérou" +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +data: App\Entity\Pays {#1930 …} +value: "172" +label: "Philippines" +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +data: App\Entity\Pays {#1933 …} +value: "173" +label: "Pitcairn" +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +data: App\Entity\Pays {#1936 …} +value: "174" +label: "Pologne" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +data: App\Entity\Pays {#1939 …} +value: "77" +label: "Polynésie Française" +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +data: App\Entity\Pays {#1942 …} +value: "178" +label: "Porto Rico" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +data: App\Entity\Pays {#1945 …} +value: "175" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +data: App\Entity\Pays {#1948 …} +value: "179" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +data: App\Entity\Pays {#1951 …} +value: "211" +label: "République Arabe Syrienne" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +data: App\Entity\Pays {#1954 …} +value: "40" +label: "République Centrafricaine" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +data: App\Entity\Pays {#1957 …} +value: "117" +label: "République de Corée" +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +data: App\Entity\Pays {#1960 …} +value: "142" +label: "République de Moldova" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +data: App\Entity\Pays {#1963 …} +value: "52" +label: "République Démocratique du Congo" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +data: App\Entity\Pays {#1966 …} +value: "120" +label: "République Démocratique Populaire Lao" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +data: App\Entity\Pays {#1969 …} +value: "62" +label: "République Dominicaine" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +data: App\Entity\Pays {#1972 …} +value: "51" +label: "République du Congo" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +data: App\Entity\Pays {#1975 …} +value: "105" +label: "République Islamique d'Iran" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +data: App\Entity\Pays {#1978 …} +value: "116" +label: "République Populaire Démocratique de Corée" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +data: App\Entity\Pays {#1981 …} +value: "58" +label: "République Tchèque" +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +data: App\Entity\Pays {#1984 …} +value: "230" +label: "République-Unie de Tanzanie" +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +data: App\Entity\Pays {#1987 …} +value: "180" +label: "Réunion" +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +data: App\Entity\Pays {#1990 …} +value: "181" +label: "Roumanie" +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +data: App\Entity\Pays {#1993 …} +value: "228" +label: "Royaume-Uni" +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +data: App\Entity\Pays {#1996 …} +value: "183" +label: "Rwanda" +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +data: App\Entity\Pays {#1999 …} +value: "204" +label: "Sahara Occidental" +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2334 +data: App\Entity\Pays {#2002 …} +value: "185" +label: "Saint-Kitts-et-Nevis" +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2335 +data: App\Entity\Pays {#2005 …} +value: "190" +label: "Saint-Marin" +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +data: App\Entity\Pays {#2008 …} +value: "188" +label: "Saint-Pierre-et-Miquelon" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +data: App\Entity\Pays {#2011 …} +value: "98" +label: "Saint-Siège (état de la Cité du Vatican)" +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +data: App\Entity\Pays {#2014 …} +value: "189" +label: "Saint-Vincent-et-les Grenadines" +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +data: App\Entity\Pays {#2017 …} +value: "184" +label: "Sainte-Hélène" +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2340 +data: App\Entity\Pays {#2020 …} +value: "187" +label: "Sainte-Lucie" +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2341 +data: App\Entity\Pays {#2023 …} +value: "238" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2342 +data: App\Entity\Pays {#2026 …} +value: "5" +label: "Samoa Américaines" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2343 +data: App\Entity\Pays {#2029 …} +value: "191" +label: "Sao Tomé-et-Principe" +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2344 +data: App\Entity\Pays {#2032 …} +value: "193" +label: "Sénégal" +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +data: App\Entity\Pays {#2035 …} +value: "240" +label: "Serbie-et-Monténégro" +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +data: App\Entity\Pays {#2038 …} +value: "194" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +data: App\Entity\Pays {#2041 …} +value: "195" +label: "Sierra Leone" +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +data: App\Entity\Pays {#2044 …} +value: "196" +label: "Singapour" +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +data: App\Entity\Pays {#2047 …} +value: "197" +label: "Slovaquie" +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +data: App\Entity\Pays {#2050 …} +value: "199" +label: "Slovénie" +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +data: App\Entity\Pays {#2053 …} +value: "200" +label: "Somalie" +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +data: App\Entity\Pays {#2056 …} +value: "205" +label: "Soudan" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +data: App\Entity\Pays {#2059 …} +value: "41" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +data: App\Entity\Pays {#2062 …} +value: "209" +label: "Suède" +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +data: App\Entity\Pays {#2065 …} +value: "210" +label: "Suisse" +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +data: App\Entity\Pays {#2068 …} +value: "206" +label: "Suriname" +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2357 +data: App\Entity\Pays {#2071 …} +value: "207" +label: "Svalbard etÎle Jan Mayen" +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2358 +data: App\Entity\Pays {#2074 …} +value: "208" +label: "Swaziland" +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2359 +data: App\Entity\Pays {#2077 …} +value: "212" +label: "Tadjikistan" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2360 +data: App\Entity\Pays {#2080 …} +value: "45" +label: "Taïwan" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2361 +data: App\Entity\Pays {#2083 …} +value: "42" +label: "Tchad" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2362 +data: App\Entity\Pays {#2086 …} +value: "78" +label: "Terres Australes Françaises" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +data: App\Entity\Pays {#2089 …} +value: "27" +label: "Territoire Britannique de l'Océan Indien" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +data: App\Entity\Pays {#2092 …} +value: "83" +label: "Territoire Palestinien Occupé" +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +data: App\Entity\Pays {#2095 …} +value: "213" +label: "Thaïlande" +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +data: App\Entity\Pays {#2098 …} +value: "177" +label: "Timor-Leste" +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +data: App\Entity\Pays {#2101 …} +value: "214" +label: "Togo" +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +data: App\Entity\Pays {#2104 …} +value: "215" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +data: App\Entity\Pays {#2107 …} +value: "216" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +data: App\Entity\Pays {#2110 …} +value: "217" +label: "Trinité-et-Tobago" +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +data: App\Entity\Pays {#2113 …} +value: "219" +label: "Tunisie" +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +data: App\Entity\Pays {#2116 …} +value: "221" +label: "Turkménistan" +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +data: App\Entity\Pays {#2119 …} +value: "220" +label: "Turquie" +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2374 +data: App\Entity\Pays {#2122 …} +value: "223" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2375 +data: App\Entity\Pays {#2125 …} +value: "225" +label: "Ukraine" +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2376 +data: App\Entity\Pays {#2128 …} +value: "234" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +data: App\Entity\Pays {#2131 …} +value: "154" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +data: App\Entity\Pays {#2134 …} +value: "236" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +data: App\Entity\Pays {#2137 …} +value: "198" +label: "Viet Nam" +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +data: App\Entity\Pays {#2140 …} +value: "237" +label: "Wallis et Futuna" +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +data: App\Entity\Pays {#2143 …} +value: "239" +label: "Yémen" +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2382 +data: App\Entity\Pays {#2146 …} +value: "241" +label: "Zambie" +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2383 +data: App\Entity\Pays {#2149 …} +value: "202" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1400 -errors: [] -form: Symfony\Component\Form\Form {#1157 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1403 …5} |
| full_name | "stat_projet[pays]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "stat_projet_pays" |
| is_selected | Closure($choice, $value) {#1397 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Choisir le pays" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pays" |
| placeholder | "Choisir le pays" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_stat_projet_pays" |
| valid | true |
| value | "" |
type_animaux
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 | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Faune sauvage" => "Faune sauvage" "Animaux de ferme" => "Animaux de ferme" "Animaux domestiques" => "Animaux domestiques" "Equidés" => "Equidés" ] |
[ "Faune sauvage" => "Faune sauvage" "Animaux de ferme" => "Animaux de ferme" "Animaux domestiques" => "Animaux domestiques" "Equidés" => "Equidés" ] |
| placeholder | "Type d'animaux" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Faune sauvage" => "Faune sauvage" "Animaux de ferme" => "Animaux de ferme" "Animaux domestiques" => "Animaux domestiques" "Equidés" => "Equidés" ] |
| 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 {#738 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#88 …} -logger: Monolog\Logger {#127 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#811 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Type d'animaux" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1099 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#1100 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_stat_projet_type_animaux" ] |
| cache_key | "_stat_projet_type_animaux_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +data: "Faune sauvage" +value: "Faune sauvage" +label: "Faune sauvage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2385 +data: "Animaux de ferme" +value: "Animaux de ferme" +label: "Animaux de ferme" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +data: "Animaux domestiques" +value: "Animaux domestiques" +label: "Animaux domestiques" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2388 +data: "Equidés" +value: "Equidés" +label: "Equidés" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2384 -errors: [] -form: Symfony\Component\Form\Form {#1160 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1398 …5} |
| full_name | "stat_projet[type_animaux]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "stat_projet_type_animaux" |
| is_selected | Closure($choice, $value) {#2390 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 | "type_animaux" |
| placeholder | "Type d'animaux" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_stat_projet_type_animaux" |
| valid | true |
| value | "" |
categorie
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 | same as normalized format |
| Normalized Format | "Fonctionnement" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Vétérinaire" => "Vétérinaire" "Alimentaire" => "Alimentaire" "Aménagement" => "Aménagement" "Fonctionnement" => "Fonctionnement" ] |
[ "Vétérinaire" => "Vétérinaire" "Alimentaire" => "Alimentaire" "Aménagement" => "Aménagement" "Fonctionnement" => "Fonctionnement" ] |
| placeholder | "Catégorie" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Vétérinaire" => "Vétérinaire" "Alimentaire" => "Alimentaire" "Aménagement" => "Aménagement" "Fonctionnement" => "Fonctionnement" ] |
| 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 {#738 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#88 …} -logger: Monolog\Logger {#127 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#811 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Catégorie" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1121 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#1117 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_stat_projet_categorie" ] |
| cache_key | "_stat_projet_categorie_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2394 +data: "Vétérinaire" +value: "Vétérinaire" +label: "Vétérinaire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2393 +data: "Alimentaire" +value: "Alimentaire" +label: "Alimentaire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2395 +data: "Aménagement" +value: "Aménagement" +label: "Aménagement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2396 +data: "Fonctionnement" +value: "Fonctionnement" +label: "Fonctionnement" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "Fonctionnement" |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2391 -errors: [] -form: Symfony\Component\Form\Form {#1163 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2392 …5} |
| full_name | "stat_projet[categorie]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "stat_projet_categorie" |
| is_selected | Closure($choice, $value) {#2398 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 | "categorie" |
| placeholder | "Catégorie" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_stat_projet_categorie" |
| valid | true |
| value | "Fonctionnement" |
annee
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Par l'année" ] |
[ "placeholder" => "Par l'année" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Par l'année" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#738 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#88 …} -logger: Monolog\Logger {#127 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#811 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1135 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#1136 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Par l'année" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_stat_projet_annee" ] |
| cache_key | "_stat_projet_annee_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2399 -errors: [] -form: Symfony\Component\Form\Form {#1166 …} } |
| form | Symfony\Component\Form\FormView {#2400 …5} |
| full_name | "stat_projet[annee]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "stat_projet_annee" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "annee" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_stat_projet_annee" |
| valid | true |
| value | "" |
Envoyer
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-info" ] |
[ "class" => "btn btn-info" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-info" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-info" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_stat_projet_Envoyer" ] |
| cache_key | "_stat_projet_Envoyer_submit" |
| clicked | true |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2401 …5} |
| full_name | "stat_projet[Envoyer]" |
| id | "stat_projet_Envoyer" |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "Envoyer" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_stat_projet_Envoyer" |
| value | null |