Forms
(no name)
Form type:
"App\Form\LoginType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_csrf_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "authenticate" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#576 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#578 …} -namespace: Closure() {#580 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#623 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#471 …} $message: Closure() {#622 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4812 -form: Symfony\Component\Form\Form {#4746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4763 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "example@gmail.com" ] |
[ "placeholder" => "example@gmail.com" ] |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "example@gmail.com" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#576 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#578 …} -namespace: Closure() {#580 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#672 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "required" ] |
| 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() {#594 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#471 …} $message: Closure() {#598 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "example@gmail.com" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_email" ] |
| cache_key | "_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4824 -form: Symfony\Component\Form\Form {#4795 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4829 …5} |
| full_name | "email" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "email" |
| label | null |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_email" |
| valid | true |
| value | "" |
phone
Form type:
"Misd\PhoneNumberBundle\Form\Type\PhoneNumberType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "country" => "" "number" => "" ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| format | 1 |
same as passed value |
| invalid_message | "Cette valeur n'est pas un numéro de téléphone valide." |
same as passed value |
| label | "Numéro de téléphone" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| preferred_country_choices | [
"GN"
] |
[
"GN"
]
|
| required | false |
false
|
| widget | "country_choice" |
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 | false |
| compound | true |
| constraints | [] |
| country_choices | [] |
| country_display_emoji_flag | false |
| country_display_type | "display_country_full" |
| country_options | [] |
| country_placeholder | false |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#576 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#578 …} -namespace: Closure() {#580 …} } |
| data_class | null |
| default_region | "ZZ" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#609 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 |
| format | 1 |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Cette valeur n'est pas un numéro de téléphone valide." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Numéro de téléphone" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| number_options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_country_choices | [
"GN"
] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#471 …} $message: Closure() {#611 …} $translationDomain: "validators" } } |
| validation_groups | null |
| widget | "country_choice" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "phone_number" "_phone" ] |
| cache_key | "_phone_phone_number" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4842 -form: Symfony\Component\Form\Form {#4785 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4838 …5} |
| full_name | "phone" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "phone" |
| label | "Numéro de téléphone" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "tel" |
| unique_block_prefix | "_phone" |
| valid | true |
| value | [ "country" => "" "number" => "" ] |
| widget | "country_choice" |
country
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
false
|
| choices | [ "États-Unis (+1)" => "US" "Antigua-et-Barbuda (+1)" => "AG" "Anguilla (+1)" => "AI" "Samoa américaines (+1)" => "AS" "Barbade (+1)" => "BB" "Bermudes (+1)" => "BM" "Bahamas (+1)" => "BS" "Canada (+1)" => "CA" "Dominique (+1)" => "DM" "République dominicaine (+1)" => "DO" "Grenade (+1)" => "GD" "Guam (+1)" => "GU" "Jamaïque (+1)" => "JM" "Saint-Christophe-et-Niévès (+1)" => "KN" "Îles Caïmans (+1)" => "KY" "Sainte-Lucie (+1)" => "LC" "Îles Mariannes du Nord (+1)" => "MP" "Montserrat (+1)" => "MS" "Porto Rico (+1)" => "PR" "Saint-Martin (partie néerlandaise) (+1)" => "SX" "Îles Turques-et-Caïques (+1)" => "TC" "Trinité-et-Tobago (+1)" => "TT" "Saint-Vincent-et-les Grenadines (+1)" => "VC" "Îles Vierges britanniques (+1)" => "VG" "Îles Vierges des États-Unis (+1)" => "VI" "Russie (+7)" => "RU" "Kazakhstan (+7)" => "KZ" "Égypte (+20)" => "EG" "Afrique du Sud (+27)" => "ZA" "Grèce (+30)" => "GR" "Pays-Bas (+31)" => "NL" "Belgique (+32)" => "BE" "France (+33)" => "FR" "Espagne (+34)" => "ES" "Hongrie (+36)" => "HU" "Italie (+39)" => "IT" "État de la Cité du Vatican (+39)" => "VA" "Roumanie (+40)" => "RO" "Suisse (+41)" => "CH" "Autriche (+43)" => "AT" "Royaume-Uni (+44)" => "GB" "Guernesey (+44)" => "GG" "Île de Man (+44)" => "IM" "Jersey (+44)" => "JE" "Danemark (+45)" => "DK" "Suède (+46)" => "SE" "Norvège (+47)" => "NO" "Svalbard et Jan Mayen (+47)" => "SJ" "Pologne (+48)" => "PL" "Allemagne (+49)" => "DE" "Pérou (+51)" => "PE" "Mexique (+52)" => "MX" "Cuba (+53)" => "CU" "Argentine (+54)" => "AR" "Brésil (+55)" => "BR" "Chili (+56)" => "CL" "Colombie (+57)" => "CO" "Venezuela (+58)" => "VE" "Malaisie (+60)" => "MY" "Australie (+61)" => "AU" "Îles Cocos (+61)" => "CC" "Île Christmas (+61)" => "CX" "Indonésie (+62)" => "ID" "Philippines (+63)" => "PH" "Nouvelle-Zélande (+64)" => "NZ" "Singapour (+65)" => "SG" "Thaïlande (+66)" => "TH" "Japon (+81)" => "JP" "Corée du Sud (+82)" => "KR" "Viêt Nam (+84)" => "VN" "Chine (+86)" => "CN" "Turquie (+90)" => "TR" "Inde (+91)" => "IN" "Pakistan (+92)" => "PK" "Afghanistan (+93)" => "AF" "Sri Lanka (+94)" => "LK" "Myanmar (Birmanie) (+95)" => "MM" "Iran (+98)" => "IR" "Soudan du Sud (+211)" => "SS" "Maroc (+212)" => "MA" "Sahara occidental (+212)" => "EH" "Algérie (+213)" => "DZ" "Tunisie (+216)" => "TN" "Libye (+218)" => "LY" "Gambie (+220)" => "GM" "Sénégal (+221)" => "SN" "Mauritanie (+222)" => "MR" "Mali (+223)" => "ML" "Guinée (+224)" => "GN" "Côte d’Ivoire (+225)" => "CI" "Burkina Faso (+226)" => "BF" "Niger (+227)" => "NE" "Togo (+228)" => "TG" "Bénin (+229)" => "BJ" "Maurice (+230)" => "MU" "Liberia (+231)" => "LR" "Sierra Leone (+232)" => "SL" "Ghana (+233)" => "GH" "Nigeria (+234)" => "NG" "Tchad (+235)" => "TD" "République centrafricaine (+236)" => "CF" "Cameroun (+237)" => "CM" "Cap-Vert (+238)" => "CV" "Sao Tomé-et-Principe (+239)" => "ST" "Guinée équatoriale (+240)" => "GQ" "Gabon (+241)" => "GA" "Congo-Brazzaville (+242)" => "CG" "Congo-Kinshasa (+243)" => "CD" "Angola (+244)" => "AO" "Guinée-Bissau (+245)" => "GW" "Territoire britannique de l’océan Indien (+246)" => "IO" "Seychelles (+248)" => "SC" "Soudan (+249)" => "SD" "Rwanda (+250)" => "RW" "Éthiopie (+251)" => "ET" "Somalie (+252)" => "SO" "Djibouti (+253)" => "DJ" "Kenya (+254)" => "KE" "Tanzanie (+255)" => "TZ" "Ouganda (+256)" => "UG" "Burundi (+257)" => "BI" "Mozambique (+258)" => "MZ" "Zambie (+260)" => "ZM" "Madagascar (+261)" => "MG" "La Réunion (+262)" => "RE" "Mayotte (+262)" => "YT" "Zimbabwe (+263)" => "ZW" "Namibie (+264)" => "NA" "Malawi (+265)" => "MW" "Lesotho (+266)" => "LS" "Botswana (+267)" => "BW" "Eswatini (+268)" => "SZ" "Comores (+269)" => "KM" "Sainte-Hélène (+290)" => "SH" "Érythrée (+291)" => "ER" "Aruba (+297)" => "AW" "Îles Féroé (+298)" => "FO" "Groenland (+299)" => "GL" "Gibraltar (+350)" => "GI" "Portugal (+351)" => "PT" "Luxembourg (+352)" => "LU" "Irlande (+353)" => "IE" "Islande (+354)" => "IS" "Albanie (+355)" => "AL" "Malte (+356)" => "MT" "Chypre (+357)" => "CY" "Finlande (+358)" => "FI" "Îles Åland (+358)" => "AX" "Bulgarie (+359)" => "BG" "Lituanie (+370)" => "LT" "Lettonie (+371)" => "LV" "Estonie (+372)" => "EE" "Moldavie (+373)" => "MD" "Arménie (+374)" => "AM" "Biélorussie (+375)" => "BY" "Andorre (+376)" => "AD" "Monaco (+377)" => "MC" "Saint-Marin (+378)" => "SM" "Ukraine (+380)" => "UA" "Serbie (+381)" => "RS" "Monténégro (+382)" => "ME" "Croatie (+385)" => "HR" "Slovénie (+386)" => "SI" "Bosnie-Herzégovine (+387)" => "BA" "Macédoine du Nord (+389)" => "MK" "Tchéquie (+420)" => "CZ" "Slovaquie (+421)" => "SK" "Liechtenstein (+423)" => "LI" "Îles Malouines (+500)" => "FK" "Belize (+501)" => "BZ" "Guatemala (+502)" => "GT" "Salvador (+503)" => "SV" "Honduras (+504)" => "HN" "Nicaragua (+505)" => "NI" "Costa Rica (+506)" => "CR" "Panama (+507)" => "PA" "Saint-Pierre-et-Miquelon (+508)" => "PM" "Haïti (+509)" => "HT" "Guadeloupe (+590)" => "GP" "Saint-Barthélemy (+590)" => "BL" "Saint-Martin (+590)" => "MF" "Bolivie (+591)" => "BO" "Guyana (+592)" => "GY" "Équateur (+593)" => "EC" "Guyane française (+594)" => "GF" "Paraguay (+595)" => "PY" "Martinique (+596)" => "MQ" "Suriname (+597)" => "SR" "Uruguay (+598)" => "UY" "Curaçao (+599)" => "CW" "Pays-Bas caribéens (+599)" => "BQ" "Timor oriental (+670)" => "TL" "Île Norfolk (+672)" => "NF" "Brunei (+673)" => "BN" "Nauru (+674)" => "NR" "Papouasie-Nouvelle-Guinée (+675)" => "PG" "Tonga (+676)" => "TO" "Îles Salomon (+677)" => "SB" "Vanuatu (+678)" => "VU" "Fidji (+679)" => "FJ" "Palaos (+680)" => "PW" "Wallis-et-Futuna (+681)" => "WF" "Îles Cook (+682)" => "CK" "Niue (+683)" => "NU" "Samoa (+685)" => "WS" "Kiribati (+686)" => "KI" "Nouvelle-Calédonie (+687)" => "NC" "Tuvalu (+688)" => "TV" "Polynésie française (+689)" => "PF" "Tokelau (+690)" => "TK" "Micronésie (+691)" => "FM" "Îles Marshall (+692)" => "MH" "Corée du Nord (+850)" => "KP" "R.A.S. chinoise de Hong Kong (+852)" => "HK" "R.A.S. chinoise de Macao (+853)" => "MO" "Cambodge (+855)" => "KH" "Laos (+856)" => "LA" "Bangladesh (+880)" => "BD" "Taïwan (+886)" => "TW" "Maldives (+960)" => "MV" "Liban (+961)" => "LB" "Jordanie (+962)" => "JO" "Syrie (+963)" => "SY" "Irak (+964)" => "IQ" "Koweït (+965)" => "KW" "Arabie saoudite (+966)" => "SA" "Yémen (+967)" => "YE" "Oman (+968)" => "OM" "Territoires palestiniens (+970)" => "PS" "Émirats arabes unis (+971)" => "AE" "Israël (+972)" => "IL" "Bahreïn (+973)" => "BH" "Qatar (+974)" => "QA" "Bhoutan (+975)" => "BT" "Mongolie (+976)" => "MN" "Népal (+977)" => "NP" "Tadjikistan (+992)" => "TJ" "Turkménistan (+993)" => "TM" "Azerbaïdjan (+994)" => "AZ" "Géorgie (+995)" => "GE" "Kirghizstan (+996)" => "KG" "Ouzbékistan (+998)" => "UZ" ] |
[ "États-Unis (+1)" => "US" "Antigua-et-Barbuda (+1)" => "AG" "Anguilla (+1)" => "AI" "Samoa américaines (+1)" => "AS" "Barbade (+1)" => "BB" "Bermudes (+1)" => "BM" "Bahamas (+1)" => "BS" "Canada (+1)" => "CA" "Dominique (+1)" => "DM" "République dominicaine (+1)" => "DO" "Grenade (+1)" => "GD" "Guam (+1)" => "GU" "Jamaïque (+1)" => "JM" "Saint-Christophe-et-Niévès (+1)" => "KN" "Îles Caïmans (+1)" => "KY" "Sainte-Lucie (+1)" => "LC" "Îles Mariannes du Nord (+1)" => "MP" "Montserrat (+1)" => "MS" "Porto Rico (+1)" => "PR" "Saint-Martin (partie néerlandaise) (+1)" => "SX" "Îles Turques-et-Caïques (+1)" => "TC" "Trinité-et-Tobago (+1)" => "TT" "Saint-Vincent-et-les Grenadines (+1)" => "VC" "Îles Vierges britanniques (+1)" => "VG" "Îles Vierges des États-Unis (+1)" => "VI" "Russie (+7)" => "RU" "Kazakhstan (+7)" => "KZ" "Égypte (+20)" => "EG" "Afrique du Sud (+27)" => "ZA" "Grèce (+30)" => "GR" "Pays-Bas (+31)" => "NL" "Belgique (+32)" => "BE" "France (+33)" => "FR" "Espagne (+34)" => "ES" "Hongrie (+36)" => "HU" "Italie (+39)" => "IT" "État de la Cité du Vatican (+39)" => "VA" "Roumanie (+40)" => "RO" "Suisse (+41)" => "CH" "Autriche (+43)" => "AT" "Royaume-Uni (+44)" => "GB" "Guernesey (+44)" => "GG" "Île de Man (+44)" => "IM" "Jersey (+44)" => "JE" "Danemark (+45)" => "DK" "Suède (+46)" => "SE" "Norvège (+47)" => "NO" "Svalbard et Jan Mayen (+47)" => "SJ" "Pologne (+48)" => "PL" "Allemagne (+49)" => "DE" "Pérou (+51)" => "PE" "Mexique (+52)" => "MX" "Cuba (+53)" => "CU" "Argentine (+54)" => "AR" "Brésil (+55)" => "BR" "Chili (+56)" => "CL" "Colombie (+57)" => "CO" "Venezuela (+58)" => "VE" "Malaisie (+60)" => "MY" "Australie (+61)" => "AU" "Îles Cocos (+61)" => "CC" "Île Christmas (+61)" => "CX" "Indonésie (+62)" => "ID" "Philippines (+63)" => "PH" "Nouvelle-Zélande (+64)" => "NZ" "Singapour (+65)" => "SG" "Thaïlande (+66)" => "TH" "Japon (+81)" => "JP" "Corée du Sud (+82)" => "KR" "Viêt Nam (+84)" => "VN" "Chine (+86)" => "CN" "Turquie (+90)" => "TR" "Inde (+91)" => "IN" "Pakistan (+92)" => "PK" "Afghanistan (+93)" => "AF" "Sri Lanka (+94)" => "LK" "Myanmar (Birmanie) (+95)" => "MM" "Iran (+98)" => "IR" "Soudan du Sud (+211)" => "SS" "Maroc (+212)" => "MA" "Sahara occidental (+212)" => "EH" "Algérie (+213)" => "DZ" "Tunisie (+216)" => "TN" "Libye (+218)" => "LY" "Gambie (+220)" => "GM" "Sénégal (+221)" => "SN" "Mauritanie (+222)" => "MR" "Mali (+223)" => "ML" "Guinée (+224)" => "GN" "Côte d’Ivoire (+225)" => "CI" "Burkina Faso (+226)" => "BF" "Niger (+227)" => "NE" "Togo (+228)" => "TG" "Bénin (+229)" => "BJ" "Maurice (+230)" => "MU" "Liberia (+231)" => "LR" "Sierra Leone (+232)" => "SL" "Ghana (+233)" => "GH" "Nigeria (+234)" => "NG" "Tchad (+235)" => "TD" "République centrafricaine (+236)" => "CF" "Cameroun (+237)" => "CM" "Cap-Vert (+238)" => "CV" "Sao Tomé-et-Principe (+239)" => "ST" "Guinée équatoriale (+240)" => "GQ" "Gabon (+241)" => "GA" "Congo-Brazzaville (+242)" => "CG" "Congo-Kinshasa (+243)" => "CD" "Angola (+244)" => "AO" "Guinée-Bissau (+245)" => "GW" "Territoire britannique de l’océan Indien (+246)" => "IO" "Seychelles (+248)" => "SC" "Soudan (+249)" => "SD" "Rwanda (+250)" => "RW" "Éthiopie (+251)" => "ET" "Somalie (+252)" => "SO" "Djibouti (+253)" => "DJ" "Kenya (+254)" => "KE" "Tanzanie (+255)" => "TZ" "Ouganda (+256)" => "UG" "Burundi (+257)" => "BI" "Mozambique (+258)" => "MZ" "Zambie (+260)" => "ZM" "Madagascar (+261)" => "MG" "La Réunion (+262)" => "RE" "Mayotte (+262)" => "YT" "Zimbabwe (+263)" => "ZW" "Namibie (+264)" => "NA" "Malawi (+265)" => "MW" "Lesotho (+266)" => "LS" "Botswana (+267)" => "BW" "Eswatini (+268)" => "SZ" "Comores (+269)" => "KM" "Sainte-Hélène (+290)" => "SH" "Érythrée (+291)" => "ER" "Aruba (+297)" => "AW" "Îles Féroé (+298)" => "FO" "Groenland (+299)" => "GL" "Gibraltar (+350)" => "GI" "Portugal (+351)" => "PT" "Luxembourg (+352)" => "LU" "Irlande (+353)" => "IE" "Islande (+354)" => "IS" "Albanie (+355)" => "AL" "Malte (+356)" => "MT" "Chypre (+357)" => "CY" "Finlande (+358)" => "FI" "Îles Åland (+358)" => "AX" "Bulgarie (+359)" => "BG" "Lituanie (+370)" => "LT" "Lettonie (+371)" => "LV" "Estonie (+372)" => "EE" "Moldavie (+373)" => "MD" "Arménie (+374)" => "AM" "Biélorussie (+375)" => "BY" "Andorre (+376)" => "AD" "Monaco (+377)" => "MC" "Saint-Marin (+378)" => "SM" "Ukraine (+380)" => "UA" "Serbie (+381)" => "RS" "Monténégro (+382)" => "ME" "Croatie (+385)" => "HR" "Slovénie (+386)" => "SI" "Bosnie-Herzégovine (+387)" => "BA" "Macédoine du Nord (+389)" => "MK" "Tchéquie (+420)" => "CZ" "Slovaquie (+421)" => "SK" "Liechtenstein (+423)" => "LI" "Îles Malouines (+500)" => "FK" "Belize (+501)" => "BZ" "Guatemala (+502)" => "GT" "Salvador (+503)" => "SV" "Honduras (+504)" => "HN" "Nicaragua (+505)" => "NI" "Costa Rica (+506)" => "CR" "Panama (+507)" => "PA" "Saint-Pierre-et-Miquelon (+508)" => "PM" "Haïti (+509)" => "HT" "Guadeloupe (+590)" => "GP" "Saint-Barthélemy (+590)" => "BL" "Saint-Martin (+590)" => "MF" "Bolivie (+591)" => "BO" "Guyana (+592)" => "GY" "Équateur (+593)" => "EC" "Guyane française (+594)" => "GF" "Paraguay (+595)" => "PY" "Martinique (+596)" => "MQ" "Suriname (+597)" => "SR" "Uruguay (+598)" => "UY" "Curaçao (+599)" => "CW" "Pays-Bas caribéens (+599)" => "BQ" "Timor oriental (+670)" => "TL" "Île Norfolk (+672)" => "NF" "Brunei (+673)" => "BN" "Nauru (+674)" => "NR" "Papouasie-Nouvelle-Guinée (+675)" => "PG" "Tonga (+676)" => "TO" "Îles Salomon (+677)" => "SB" "Vanuatu (+678)" => "VU" "Fidji (+679)" => "FJ" "Palaos (+680)" => "PW" "Wallis-et-Futuna (+681)" => "WF" "Îles Cook (+682)" => "CK" "Niue (+683)" => "NU" "Samoa (+685)" => "WS" "Kiribati (+686)" => "KI" "Nouvelle-Calédonie (+687)" => "NC" "Tuvalu (+688)" => "TV" "Polynésie française (+689)" => "PF" "Tokelau (+690)" => "TK" "Micronésie (+691)" => "FM" "Îles Marshall (+692)" => "MH" "Corée du Nord (+850)" => "KP" "R.A.S. chinoise de Hong Kong (+852)" => "HK" "R.A.S. chinoise de Macao (+853)" => "MO" "Cambodge (+855)" => "KH" "Laos (+856)" => "LA" "Bangladesh (+880)" => "BD" "Taïwan (+886)" => "TW" "Maldives (+960)" => "MV" "Liban (+961)" => "LB" "Jordanie (+962)" => "JO" "Syrie (+963)" => "SY" "Irak (+964)" => "IQ" "Koweït (+965)" => "KW" "Arabie saoudite (+966)" => "SA" "Yémen (+967)" => "YE" "Oman (+968)" => "OM" "Territoires palestiniens (+970)" => "PS" "Émirats arabes unis (+971)" => "AE" "Israël (+972)" => "IL" "Bahreïn (+973)" => "BH" "Qatar (+974)" => "QA" "Bhoutan (+975)" => "BT" "Mongolie (+976)" => "MN" "Népal (+977)" => "NP" "Tadjikistan (+992)" => "TJ" "Turkménistan (+993)" => "TM" "Azerbaïdjan (+994)" => "AZ" "Géorgie (+995)" => "GE" "Kirghizstan (+996)" => "KG" "Ouzbékistan (+998)" => "UZ" ] |
| disabled | false |
false
|
| error_bubbling | true |
same as passed value |
| preferred_choices | [
"GN"
] |
[
"GN"
]
|
| required | true |
same as passed value |
| translation_domain | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "États-Unis (+1)" => "US" "Antigua-et-Barbuda (+1)" => "AG" "Anguilla (+1)" => "AI" "Samoa américaines (+1)" => "AS" "Barbade (+1)" => "BB" "Bermudes (+1)" => "BM" "Bahamas (+1)" => "BS" "Canada (+1)" => "CA" "Dominique (+1)" => "DM" "République dominicaine (+1)" => "DO" "Grenade (+1)" => "GD" "Guam (+1)" => "GU" "Jamaïque (+1)" => "JM" "Saint-Christophe-et-Niévès (+1)" => "KN" "Îles Caïmans (+1)" => "KY" "Sainte-Lucie (+1)" => "LC" "Îles Mariannes du Nord (+1)" => "MP" "Montserrat (+1)" => "MS" "Porto Rico (+1)" => "PR" "Saint-Martin (partie néerlandaise) (+1)" => "SX" "Îles Turques-et-Caïques (+1)" => "TC" "Trinité-et-Tobago (+1)" => "TT" "Saint-Vincent-et-les Grenadines (+1)" => "VC" "Îles Vierges britanniques (+1)" => "VG" "Îles Vierges des États-Unis (+1)" => "VI" "Russie (+7)" => "RU" "Kazakhstan (+7)" => "KZ" "Égypte (+20)" => "EG" "Afrique du Sud (+27)" => "ZA" "Grèce (+30)" => "GR" "Pays-Bas (+31)" => "NL" "Belgique (+32)" => "BE" "France (+33)" => "FR" "Espagne (+34)" => "ES" "Hongrie (+36)" => "HU" "Italie (+39)" => "IT" "État de la Cité du Vatican (+39)" => "VA" "Roumanie (+40)" => "RO" "Suisse (+41)" => "CH" "Autriche (+43)" => "AT" "Royaume-Uni (+44)" => "GB" "Guernesey (+44)" => "GG" "Île de Man (+44)" => "IM" "Jersey (+44)" => "JE" "Danemark (+45)" => "DK" "Suède (+46)" => "SE" "Norvège (+47)" => "NO" "Svalbard et Jan Mayen (+47)" => "SJ" "Pologne (+48)" => "PL" "Allemagne (+49)" => "DE" "Pérou (+51)" => "PE" "Mexique (+52)" => "MX" "Cuba (+53)" => "CU" "Argentine (+54)" => "AR" "Brésil (+55)" => "BR" "Chili (+56)" => "CL" "Colombie (+57)" => "CO" "Venezuela (+58)" => "VE" "Malaisie (+60)" => "MY" "Australie (+61)" => "AU" "Îles Cocos (+61)" => "CC" "Île Christmas (+61)" => "CX" "Indonésie (+62)" => "ID" "Philippines (+63)" => "PH" "Nouvelle-Zélande (+64)" => "NZ" "Singapour (+65)" => "SG" "Thaïlande (+66)" => "TH" "Japon (+81)" => "JP" "Corée du Sud (+82)" => "KR" "Viêt Nam (+84)" => "VN" "Chine (+86)" => "CN" "Turquie (+90)" => "TR" "Inde (+91)" => "IN" "Pakistan (+92)" => "PK" "Afghanistan (+93)" => "AF" "Sri Lanka (+94)" => "LK" "Myanmar (Birmanie) (+95)" => "MM" "Iran (+98)" => "IR" "Soudan du Sud (+211)" => "SS" "Maroc (+212)" => "MA" "Sahara occidental (+212)" => "EH" "Algérie (+213)" => "DZ" "Tunisie (+216)" => "TN" "Libye (+218)" => "LY" "Gambie (+220)" => "GM" "Sénégal (+221)" => "SN" "Mauritanie (+222)" => "MR" "Mali (+223)" => "ML" "Guinée (+224)" => "GN" "Côte d’Ivoire (+225)" => "CI" "Burkina Faso (+226)" => "BF" "Niger (+227)" => "NE" "Togo (+228)" => "TG" "Bénin (+229)" => "BJ" "Maurice (+230)" => "MU" "Liberia (+231)" => "LR" "Sierra Leone (+232)" => "SL" "Ghana (+233)" => "GH" "Nigeria (+234)" => "NG" "Tchad (+235)" => "TD" "République centrafricaine (+236)" => "CF" "Cameroun (+237)" => "CM" "Cap-Vert (+238)" => "CV" "Sao Tomé-et-Principe (+239)" => "ST" "Guinée équatoriale (+240)" => "GQ" "Gabon (+241)" => "GA" "Congo-Brazzaville (+242)" => "CG" "Congo-Kinshasa (+243)" => "CD" "Angola (+244)" => "AO" "Guinée-Bissau (+245)" => "GW" "Territoire britannique de l’océan Indien (+246)" => "IO" "Seychelles (+248)" => "SC" "Soudan (+249)" => "SD" "Rwanda (+250)" => "RW" "Éthiopie (+251)" => "ET" "Somalie (+252)" => "SO" "Djibouti (+253)" => "DJ" "Kenya (+254)" => "KE" "Tanzanie (+255)" => "TZ" "Ouganda (+256)" => "UG" "Burundi (+257)" => "BI" "Mozambique (+258)" => "MZ" "Zambie (+260)" => "ZM" "Madagascar (+261)" => "MG" "La Réunion (+262)" => "RE" "Mayotte (+262)" => "YT" "Zimbabwe (+263)" => "ZW" "Namibie (+264)" => "NA" "Malawi (+265)" => "MW" "Lesotho (+266)" => "LS" "Botswana (+267)" => "BW" "Eswatini (+268)" => "SZ" "Comores (+269)" => "KM" "Sainte-Hélène (+290)" => "SH" "Érythrée (+291)" => "ER" "Aruba (+297)" => "AW" "Îles Féroé (+298)" => "FO" "Groenland (+299)" => "GL" "Gibraltar (+350)" => "GI" "Portugal (+351)" => "PT" "Luxembourg (+352)" => "LU" "Irlande (+353)" => "IE" "Islande (+354)" => "IS" "Albanie (+355)" => "AL" "Malte (+356)" => "MT" "Chypre (+357)" => "CY" "Finlande (+358)" => "FI" "Îles Åland (+358)" => "AX" "Bulgarie (+359)" => "BG" "Lituanie (+370)" => "LT" "Lettonie (+371)" => "LV" "Estonie (+372)" => "EE" "Moldavie (+373)" => "MD" "Arménie (+374)" => "AM" "Biélorussie (+375)" => "BY" "Andorre (+376)" => "AD" "Monaco (+377)" => "MC" "Saint-Marin (+378)" => "SM" "Ukraine (+380)" => "UA" "Serbie (+381)" => "RS" "Monténégro (+382)" => "ME" "Croatie (+385)" => "HR" "Slovénie (+386)" => "SI" "Bosnie-Herzégovine (+387)" => "BA" "Macédoine du Nord (+389)" => "MK" "Tchéquie (+420)" => "CZ" "Slovaquie (+421)" => "SK" "Liechtenstein (+423)" => "LI" "Îles Malouines (+500)" => "FK" "Belize (+501)" => "BZ" "Guatemala (+502)" => "GT" "Salvador (+503)" => "SV" "Honduras (+504)" => "HN" "Nicaragua (+505)" => "NI" "Costa Rica (+506)" => "CR" "Panama (+507)" => "PA" "Saint-Pierre-et-Miquelon (+508)" => "PM" "Haïti (+509)" => "HT" "Guadeloupe (+590)" => "GP" "Saint-Barthélemy (+590)" => "BL" "Saint-Martin (+590)" => "MF" "Bolivie (+591)" => "BO" "Guyana (+592)" => "GY" "Équateur (+593)" => "EC" "Guyane française (+594)" => "GF" "Paraguay (+595)" => "PY" "Martinique (+596)" => "MQ" "Suriname (+597)" => "SR" "Uruguay (+598)" => "UY" "Curaçao (+599)" => "CW" "Pays-Bas caribéens (+599)" => "BQ" "Timor oriental (+670)" => "TL" "Île Norfolk (+672)" => "NF" "Brunei (+673)" => "BN" "Nauru (+674)" => "NR" "Papouasie-Nouvelle-Guinée (+675)" => "PG" "Tonga (+676)" => "TO" "Îles Salomon (+677)" => "SB" "Vanuatu (+678)" => "VU" "Fidji (+679)" => "FJ" "Palaos (+680)" => "PW" "Wallis-et-Futuna (+681)" => "WF" "Îles Cook (+682)" => "CK" "Niue (+683)" => "NU" "Samoa (+685)" => "WS" "Kiribati (+686)" => "KI" "Nouvelle-Calédonie (+687)" => "NC" "Tuvalu (+688)" => "TV" "Polynésie française (+689)" => "PF" "Tokelau (+690)" => "TK" "Micronésie (+691)" => "FM" "Îles Marshall (+692)" => "MH" "Corée du Nord (+850)" => "KP" "R.A.S. chinoise de Hong Kong (+852)" => "HK" "R.A.S. chinoise de Macao (+853)" => "MO" "Cambodge (+855)" => "KH" "Laos (+856)" => "LA" "Bangladesh (+880)" => "BD" "Taïwan (+886)" => "TW" "Maldives (+960)" => "MV" "Liban (+961)" => "LB" "Jordanie (+962)" => "JO" "Syrie (+963)" => "SY" "Irak (+964)" => "IQ" "Koweït (+965)" => "KW" "Arabie saoudite (+966)" => "SA" "Yémen (+967)" => "YE" "Oman (+968)" => "OM" "Territoires palestiniens (+970)" => "PS" "Émirats arabes unis (+971)" => "AE" "Israël (+972)" => "IL" "Bahreïn (+973)" => "BH" "Qatar (+974)" => "QA" "Bhoutan (+975)" => "BT" "Mongolie (+976)" => "MN" "Népal (+977)" => "NP" "Tadjikistan (+992)" => "TJ" "Turkménistan (+993)" => "TM" "Azerbaïdjan (+994)" => "AZ" "Géorgie (+995)" => "GE" "Kirghizstan (+996)" => "KG" "Ouzbékistan (+998)" => "UZ" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#576 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#578 …} -namespace: Closure() {#580 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | true |
| 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 | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [
"GN"
] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#471 …} $message: Closure() {#4744 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_phone_country" ] |
| cache_key | "_phone_country_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#593 +label: "États-Unis (+1)" +value: "US" +data: "US" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4809 +label: "Antigua-et-Barbuda (+1)" +value: "AG" +data: "AG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4822 +label: "Anguilla (+1)" +value: "AI" +data: "AI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4820 +label: "Samoa américaines (+1)" +value: "AS" +data: "AS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4817 +label: "Barbade (+1)" +value: "BB" +data: "BB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4818 +label: "Bermudes (+1)" +value: "BM" +data: "BM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4811 +label: "Bahamas (+1)" +value: "BS" +data: "BS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4810 +label: "Canada (+1)" +value: "CA" +data: "CA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4827 +label: "Dominique (+1)" +value: "DM" +data: "DM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4826 +label: "République dominicaine (+1)" +value: "DO" +data: "DO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4825 +label: "Grenade (+1)" +value: "GD" +data: "GD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4839 +label: "Guam (+1)" +value: "GU" +data: "GU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4840 +label: "Jamaïque (+1)" +value: "JM" +data: "JM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4841 +label: "Saint-Christophe-et-Niévès (+1)" +value: "KN" +data: "KN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4843 +label: "Îles Caïmans (+1)" +value: "KY" +data: "KY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4844 +label: "Sainte-Lucie (+1)" +value: "LC" +data: "LC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4845 +label: "Îles Mariannes du Nord (+1)" +value: "MP" +data: "MP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4846 +label: "Montserrat (+1)" +value: "MS" +data: "MS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4847 +label: "Porto Rico (+1)" +value: "PR" +data: "PR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4848 +label: "Saint-Martin (partie néerlandaise) (+1)" +value: "SX" +data: "SX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4849 +label: "Îles Turques-et-Caïques (+1)" +value: "TC" +data: "TC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4850 +label: "Trinité-et-Tobago (+1)" +value: "TT" +data: "TT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4851 +label: "Saint-Vincent-et-les Grenadines (+1)" +value: "VC" +data: "VC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4852 +label: "Îles Vierges britanniques (+1)" +value: "VG" +data: "VG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4853 +label: "Îles Vierges des États-Unis (+1)" +value: "VI" +data: "VI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4854 +label: "Russie (+7)" +value: "RU" +data: "RU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4855 +label: "Kazakhstan (+7)" +value: "KZ" +data: "KZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4856 +label: "Égypte (+20)" +value: "EG" +data: "EG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4857 +label: "Afrique du Sud (+27)" +value: "ZA" +data: "ZA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4858 +label: "Grèce (+30)" +value: "GR" +data: "GR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4859 +label: "Pays-Bas (+31)" +value: "NL" +data: "NL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4860 +label: "Belgique (+32)" +value: "BE" +data: "BE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4861 +label: "France (+33)" +value: "FR" +data: "FR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4862 +label: "Espagne (+34)" +value: "ES" +data: "ES" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4863 +label: "Hongrie (+36)" +value: "HU" +data: "HU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4864 +label: "Italie (+39)" +value: "IT" +data: "IT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4865 +label: "État de la Cité du Vatican (+39)" +value: "VA" +data: "VA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4866 +label: "Roumanie (+40)" +value: "RO" +data: "RO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4867 +label: "Suisse (+41)" +value: "CH" +data: "CH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4868 +label: "Autriche (+43)" +value: "AT" +data: "AT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4869 +label: "Royaume-Uni (+44)" +value: "GB" +data: "GB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4870 +label: "Guernesey (+44)" +value: "GG" +data: "GG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4871 +label: "Île de Man (+44)" +value: "IM" +data: "IM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4872 +label: "Jersey (+44)" +value: "JE" +data: "JE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4873 +label: "Danemark (+45)" +value: "DK" +data: "DK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4874 +label: "Suède (+46)" +value: "SE" +data: "SE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4875 +label: "Norvège (+47)" +value: "NO" +data: "NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4876 +label: "Svalbard et Jan Mayen (+47)" +value: "SJ" +data: "SJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4877 +label: "Pologne (+48)" +value: "PL" +data: "PL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4878 +label: "Allemagne (+49)" +value: "DE" +data: "DE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4879 +label: "Pérou (+51)" +value: "PE" +data: "PE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4880 +label: "Mexique (+52)" +value: "MX" +data: "MX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4881 +label: "Cuba (+53)" +value: "CU" +data: "CU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4882 +label: "Argentine (+54)" +value: "AR" +data: "AR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4883 +label: "Brésil (+55)" +value: "BR" +data: "BR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4884 +label: "Chili (+56)" +value: "CL" +data: "CL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4885 +label: "Colombie (+57)" +value: "CO" +data: "CO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4886 +label: "Venezuela (+58)" +value: "VE" +data: "VE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4887 +label: "Malaisie (+60)" +value: "MY" +data: "MY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4888 +label: "Australie (+61)" +value: "AU" +data: "AU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4889 +label: "Îles Cocos (+61)" +value: "CC" +data: "CC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4890 +label: "Île Christmas (+61)" +value: "CX" +data: "CX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4891 +label: "Indonésie (+62)" +value: "ID" +data: "ID" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4892 +label: "Philippines (+63)" +value: "PH" +data: "PH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4893 +label: "Nouvelle-Zélande (+64)" +value: "NZ" +data: "NZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4894 +label: "Singapour (+65)" +value: "SG" +data: "SG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4895 +label: "Thaïlande (+66)" +value: "TH" +data: "TH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4896 +label: "Japon (+81)" +value: "JP" +data: "JP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4897 +label: "Corée du Sud (+82)" +value: "KR" +data: "KR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4898 +label: "Viêt Nam (+84)" +value: "VN" +data: "VN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4899 +label: "Chine (+86)" +value: "CN" +data: "CN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4900 +label: "Turquie (+90)" +value: "TR" +data: "TR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4901 +label: "Inde (+91)" +value: "IN" +data: "IN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4902 +label: "Pakistan (+92)" +value: "PK" +data: "PK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4903 +label: "Afghanistan (+93)" +value: "AF" +data: "AF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4904 +label: "Sri Lanka (+94)" +value: "LK" +data: "LK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4905 +label: "Myanmar (Birmanie) (+95)" +value: "MM" +data: "MM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4906 +label: "Iran (+98)" +value: "IR" +data: "IR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4907 +label: "Soudan du Sud (+211)" +value: "SS" +data: "SS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4908 +label: "Maroc (+212)" +value: "MA" +data: "MA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4909 +label: "Sahara occidental (+212)" +value: "EH" +data: "EH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4910 +label: "Algérie (+213)" +value: "DZ" +data: "DZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4911 +label: "Tunisie (+216)" +value: "TN" +data: "TN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4912 +label: "Libye (+218)" +value: "LY" +data: "LY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4913 +label: "Gambie (+220)" +value: "GM" +data: "GM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4914 +label: "Sénégal (+221)" +value: "SN" +data: "SN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4915 +label: "Mauritanie (+222)" +value: "MR" +data: "MR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4916 +label: "Mali (+223)" +value: "ML" +data: "ML" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4917 +label: "Guinée (+224)" +value: "GN" +data: "GN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4918 +label: "Côte d’Ivoire (+225)" +value: "CI" +data: "CI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4919 +label: "Burkina Faso (+226)" +value: "BF" +data: "BF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4920 +label: "Niger (+227)" +value: "NE" +data: "NE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4921 +label: "Togo (+228)" +value: "TG" +data: "TG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4922 +label: "Bénin (+229)" +value: "BJ" +data: "BJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4923 +label: "Maurice (+230)" +value: "MU" +data: "MU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4924 +label: "Liberia (+231)" +value: "LR" +data: "LR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4925 +label: "Sierra Leone (+232)" +value: "SL" +data: "SL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4926 +label: "Ghana (+233)" +value: "GH" +data: "GH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4927 +label: "Nigeria (+234)" +value: "NG" +data: "NG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4928 +label: "Tchad (+235)" +value: "TD" +data: "TD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4929 +label: "République centrafricaine (+236)" +value: "CF" +data: "CF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4930 +label: "Cameroun (+237)" +value: "CM" +data: "CM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4931 +label: "Cap-Vert (+238)" +value: "CV" +data: "CV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4932 +label: "Sao Tomé-et-Principe (+239)" +value: "ST" +data: "ST" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4933 +label: "Guinée équatoriale (+240)" +value: "GQ" +data: "GQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4934 +label: "Gabon (+241)" +value: "GA" +data: "GA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4935 +label: "Congo-Brazzaville (+242)" +value: "CG" +data: "CG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4936 +label: "Congo-Kinshasa (+243)" +value: "CD" +data: "CD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4937 +label: "Angola (+244)" +value: "AO" +data: "AO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4938 +label: "Guinée-Bissau (+245)" +value: "GW" +data: "GW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4939 +label: "Territoire britannique de l’océan Indien (+246)" +value: "IO" +data: "IO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4940 +label: "Seychelles (+248)" +value: "SC" +data: "SC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4941 +label: "Soudan (+249)" +value: "SD" +data: "SD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4942 +label: "Rwanda (+250)" +value: "RW" +data: "RW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4943 +label: "Éthiopie (+251)" +value: "ET" +data: "ET" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4944 +label: "Somalie (+252)" +value: "SO" +data: "SO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4945 +label: "Djibouti (+253)" +value: "DJ" +data: "DJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4946 +label: "Kenya (+254)" +value: "KE" +data: "KE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4947 +label: "Tanzanie (+255)" +value: "TZ" +data: "TZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4948 +label: "Ouganda (+256)" +value: "UG" +data: "UG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4949 +label: "Burundi (+257)" +value: "BI" +data: "BI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4950 +label: "Mozambique (+258)" +value: "MZ" +data: "MZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4951 +label: "Zambie (+260)" +value: "ZM" +data: "ZM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4952 +label: "Madagascar (+261)" +value: "MG" +data: "MG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4953 +label: "La Réunion (+262)" +value: "RE" +data: "RE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4954 +label: "Mayotte (+262)" +value: "YT" +data: "YT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4955 +label: "Zimbabwe (+263)" +value: "ZW" +data: "ZW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4956 +label: "Namibie (+264)" +value: "NA" +data: "NA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4957 +label: "Malawi (+265)" +value: "MW" +data: "MW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4958 +label: "Lesotho (+266)" +value: "LS" +data: "LS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4959 +label: "Botswana (+267)" +value: "BW" +data: "BW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4960 +label: "Eswatini (+268)" +value: "SZ" +data: "SZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4961 +label: "Comores (+269)" +value: "KM" +data: "KM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4962 +label: "Sainte-Hélène (+290)" +value: "SH" +data: "SH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4963 +label: "Érythrée (+291)" +value: "ER" +data: "ER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4964 +label: "Aruba (+297)" +value: "AW" +data: "AW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4965 +label: "Îles Féroé (+298)" +value: "FO" +data: "FO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4966 +label: "Groenland (+299)" +value: "GL" +data: "GL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4967 +label: "Gibraltar (+350)" +value: "GI" +data: "GI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4968 +label: "Portugal (+351)" +value: "PT" +data: "PT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4969 +label: "Luxembourg (+352)" +value: "LU" +data: "LU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4970 +label: "Irlande (+353)" +value: "IE" +data: "IE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4971 +label: "Islande (+354)" +value: "IS" +data: "IS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4972 +label: "Albanie (+355)" +value: "AL" +data: "AL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4973 +label: "Malte (+356)" +value: "MT" +data: "MT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4974 +label: "Chypre (+357)" +value: "CY" +data: "CY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4975 +label: "Finlande (+358)" +value: "FI" +data: "FI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4976 +label: "Îles Åland (+358)" +value: "AX" +data: "AX" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4977 +label: "Bulgarie (+359)" +value: "BG" +data: "BG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4978 +label: "Lituanie (+370)" +value: "LT" +data: "LT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4979 +label: "Lettonie (+371)" +value: "LV" +data: "LV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4980 +label: "Estonie (+372)" +value: "EE" +data: "EE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4981 +label: "Moldavie (+373)" +value: "MD" +data: "MD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4982 +label: "Arménie (+374)" +value: "AM" +data: "AM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4983 +label: "Biélorussie (+375)" +value: "BY" +data: "BY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4984 +label: "Andorre (+376)" +value: "AD" +data: "AD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4985 +label: "Monaco (+377)" +value: "MC" +data: "MC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4986 +label: "Saint-Marin (+378)" +value: "SM" +data: "SM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4987 +label: "Ukraine (+380)" +value: "UA" +data: "UA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4988 +label: "Serbie (+381)" +value: "RS" +data: "RS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4989 +label: "Monténégro (+382)" +value: "ME" +data: "ME" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4990 +label: "Croatie (+385)" +value: "HR" +data: "HR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4991 +label: "Slovénie (+386)" +value: "SI" +data: "SI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4992 +label: "Bosnie-Herzégovine (+387)" +value: "BA" +data: "BA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4993 +label: "Macédoine du Nord (+389)" +value: "MK" +data: "MK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4994 +label: "Tchéquie (+420)" +value: "CZ" +data: "CZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4995 +label: "Slovaquie (+421)" +value: "SK" +data: "SK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4996 +label: "Liechtenstein (+423)" +value: "LI" +data: "LI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4997 +label: "Îles Malouines (+500)" +value: "FK" +data: "FK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4998 +label: "Belize (+501)" +value: "BZ" +data: "BZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4999 +label: "Guatemala (+502)" +value: "GT" +data: "GT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5000 +label: "Salvador (+503)" +value: "SV" +data: "SV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5001 +label: "Honduras (+504)" +value: "HN" +data: "HN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5002 +label: "Nicaragua (+505)" +value: "NI" +data: "NI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5003 +label: "Costa Rica (+506)" +value: "CR" +data: "CR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5004 +label: "Panama (+507)" +value: "PA" +data: "PA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5005 +label: "Saint-Pierre-et-Miquelon (+508)" +value: "PM" +data: "PM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5006 +label: "Haïti (+509)" +value: "HT" +data: "HT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5007 +label: "Guadeloupe (+590)" +value: "GP" +data: "GP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5008 +label: "Saint-Barthélemy (+590)" +value: "BL" +data: "BL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5009 +label: "Saint-Martin (+590)" +value: "MF" +data: "MF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5010 +label: "Bolivie (+591)" +value: "BO" +data: "BO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5011 +label: "Guyana (+592)" +value: "GY" +data: "GY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5012 +label: "Équateur (+593)" +value: "EC" +data: "EC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5013 +label: "Guyane française (+594)" +value: "GF" +data: "GF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5014 +label: "Paraguay (+595)" +value: "PY" +data: "PY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5015 +label: "Martinique (+596)" +value: "MQ" +data: "MQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5016 +label: "Suriname (+597)" +value: "SR" +data: "SR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5017 +label: "Uruguay (+598)" +value: "UY" +data: "UY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5018 +label: "Curaçao (+599)" +value: "CW" +data: "CW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5019 +label: "Pays-Bas caribéens (+599)" +value: "BQ" +data: "BQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5020 +label: "Timor oriental (+670)" +value: "TL" +data: "TL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5021 +label: "Île Norfolk (+672)" +value: "NF" +data: "NF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5022 +label: "Brunei (+673)" +value: "BN" +data: "BN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5023 +label: "Nauru (+674)" +value: "NR" +data: "NR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5024 +label: "Papouasie-Nouvelle-Guinée (+675)" +value: "PG" +data: "PG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5025 +label: "Tonga (+676)" +value: "TO" +data: "TO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5026 +label: "Îles Salomon (+677)" +value: "SB" +data: "SB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5027 +label: "Vanuatu (+678)" +value: "VU" +data: "VU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5028 +label: "Fidji (+679)" +value: "FJ" +data: "FJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5029 +label: "Palaos (+680)" +value: "PW" +data: "PW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5030 +label: "Wallis-et-Futuna (+681)" +value: "WF" +data: "WF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5031 +label: "Îles Cook (+682)" +value: "CK" +data: "CK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5032 +label: "Niue (+683)" +value: "NU" +data: "NU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5033 +label: "Samoa (+685)" +value: "WS" +data: "WS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5034 +label: "Kiribati (+686)" +value: "KI" +data: "KI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5035 +label: "Nouvelle-Calédonie (+687)" +value: "NC" +data: "NC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5036 +label: "Tuvalu (+688)" +value: "TV" +data: "TV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5037 +label: "Polynésie française (+689)" +value: "PF" +data: "PF" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5038 +label: "Tokelau (+690)" +value: "TK" +data: "TK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5039 +label: "Micronésie (+691)" +value: "FM" +data: "FM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5040 +label: "Îles Marshall (+692)" +value: "MH" +data: "MH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5041 +label: "Corée du Nord (+850)" +value: "KP" +data: "KP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5042 +label: "R.A.S. chinoise de Hong Kong (+852)" +value: "HK" +data: "HK" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5043 +label: "R.A.S. chinoise de Macao (+853)" +value: "MO" +data: "MO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5044 +label: "Cambodge (+855)" +value: "KH" +data: "KH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5045 +label: "Laos (+856)" +value: "LA" +data: "LA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5046 +label: "Bangladesh (+880)" +value: "BD" +data: "BD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5047 +label: "Taïwan (+886)" +value: "TW" +data: "TW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5048 +label: "Maldives (+960)" +value: "MV" +data: "MV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5049 +label: "Liban (+961)" +value: "LB" +data: "LB" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5050 +label: "Jordanie (+962)" +value: "JO" +data: "JO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5051 +label: "Syrie (+963)" +value: "SY" +data: "SY" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5052 +label: "Irak (+964)" +value: "IQ" +data: "IQ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5053 +label: "Koweït (+965)" +value: "KW" +data: "KW" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5054 +label: "Arabie saoudite (+966)" +value: "SA" +data: "SA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5055 +label: "Yémen (+967)" +value: "YE" +data: "YE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5056 +label: "Oman (+968)" +value: "OM" +data: "OM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5057 +label: "Territoires palestiniens (+970)" +value: "PS" +data: "PS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5058 +label: "Émirats arabes unis (+971)" +value: "AE" +data: "AE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5059 +label: "Israël (+972)" +value: "IL" +data: "IL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5060 +label: "Bahreïn (+973)" +value: "BH" +data: "BH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5061 +label: "Qatar (+974)" +value: "QA" +data: "QA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5062 +label: "Bhoutan (+975)" +value: "BT" +data: "BT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5063 +label: "Mongolie (+976)" +value: "MN" +data: "MN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5064 +label: "Népal (+977)" +value: "NP" +data: "NP" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5065 +label: "Tadjikistan (+992)" +value: "TJ" +data: "TJ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5066 +label: "Turkménistan (+993)" +value: "TM" +data: "TM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5067 +label: "Azerbaïdjan (+994)" +value: "AZ" +data: "AZ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5068 +label: "Géorgie (+995)" +value: "GE" +data: "GE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5069 +label: "Kirghizstan (+996)" +value: "KG" +data: "KG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5070 +label: "Ouzbékistan (+998)" +value: "UZ" +data: "UZ" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4778 -form: Symfony\Component\Form\Form {#4788 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#613 …5} |
| full_name | "phone[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "phone_country" |
| is_selected | Closure($choice, $value) {#4768 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 | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [ 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4917 +label: "Guinée (+224)" +value: "GN" +data: "GN" +attr: [] +labelTranslationParameters: [] } ] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_phone_country" |
| valid | true |
| value | "" |
number
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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| disabled | false |
false
|
| error_bubbling | true |
same as passed value |
| required | false |
false
|
| translation_domain | null |
null
|
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 | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#576 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#578 …} -namespace: Closure() {#580 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4773 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#471 …} $message: Closure() {#4776 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_phone_number" ] |
| cache_key | "_phone_number_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5071 -form: Symfony\Component\Form\Form {#4791 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5074 …5} |
| full_name | "phone[number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "phone_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_phone_number" |
| valid | true |
| value | "" |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "*************" ] |
[ "placeholder" => "*************" ] |
| label | "Mot de passe" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "*************" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#576 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#578 …} -namespace: Closure() {#580 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4761 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe" |
| label_attr | [ "class" => "required" ] |
| 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 | false |
| upload_max_size_message | Closure() {#4764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#471 …} $message: Closure() {#4765 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "*************" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_password" ] |
| cache_key | "_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4837 -form: Symfony\Component\Form\Form {#4805 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4835 …5} |
| full_name | "password" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "password" |
| label | "Mot de passe" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_password" |
| valid | true |
| value | "" |
_csrf_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f58d4b2f.J1f8U7B10q_DxmldZu9YrQwWaOeVEl3pguhgCTaN0ls.fRTEKvo-hsS3gS0FMbZu9F9aXID8WTaFytsRf1S1vwlCMZo75ESf3Zq1Gg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "f58d4b2f.J1f8U7B10q_DxmldZu9YrQwWaOeVEl3pguhgCTaN0ls.fRTEKvo-hsS3gS0FMbZu9F9aXID8WTaFytsRf1S1vwlCMZo75ESf3Zq1Gg" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#576 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#578 …} -namespace: Closure() {#580 …} } |
| data | "f58d4b2f.J1f8U7B10q_DxmldZu9YrQwWaOeVEl3pguhgCTaN0ls.fRTEKvo-hsS3gS0FMbZu9F9aXID8WTaFytsRf1S1vwlCMZo75ESf3Zq1Gg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5073 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() {#5078 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#471 …} $message: Closure() {#5075 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__csrf_token" ] |
| cache_key | "__csrf_token_hidden" |
| compound | false |
| data | "f58d4b2f.J1f8U7B10q_DxmldZu9YrQwWaOeVEl3pguhgCTaN0ls.fRTEKvo-hsS3gS0FMbZu9F9aXID8WTaFytsRf1S1vwlCMZo75ESf3Zq1Gg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5088 -form: Symfony\Component\Form\Form {#5084 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5079 …5} |
| full_name | "_csrf_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "_csrf_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_csrf_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__csrf_token" |
| valid | true |
| value | "f58d4b2f.J1f8U7B10q_DxmldZu9YrQwWaOeVEl3pguhgCTaN0ls.fRTEKvo-hsS3gS0FMbZu9F9aXID8WTaFytsRf1S1vwlCMZo75ESf3Zq1Gg" |