- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 50
- Events
- Routing
- Cache
- Translation 243
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
form
"App\Form\Type\NewslettersInscriptionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Form\Models\NewslettersInscription {#151 +mail: null +pays: null +region: null +metier: null +pays_newsletter: null +recaptcha: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/buzz/newsletters_ch_" |
same as passed value |
| data | App\Form\Models\NewslettersInscription {#151 +mail: null +pays: null +region: null +metier: null +pays_newsletter: null +recaptcha: null } |
same as passed value |
| method | "POST" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/buzz/newsletters_ch_" |
| allow_extra_fields | true |
| 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\CsrfTokenManager {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data | App\Form\Models\NewslettersInscription {#151 +mail: null +pays: null +region: null +metier: null +pays_newsletter: null +recaptcha: null } |
| data_class | "App\Form\Models\NewslettersInscription" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#892 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#50 …} use: { $class: "App\Form\Models\NewslettersInscription" } } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#877 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/buzz/newsletters_ch_" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | App\Form\Models\NewslettersInscription {#151 +mail: null +pays: null +region: null +metier: null +pays_newsletter: null +recaptcha: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#762 -form: Symfony\Component\Form\Form {#775 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#888 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | App\Form\Models\NewslettersInscription {#151 +mail: null +pays: null +region: null +metier: null +pays_newsletter: null +recaptcha: null } |
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved 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 |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#951 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#50 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [] |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [] |
| 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 | [] |
| second_name | "second" |
| second_options | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
| upload_max_size_message | Closure() {#971 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#853 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_form_mail" ] |
| cache_key | "_form_mail_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#710 -form: Symfony\Component\Form\Form {#773 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#736 …5} |
| full_name | "form[mail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_mail" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mail" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_mail" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| error_bubbling | false |
same as passed value |
| mapped | true |
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 |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#758 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#50 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#798 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_mail_first" ] |
| cache_key | "_form_mail_first_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#927 -form: Symfony\Component\Form\Form {#697 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#947 …5} |
| full_name | "form[mail][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_mail_first" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_mail_first" |
| valid | true |
| value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| error_bubbling | false |
same as passed value |
| mapped | true |
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 |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#50 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#763 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_mail_second" ] |
| cache_key | "_form_mail_second_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#943 -form: Symfony\Component\Form\Form {#714 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#818 …5} |
| full_name | "form[mail][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_mail_second" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_mail_second" |
| valid | true |
| value | "" |
pays
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "41" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "v-model" => "pays" "class" => "form-control" ] |
[ "v-model" => "pays" "class" => "form-control" ] |
| choice_attr | Closure($key, $val, $index) {#949 class: "App\Form\Type\NewslettersInscriptionType" this: App\Form\Type\NewslettersInscriptionType {#1229 …} } |
same as passed value |
| choices | [ "Choisir" => "" "Afghanistan" => "93" "Afrique du Sud" => "27" "Albanie" => "355" "Algérie" => "213" "Allemagne" => "49" "Andorre" => "376" "Angola" => "244" "Anguilla" => "1264" "Antigua et Barbuda" => "1268" "Arabie Saoudite" => "966" "Argentine" => "54" "Arménie" => "374" "Aruba" => "297" "Ascension (Ile de)" => "247" "Australie" => "61" "Autriche" => "43" "Azerbaïdjan" => "994" "Bahamas" => "1242" "Bahrein" => "973" "Bangladesh" => "880" "Barbade" => "1246" "Belgique" => "32" "Belize" => "501" "Benin" => "229" "Bermudes" => "1441" "Bhoutan" => "975" "Biélorussie" => "375" "Birmanie (Myanmar)" => "95" "Bolivie" => "591" "Bonaire" => "599" "Bosnie" => "387" "Botswana" => "267" "Brésil" => "55" "Brunei" => "673" "Bulgarie" => "359" "Burkina Faso" => "226" "Burundi" => "257" "Cambodge" => "855" "Cameroun" => "237" "Canada" => "01" "Cap Vert" => "238" "Chili" => "56" "Chine" => "86" "Chypre" => "357" "Colombie" => "57" "Cook (Iles)" => "682" "Corée du Nord" => "850" "Corée du Sud" => "82" "Costa Rica" => "506" "Côte d'Ivoire" => "225" "Croatie" => "385" "Cuba" => "53" "Curaçao" => "5999" "Danemark" => "45" "Djibouti" => "253" "Dominique" => "1767" "Egypte" => "20" "El Salvador" => "503" "Emirats Arabes Unis" => "971" "Equateur" => "593" "Erythrée" => "291" "Espagne" => "34" "Estonie" => "372" "Etats Unis" => "999" "Ethiopie" => "251" "Falklands (Malouines)" => "500" "Fidji (Iles)" => "679" "Finlande" => "358" "France" => "33" "Gabon" => "241" "Gambie" => "220" "Georgie" => "995" "Ghana" => "233" "Gibraltar" => "350" "Grèce" => "30" "Grenade" => "1473" "Groenland" => "299" "Guadeloupe" => "590" "Guatemala" => "502" "Guinée" => "224" "Guinée Bissau" => "245" "Guinée Equatoriale" => "240" "Guyana" => "592" "Guyane Française" => "594" "Haïti" => "509" "Honduras" => "504" "Hong Kong" => "852" "Hongrie" => "36" "Iles Cayman" => "1345" "Iles Salomon" => "677" "Îles Turks et Caïques" => "1649" "Iles Vierges GB" => "1284" "Iles Vierges USA" => "1340" "Inde" => "91" "Indonésie" => "62" "Irak" => "964" "Iran" => "98" "Irlande" => "353" "Islande" => "354" "Israël" => "972" "Italie" => "39" "Jamaïque" => "1876" "Japon" => "81" "Jordanie" => "962" "Kenya" => "254" "Kirghizistan" => "996" "Kiribati" => "686" "Koweit" => "965" "Laos" => "856" "Lesotho" => "266" "Lettonie" => "371" "Liban" => "961" "Libye" => "218" "Liechtenstein" => "423" "Lituanie" => "370" "Luxembourg" => "352" "Macao" => "853" "Macédoine" => "389" "Madagascar" => "261" "Malaisie" => "60" "Malawi" => "265" "Maldives" => "960" "Mali" => "223" "Malte" => "356" "Mariannes (Iles)" => "1670" "Maroc" => "212" "Marshall (Iles )" => "692" "Martinique" => "596" "Maurice" => "230" "Mauritanie" => "222" "Mayotte" => "269" "Mexique" => "52" "Micronésie" => "691" "Moldavie" => "373" "Monaco" => "377" "Mongolie" => "976" "Monténégro" => "382" "Montserrat" => "1664" "Mozambique" => "258" "Namibie" => "264" "Nauru" => "674" "Népal" => "977" "Nicaragua" => "505" "Niger" => "227" "Nigeria" => "234" "Norfolk (Iles)" => "672" "Norvège" => "47" "Nouvelle Calédonie" => "687" "Nouvelle-Zélande" => "64" "Oman" => "968" "Ouganda" => "256" "Pakistan" => "92" "Palaos" => "680" "Palestine" => "970" "Panama" => "507" "Papouasie Nouvelle Guinée" => "675" "Paraguay" => "595" "Pays-Bas" => "31" "Pérou" => "51" "Philippines" => "63" "Pologne" => "48" "Polynésie Française" => "689" "Porto Rico" => "1787" "Portugal" => "351" "Qatar" => "974" "République Centrafricaine" => "236" "République Démocratique du Congo" => "243" "République Dominicaine" => "1809" "République du Congo" => "242" "République Tchèque" => "420" "Réunion" => "262" "Roumanie" => "40" "Royaume-Uni" => "44" "Russie" => "07" "Rwanda" => "250" "Saint Marin (Rép.)" => "378" "Saint-Christophe-et-Niévès" => "1869" "Sainte Lucie" => "1758" "Samoa occidental" => "685" "Sao Tomé et Principe" => "239" "Sénégal" => "221" "Sercq" => "441481" "Seychelles" => "248" "Sierra Leone" => "232" "Singapour" => "65" "Slovaquie" => "421" "Slovénie" => "386" "Somalie" => "252" "Soudan" => "249" "Sri Lanka" => "94" "St Pierre et Miquelon" => "508" "St Vincent et les Grenadines" => "1784" "Suède" => "46" "Suisse" => "41" "Surinam" => "597" "Swaziland" => "268" "Syrie" => "963" "Tadjikistan" => "992" "Tanzanie" => "255" "Tchad" => "235" "Thailande" => "66" "Togo" => "228" "Tonga" => "676" "Trinidad et Tobago" => "1868" "Tunisie" => "216" "Turkmenistan" => "993" "Turquie" => "90" "Tuvalu" => "688" "Ukraine" => "380" "Uruguay" => "598" "Vanuatu" => "678" "Vatican" => "396" "Venezuela" => "58" "Vietnam" => "84" "Wallis et Futuna" => "681" "Yemen" => "967" "Yougoslavie" => "381" "Zambie" => "260" "Zimbabwe" => "263" ] |
[ "Choisir" => "" "Afghanistan" => "93" "Afrique du Sud" => "27" "Albanie" => "355" "Algérie" => "213" "Allemagne" => "49" "Andorre" => "376" "Angola" => "244" "Anguilla" => "1264" "Antigua et Barbuda" => "1268" "Arabie Saoudite" => "966" "Argentine" => "54" "Arménie" => "374" "Aruba" => "297" "Ascension (Ile de)" => "247" "Australie" => "61" "Autriche" => "43" "Azerbaïdjan" => "994" "Bahamas" => "1242" "Bahrein" => "973" "Bangladesh" => "880" "Barbade" => "1246" "Belgique" => "32" "Belize" => "501" "Benin" => "229" "Bermudes" => "1441" "Bhoutan" => "975" "Biélorussie" => "375" "Birmanie (Myanmar)" => "95" "Bolivie" => "591" "Bonaire" => "599" "Bosnie" => "387" "Botswana" => "267" "Brésil" => "55" "Brunei" => "673" "Bulgarie" => "359" "Burkina Faso" => "226" "Burundi" => "257" "Cambodge" => "855" "Cameroun" => "237" "Canada" => "01" "Cap Vert" => "238" "Chili" => "56" "Chine" => "86" "Chypre" => "357" "Colombie" => "57" "Cook (Iles)" => "682" "Corée du Nord" => "850" "Corée du Sud" => "82" "Costa Rica" => "506" "Côte d'Ivoire" => "225" "Croatie" => "385" "Cuba" => "53" "Curaçao" => "5999" "Danemark" => "45" "Djibouti" => "253" "Dominique" => "1767" "Egypte" => "20" "El Salvador" => "503" "Emirats Arabes Unis" => "971" "Equateur" => "593" "Erythrée" => "291" "Espagne" => "34" "Estonie" => "372" "Etats Unis" => "999" "Ethiopie" => "251" "Falklands (Malouines)" => "500" "Fidji (Iles)" => "679" "Finlande" => "358" "France" => "33" "Gabon" => "241" "Gambie" => "220" "Georgie" => "995" "Ghana" => "233" "Gibraltar" => "350" "Grèce" => "30" "Grenade" => "1473" "Groenland" => "299" "Guadeloupe" => "590" "Guatemala" => "502" "Guinée" => "224" "Guinée Bissau" => "245" "Guinée Equatoriale" => "240" "Guyana" => "592" "Guyane Française" => "594" "Haïti" => "509" "Honduras" => "504" "Hong Kong" => "852" "Hongrie" => "36" "Iles Cayman" => "1345" "Iles Salomon" => "677" "Îles Turks et Caïques" => "1649" "Iles Vierges GB" => "1284" "Iles Vierges USA" => "1340" "Inde" => "91" "Indonésie" => "62" "Irak" => "964" "Iran" => "98" "Irlande" => "353" "Islande" => "354" "Israël" => "972" "Italie" => "39" "Jamaïque" => "1876" "Japon" => "81" "Jordanie" => "962" "Kenya" => "254" "Kirghizistan" => "996" "Kiribati" => "686" "Koweit" => "965" "Laos" => "856" "Lesotho" => "266" "Lettonie" => "371" "Liban" => "961" "Libye" => "218" "Liechtenstein" => "423" "Lituanie" => "370" "Luxembourg" => "352" "Macao" => "853" "Macédoine" => "389" "Madagascar" => "261" "Malaisie" => "60" "Malawi" => "265" "Maldives" => "960" "Mali" => "223" "Malte" => "356" "Mariannes (Iles)" => "1670" "Maroc" => "212" "Marshall (Iles )" => "692" "Martinique" => "596" "Maurice" => "230" "Mauritanie" => "222" "Mayotte" => "269" "Mexique" => "52" "Micronésie" => "691" "Moldavie" => "373" "Monaco" => "377" "Mongolie" => "976" "Monténégro" => "382" "Montserrat" => "1664" "Mozambique" => "258" "Namibie" => "264" "Nauru" => "674" "Népal" => "977" "Nicaragua" => "505" "Niger" => "227" "Nigeria" => "234" "Norfolk (Iles)" => "672" "Norvège" => "47" "Nouvelle Calédonie" => "687" "Nouvelle-Zélande" => "64" "Oman" => "968" "Ouganda" => "256" "Pakistan" => "92" "Palaos" => "680" "Palestine" => "970" "Panama" => "507" "Papouasie Nouvelle Guinée" => "675" "Paraguay" => "595" "Pays-Bas" => "31" "Pérou" => "51" "Philippines" => "63" "Pologne" => "48" "Polynésie Française" => "689" "Porto Rico" => "1787" "Portugal" => "351" "Qatar" => "974" "République Centrafricaine" => "236" "République Démocratique du Congo" => "243" "République Dominicaine" => "1809" "République du Congo" => "242" "République Tchèque" => "420" "Réunion" => "262" "Roumanie" => "40" "Royaume-Uni" => "44" "Russie" => "07" "Rwanda" => "250" "Saint Marin (Rép.)" => "378" "Saint-Christophe-et-Niévès" => "1869" "Sainte Lucie" => "1758" "Samoa occidental" => "685" "Sao Tomé et Principe" => "239" "Sénégal" => "221" "Sercq" => "441481" "Seychelles" => "248" "Sierra Leone" => "232" "Singapour" => "65" "Slovaquie" => "421" "Slovénie" => "386" "Somalie" => "252" "Soudan" => "249" "Sri Lanka" => "94" "St Pierre et Miquelon" => "508" "St Vincent et les Grenadines" => "1784" "Suède" => "46" "Suisse" => "41" "Surinam" => "597" "Swaziland" => "268" "Syrie" => "963" "Tadjikistan" => "992" "Tanzanie" => "255" "Tchad" => "235" "Thailande" => "66" "Togo" => "228" "Tonga" => "676" "Trinidad et Tobago" => "1868" "Tunisie" => "216" "Turkmenistan" => "993" "Turquie" => "90" "Tuvalu" => "688" "Ukraine" => "380" "Uruguay" => "598" "Vanuatu" => "678" "Vatican" => "396" "Venezuela" => "58" "Vietnam" => "84" "Wallis et Futuna" => "681" "Yemen" => "967" "Yougoslavie" => "381" "Zambie" => "260" "Zimbabwe" => "263" ] |
| data | "41" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "v-model" => "pays" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($key, $val, $index) {#949 class: "App\Form\Type\NewslettersInscriptionType" this: App\Form\Type\NewslettersInscriptionType {#1229 …} } |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Choisir" => "" "Afghanistan" => "93" "Afrique du Sud" => "27" "Albanie" => "355" "Algérie" => "213" "Allemagne" => "49" "Andorre" => "376" "Angola" => "244" "Anguilla" => "1264" "Antigua et Barbuda" => "1268" "Arabie Saoudite" => "966" "Argentine" => "54" "Arménie" => "374" "Aruba" => "297" "Ascension (Ile de)" => "247" "Australie" => "61" "Autriche" => "43" "Azerbaïdjan" => "994" "Bahamas" => "1242" "Bahrein" => "973" "Bangladesh" => "880" "Barbade" => "1246" "Belgique" => "32" "Belize" => "501" "Benin" => "229" "Bermudes" => "1441" "Bhoutan" => "975" "Biélorussie" => "375" "Birmanie (Myanmar)" => "95" "Bolivie" => "591" "Bonaire" => "599" "Bosnie" => "387" "Botswana" => "267" "Brésil" => "55" "Brunei" => "673" "Bulgarie" => "359" "Burkina Faso" => "226" "Burundi" => "257" "Cambodge" => "855" "Cameroun" => "237" "Canada" => "01" "Cap Vert" => "238" "Chili" => "56" "Chine" => "86" "Chypre" => "357" "Colombie" => "57" "Cook (Iles)" => "682" "Corée du Nord" => "850" "Corée du Sud" => "82" "Costa Rica" => "506" "Côte d'Ivoire" => "225" "Croatie" => "385" "Cuba" => "53" "Curaçao" => "5999" "Danemark" => "45" "Djibouti" => "253" "Dominique" => "1767" "Egypte" => "20" "El Salvador" => "503" "Emirats Arabes Unis" => "971" "Equateur" => "593" "Erythrée" => "291" "Espagne" => "34" "Estonie" => "372" "Etats Unis" => "999" "Ethiopie" => "251" "Falklands (Malouines)" => "500" "Fidji (Iles)" => "679" "Finlande" => "358" "France" => "33" "Gabon" => "241" "Gambie" => "220" "Georgie" => "995" "Ghana" => "233" "Gibraltar" => "350" "Grèce" => "30" "Grenade" => "1473" "Groenland" => "299" "Guadeloupe" => "590" "Guatemala" => "502" "Guinée" => "224" "Guinée Bissau" => "245" "Guinée Equatoriale" => "240" "Guyana" => "592" "Guyane Française" => "594" "Haïti" => "509" "Honduras" => "504" "Hong Kong" => "852" "Hongrie" => "36" "Iles Cayman" => "1345" "Iles Salomon" => "677" "Îles Turks et Caïques" => "1649" "Iles Vierges GB" => "1284" "Iles Vierges USA" => "1340" "Inde" => "91" "Indonésie" => "62" "Irak" => "964" "Iran" => "98" "Irlande" => "353" "Islande" => "354" "Israël" => "972" "Italie" => "39" "Jamaïque" => "1876" "Japon" => "81" "Jordanie" => "962" "Kenya" => "254" "Kirghizistan" => "996" "Kiribati" => "686" "Koweit" => "965" "Laos" => "856" "Lesotho" => "266" "Lettonie" => "371" "Liban" => "961" "Libye" => "218" "Liechtenstein" => "423" "Lituanie" => "370" "Luxembourg" => "352" "Macao" => "853" "Macédoine" => "389" "Madagascar" => "261" "Malaisie" => "60" "Malawi" => "265" "Maldives" => "960" "Mali" => "223" "Malte" => "356" "Mariannes (Iles)" => "1670" "Maroc" => "212" "Marshall (Iles )" => "692" "Martinique" => "596" "Maurice" => "230" "Mauritanie" => "222" "Mayotte" => "269" "Mexique" => "52" "Micronésie" => "691" "Moldavie" => "373" "Monaco" => "377" "Mongolie" => "976" "Monténégro" => "382" "Montserrat" => "1664" "Mozambique" => "258" "Namibie" => "264" "Nauru" => "674" "Népal" => "977" "Nicaragua" => "505" "Niger" => "227" "Nigeria" => "234" "Norfolk (Iles)" => "672" "Norvège" => "47" "Nouvelle Calédonie" => "687" "Nouvelle-Zélande" => "64" "Oman" => "968" "Ouganda" => "256" "Pakistan" => "92" "Palaos" => "680" "Palestine" => "970" "Panama" => "507" "Papouasie Nouvelle Guinée" => "675" "Paraguay" => "595" "Pays-Bas" => "31" "Pérou" => "51" "Philippines" => "63" "Pologne" => "48" "Polynésie Française" => "689" "Porto Rico" => "1787" "Portugal" => "351" "Qatar" => "974" "République Centrafricaine" => "236" "République Démocratique du Congo" => "243" "République Dominicaine" => "1809" "République du Congo" => "242" "République Tchèque" => "420" "Réunion" => "262" "Roumanie" => "40" "Royaume-Uni" => "44" "Russie" => "07" "Rwanda" => "250" "Saint Marin (Rép.)" => "378" "Saint-Christophe-et-Niévès" => "1869" "Sainte Lucie" => "1758" "Samoa occidental" => "685" "Sao Tomé et Principe" => "239" "Sénégal" => "221" "Sercq" => "441481" "Seychelles" => "248" "Sierra Leone" => "232" "Singapour" => "65" "Slovaquie" => "421" "Slovénie" => "386" "Somalie" => "252" "Soudan" => "249" "Sri Lanka" => "94" "St Pierre et Miquelon" => "508" "St Vincent et les Grenadines" => "1784" "Suède" => "46" "Suisse" => "41" "Surinam" => "597" "Swaziland" => "268" "Syrie" => "963" "Tadjikistan" => "992" "Tanzanie" => "255" "Tchad" => "235" "Thailande" => "66" "Togo" => "228" "Tonga" => "676" "Trinidad et Tobago" => "1868" "Tunisie" => "216" "Turkmenistan" => "993" "Turquie" => "90" "Tuvalu" => "688" "Ukraine" => "380" "Uruguay" => "598" "Vanuatu" => "678" "Vatican" => "396" "Venezuela" => "58" "Vietnam" => "84" "Wallis et Futuna" => "681" "Yemen" => "967" "Yougoslavie" => "381" "Zambie" => "260" "Zimbabwe" => "263" ] |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data | "41" |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#930 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "v-model" => "pays" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_pays" ] |
| cache_key | "_form_pays_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1041 +label: "Choisir" +value: "" +data: "" +attr: [ "disabled" => "disabled" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#760 +label: "Afghanistan" +value: "93" +data: "93" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1049 +label: "Afrique du Sud" +value: "27" +data: "27" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1040 +label: "Albanie" +value: "355" +data: "355" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1048 +label: "Algérie" +value: "213" +data: "213" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1194 +label: "Allemagne" +value: "49" +data: "49" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1197 +label: "Andorre" +value: "376" +data: "376" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1193 +label: "Angola" +value: "244" +data: "244" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1196 +label: "Anguilla" +value: "1264" +data: "1264" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1162 +label: "Antigua et Barbuda" +value: "1268" +data: "1268" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1154 +label: "Arabie Saoudite" +value: "966" +data: "966" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1152 +label: "Argentine" +value: "54" +data: "54" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1161 +label: "Arménie" +value: "374" +data: "374" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1155 +label: "Aruba" +value: "297" +data: "297" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1157 +label: "Ascension (Ile de)" +value: "247" +data: "247" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1156 +label: "Australie" +value: "61" +data: "61" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1158 +label: "Autriche" +value: "43" +data: "43" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1145 +label: "Azerbaïdjan" +value: "994" +data: "994" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1173 +label: "Bahamas" +value: "1242" +data: "1242" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1148 +label: "Bahrein" +value: "973" +data: "973" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1151 +label: "Bangladesh" +value: "880" +data: "880" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1180 +label: "Barbade" +value: "1246" +data: "1246" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1146 +label: "Belgique" +value: "32" +data: "32" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1147 +label: "Belize" +value: "501" +data: "501" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1149 +label: "Benin" +value: "229" +data: "229" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +label: "Bermudes" +value: "1441" +data: "1441" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1179 +label: "Bhoutan" +value: "975" +data: "975" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1206 +label: "Biélorussie" +value: "375" +data: "375" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1208 +label: "Birmanie (Myanmar)" +value: "95" +data: "95" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1207 +label: "Bolivie" +value: "591" +data: "591" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1204 +label: "Bonaire" +value: "599" +data: "599" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1205 +label: "Bosnie" +value: "387" +data: "387" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +label: "Botswana" +value: "267" +data: "267" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +label: "Brésil" +value: "55" +data: "55" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +label: "Brunei" +value: "673" +data: "673" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1170 +label: "Bulgarie" +value: "359" +data: "359" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1150 +label: "Burkina Faso" +value: "226" +data: "226" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1169 +label: "Burundi" +value: "257" +data: "257" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1129 +label: "Cambodge" +value: "855" +data: "855" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1125 +label: "Cameroun" +value: "237" +data: "237" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1124 +label: "Canada" +value: "01" +data: "01" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1137 +label: "Cap Vert" +value: "238" +data: "238" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1130 +label: "Chili" +value: "56" +data: "56" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1138 +label: "Chine" +value: "86" +data: "86" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1133 +label: "Chypre" +value: "357" +data: "357" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1139 +label: "Colombie" +value: "57" +data: "57" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1135 +label: "Cook (Iles)" +value: "682" +data: "682" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1131 +label: "Corée du Nord" +value: "850" +data: "850" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1141 +label: "Corée du Sud" +value: "82" +data: "82" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "Costa Rica" +value: "506" +data: "506" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1134 +label: "Côte d'Ivoire" +value: "225" +data: "225" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1136 +label: "Croatie" +value: "385" +data: "385" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1132 +label: "Cuba" +value: "53" +data: "53" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1223 +label: "Curaçao" +value: "5999" +data: "5999" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +label: "Danemark" +value: "45" +data: "45" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1215 +label: "Djibouti" +value: "253" +data: "253" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1214 +label: "Dominique" +value: "1767" +data: "1767" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +label: "Egypte" +value: "20" +data: "20" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1192 +label: "El Salvador" +value: "503" +data: "503" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "Emirats Arabes Unis" +value: "971" +data: "971" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +label: "Equateur" +value: "593" +data: "593" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1221 +label: "Erythrée" +value: "291" +data: "291" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1189 +label: "Espagne" +value: "34" +data: "34" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1217 +label: "Estonie" +value: "372" +data: "372" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +label: "Etats Unis" +value: "999" +data: "999" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1213 +label: "Ethiopie" +value: "251" +data: "251" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +label: "Falklands (Malouines)" +value: "500" +data: "500" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1222 +label: "Fidji (Iles)" +value: "679" +data: "679" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1127 +label: "Finlande" +value: "358" +data: "358" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +label: "France" +value: "33" +data: "33" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1020 +label: "Gabon" +value: "241" +data: "241" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1024 +label: "Gambie" +value: "220" +data: "220" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1023 +label: "Georgie" +value: "995" +data: "995" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1022 +label: "Ghana" +value: "233" +data: "233" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1019 +label: "Gibraltar" +value: "350" +data: "350" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1021 +label: "Grèce" +value: "30" +data: "30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1028 +label: "Grenade" +value: "1473" +data: "1473" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1030 +label: "Groenland" +value: "299" +data: "299" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "Guadeloupe" +value: "590" +data: "590" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1027 +label: "Guatemala" +value: "502" +data: "502" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1029 +label: "Guinée" +value: "224" +data: "224" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#959 +label: "Guinée Bissau" +value: "245" +data: "245" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1055 +label: "Guinée Equatoriale" +value: "240" +data: "240" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1104 +label: "Guyana" +value: "592" +data: "592" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1085 +label: "Guyane Française" +value: "594" +data: "594" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1057 +label: "Haïti" +value: "509" +data: "509" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1119 +label: "Honduras" +value: "504" +data: "504" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1072 +label: "Hong Kong" +value: "852" +data: "852" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +label: "Hongrie" +value: "36" +data: "36" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "Iles Cayman" +value: "1345" +data: "1345" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1120 +label: "Iles Salomon" +value: "677" +data: "677" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1076 +label: "Îles Turks et Caïques" +value: "1649" +data: "1649" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1102 +label: "Iles Vierges GB" +value: "1284" +data: "1284" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1101 +label: "Iles Vierges USA" +value: "1340" +data: "1340" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1093 +label: "Inde" +value: "91" +data: "91" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1083 +label: "Indonésie" +value: "62" +data: "62" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1074 +label: "Irak" +value: "964" +data: "964" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1056 +label: "Iran" +value: "98" +data: "98" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1123 +label: "Irlande" +value: "353" +data: "353" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1100 +label: "Islande" +value: "354" +data: "354" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1094 +label: "Israël" +value: "972" +data: "972" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +label: "Italie" +value: "39" +data: "39" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1061 +label: "Jamaïque" +value: "1876" +data: "1876" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1077 +label: "Japon" +value: "81" +data: "81" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1059 +label: "Jordanie" +value: "962" +data: "962" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1073 +label: "Kenya" +value: "254" +data: "254" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +label: "Kirghizistan" +value: "996" +data: "996" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1082 +label: "Kiribati" +value: "686" +data: "686" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1122 +label: "Koweit" +value: "965" +data: "965" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1078 +label: "Laos" +value: "856" +data: "856" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1087 +label: "Lesotho" +value: "266" +data: "266" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1106 +label: "Lettonie" +value: "371" +data: "371" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +label: "Liban" +value: "961" +data: "961" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1080 +label: "Libye" +value: "218" +data: "218" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1092 +label: "Liechtenstein" +value: "423" +data: "423" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1060 +label: "Lituanie" +value: "370" +data: "370" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1070 +label: "Luxembourg" +value: "352" +data: "352" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1088 +label: "Macao" +value: "853" +data: "853" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +label: "Macédoine" +value: "389" +data: "389" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +label: "Madagascar" +value: "261" +data: "261" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "Malaisie" +value: "60" +data: "60" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "Malawi" +value: "265" +data: "265" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1117 +label: "Maldives" +value: "960" +data: "960" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +label: "Mali" +value: "223" +data: "223" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "Malte" +value: "356" +data: "356" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1109 +label: "Mariannes (Iles)" +value: "1670" +data: "1670" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +label: "Maroc" +value: "212" +data: "212" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1118 +label: "Marshall (Iles )" +value: "692" +data: "692" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +label: "Martinique" +value: "596" +data: "596" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1116 +label: "Maurice" +value: "230" +data: "230" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1081 +label: "Mauritanie" +value: "222" +data: "222" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1089 +label: "Mayotte" +value: "269" +data: "269" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1058 +label: "Mexique" +value: "52" +data: "52" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1121 +label: "Micronésie" +value: "691" +data: "691" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1067 +label: "Moldavie" +value: "373" +data: "373" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1064 +label: "Monaco" +value: "377" +data: "377" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1063 +label: "Mongolie" +value: "976" +data: "976" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1068 +label: "Monténégro" +value: "382" +data: "382" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +label: "Montserrat" +value: "1664" +data: "1664" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "Mozambique" +value: "258" +data: "258" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1066 +label: "Namibie" +value: "264" +data: "264" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1075 +label: "Nauru" +value: "674" +data: "674" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Népal" +value: "977" +data: "977" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1071 +label: "Nicaragua" +value: "505" +data: "505" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1105 +label: "Niger" +value: "227" +data: "227" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1090 +label: "Nigeria" +value: "234" +data: "234" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1091 +label: "Norfolk (Iles)" +value: "672" +data: "672" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1103 +label: "Norvège" +value: "47" +data: "47" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1069 +label: "Nouvelle Calédonie" +value: "687" +data: "687" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1079 +label: "Nouvelle-Zélande" +value: "64" +data: "64" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1084 +label: "Oman" +value: "968" +data: "968" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#836 +label: "Ouganda" +value: "256" +data: "256" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#832 +label: "Pakistan" +value: "92" +data: "92" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#837 +label: "Palaos" +value: "680" +data: "680" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#831 +label: "Palestine" +value: "970" +data: "970" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#829 +label: "Panama" +value: "507" +data: "507" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#827 +label: "Papouasie Nouvelle Guinée" +value: "675" +data: "675" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#826 +label: "Paraguay" +value: "595" +data: "595" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#830 +label: "Pays-Bas" +value: "31" +data: "31" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#834 +label: "Pérou" +value: "51" +data: "51" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#825 +label: "Philippines" +value: "63" +data: "63" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#838 +label: "Pologne" +value: "48" +data: "48" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#835 +label: "Polynésie Française" +value: "689" +data: "689" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#833 +label: "Porto Rico" +value: "1787" +data: "1787" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#828 +label: "Portugal" +value: "351" +data: "351" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#988 +label: "Qatar" +value: "974" +data: "974" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#984 +label: "République Centrafricaine" +value: "236" +data: "236" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#989 +label: "République Démocratique du Congo" +value: "243" +data: "243" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#981 +label: "République Dominicaine" +value: "1809" +data: "1809" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#982 +label: "République du Congo" +value: "242" +data: "242" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#990 +label: "République Tchèque" +value: "420" +data: "420" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#992 +label: "Réunion" +value: "262" +data: "262" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#991 +label: "Roumanie" +value: "40" +data: "40" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#964 +label: "Royaume-Uni" +value: "44" +data: "44" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#980 +label: "Russie" +value: "07" +data: "07" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#963 +label: "Rwanda" +value: "250" +data: "250" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#987 +label: "Saint Marin (Rép.)" +value: "378" +data: "378" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#985 +label: "Saint-Christophe-et-Niévès" +value: "1869" +data: "1869" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#977 +label: "Sainte Lucie" +value: "1758" +data: "1758" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#986 +label: "Samoa occidental" +value: "685" +data: "685" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#965 +label: "Sao Tomé et Principe" +value: "239" +data: "239" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#978 +label: "Sénégal" +value: "221" +data: "221" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#983 +label: "Sercq" +value: "441481" +data: "441481" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#979 +label: "Seychelles" +value: "248" +data: "248" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#993 +label: "Sierra Leone" +value: "232" +data: "232" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#727 +label: "Singapour" +value: "65" +data: "65" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#693 +label: "Slovaquie" +value: "421" +data: "421" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#726 +label: "Slovénie" +value: "386" +data: "386" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#695 +label: "Somalie" +value: "252" +data: "252" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#725 +label: "Soudan" +value: "249" +data: "249" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#724 +label: "Sri Lanka" +value: "94" +data: "94" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#723 +label: "St Pierre et Miquelon" +value: "508" +data: "508" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#722 +label: "St Vincent et les Grenadines" +value: "1784" +data: "1784" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#718 +label: "Suède" +value: "46" +data: "46" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#720 +label: "Suisse" +value: "41" +data: "41" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#721 +label: "Surinam" +value: "597" +data: "597" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#719 +label: "Swaziland" +value: "268" +data: "268" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1126 +label: "Syrie" +value: "963" +data: "963" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1128 +label: "Tadjikistan" +value: "992" +data: "992" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1142 +label: "Tanzanie" +value: "255" +data: "255" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1143 +label: "Tchad" +value: "235" +data: "235" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1144 +label: "Thailande" +value: "66" +data: "66" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +label: "Togo" +value: "228" +data: "228" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +label: "Tonga" +value: "676" +data: "676" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1266 +label: "Trinidad et Tobago" +value: "1868" +data: "1868" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1267 +label: "Tunisie" +value: "216" +data: "216" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +label: "Turkmenistan" +value: "993" +data: "993" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1269 +label: "Turquie" +value: "90" +data: "90" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +label: "Tuvalu" +value: "688" +data: "688" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +label: "Ukraine" +value: "380" +data: "380" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1272 +label: "Uruguay" +value: "598" +data: "598" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +label: "Vanuatu" +value: "678" +data: "678" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +label: "Vatican" +value: "396" +data: "396" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1275 +label: "Venezuela" +value: "58" +data: "58" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1276 +label: "Vietnam" +value: "84" +data: "84" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1277 +label: "Wallis et Futuna" +value: "681" +data: "681" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1278 +label: "Yemen" +value: "967" +data: "967" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1279 +label: "Yougoslavie" +value: "381" +data: "381" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1280 +label: "Zambie" +value: "260" +data: "260" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1281 +label: "Zimbabwe" +value: "263" +data: "263" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "41" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#715 -form: Symfony\Component\Form\Form {#810 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#851 …5} |
| full_name | "form[pays]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_pays" |
| is_selected | Closure($choice, $value) {#1283 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#972 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pays" |
| placeholder | null |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_pays" |
| valid | true |
| value | "41" |
region
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "autocomplete" => "off" "class" => "form-control" ] |
[ "autocomplete" => "off" "class" => "form-control" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "off" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [] |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#935 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "off" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_region" ] |
| cache_key | "_form_region_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1282 -form: Symfony\Component\Form\Form {#792 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1284 …5} |
| full_name | "form[region]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_region" |
| is_selected | Closure($choice, $value) {#1286 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#972 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "region" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_region" |
| valid | true |
| value | "" |
metier
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "autocomplete" => "off" "class" => "form-control" ] |
[ "autocomplete" => "off" "class" => "form-control" ] |
| choices | [ "Choisir" => "" "Administrateur judiciaire" => 18 "Autre expert" => 19 "Autres" => 8 "Avocat" => 12 "Banque" => 15 "CCI" => 13 "Chambre des métiers" => 14 "Chef d'entreprise / acquéreur" => 1 "Chef d'entreprise / cédant" => 16 "Direction générale" => 2 "Etudiant" => 7 "Expert comptable" => 11 "Gestion de patrimoine" => 10 "Intermédiaire" => 3 "Investisseur" => 4 "Journaliste" => 6 "Repreneur personne physique" => 9 "Salarié" => 5 "Société de conseil" => 17 ] |
[ "Choisir" => "" "Administrateur judiciaire" => 18 "Autre expert" => 19 "Autres" => 8 "Avocat" => 12 "Banque" => 15 "CCI" => 13 "Chambre des métiers" => 14 "Chef d'entreprise / acquéreur" => 1 "Chef d'entreprise / cédant" => 16 "Direction générale" => 2 "Etudiant" => 7 "Expert comptable" => 11 "Gestion de patrimoine" => 10 "Intermédiaire" => 3 "Investisseur" => 4 "Journaliste" => 6 "Repreneur personne physique" => 9 "Salarié" => 5 "Société de conseil" => 17 ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "off" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Choisir" => "" "Administrateur judiciaire" => 18 "Autre expert" => 19 "Autres" => 8 "Avocat" => 12 "Banque" => 15 "CCI" => 13 "Chambre des métiers" => 14 "Chef d'entreprise / acquéreur" => 1 "Chef d'entreprise / cédant" => 16 "Direction générale" => 2 "Etudiant" => 7 "Expert comptable" => 11 "Gestion de patrimoine" => 10 "Intermédiaire" => 3 "Investisseur" => 4 "Journaliste" => 6 "Repreneur personne physique" => 9 "Salarié" => 5 "Société de conseil" => 17 ] |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#852 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "off" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_metier" ] |
| cache_key | "_form_metier_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1289 +label: "Choisir" +value: "" +data: "" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1290 +label: "Administrateur judiciaire" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1291 +label: "Autre expert" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1292 +label: "Autres" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1293 +label: "Avocat" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1294 +label: "Banque" +value: "15" +data: 15 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1295 +label: "CCI" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1296 +label: "Chambre des métiers" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1297 +label: "Chef d'entreprise / acquéreur" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1298 +label: "Chef d'entreprise / cédant" +value: "16" +data: 16 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1299 +label: "Direction générale" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1300 +label: "Etudiant" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +label: "Expert comptable" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +label: "Gestion de patrimoine" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1303 +label: "Intermédiaire" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1304 +label: "Investisseur" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +label: "Journaliste" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +label: "Repreneur personne physique" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +label: "Salarié" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1308 +label: "Société de conseil" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1287 -form: Symfony\Component\Form\Form {#811 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1288 …5} |
| full_name | "form[metier]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_metier" |
| is_selected | Closure($choice, $value) {#1310 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#972 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "metier" |
| placeholder | null |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_metier" |
| valid | true |
| value | "" |
pays_newsletter
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [
"ch"
] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "off" ] |
[ "autocomplete" => "off" ] |
| choices | [ " <img src='http://www.help-fusacq.com/fr/images/petite-suisse-2.png' alt='Suisse'> Suisse" => "ch" " <img src='http://www.help-fusacq.com/fr/images/petite-france-2.png' alt='France'> France" => "fr" " <img src='http://www.help-fusacq.com/fr/images/petite-belgique-2.png' alt='Belgique'> Belgique" => "be" " <img src='http://www.help-fusacq.com/fr/images/petite-canada-2.png' alt='Canada'> Canada" => "ca" ] |
[ " <img src='http://www.help-fusacq.com/fr/images/petite-suisse-2.png' alt='Suisse'> Suisse" => "ch" " <img src='http://www.help-fusacq.com/fr/images/petite-france-2.png' alt='France'> France" => "fr" " <img src='http://www.help-fusacq.com/fr/images/petite-belgique-2.png' alt='Belgique'> Belgique" => "be" " <img src='http://www.help-fusacq.com/fr/images/petite-canada-2.png' alt='Canada'> Canada" => "ca" ] |
| data | [
"ch"
] |
[
"ch"
]
|
| expanded | true |
same as passed value |
| label_html | true |
same as passed value |
| multiple | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ " <img src='http://www.help-fusacq.com/fr/images/petite-suisse-2.png' alt='Suisse'> Suisse" => "ch" " <img src='http://www.help-fusacq.com/fr/images/petite-france-2.png' alt='France'> France" => "fr" " <img src='http://www.help-fusacq.com/fr/images/petite-belgique-2.png' alt='Belgique'> Belgique" => "be" " <img src='http://www.help-fusacq.com/fr/images/petite-canada-2.png' alt='Canada'> Canada" => "ca" ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data | [
"ch"
] |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#847 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_pays_newsletter" ] |
| cache_key | "_form_pays_newsletter_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#757 +label: " <img src='http://www.help-fusacq.com/fr/images/petite-suisse-2.png' alt='Suisse'> Suisse" +value: "ch" +data: "ch" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#809 +label: " <img src='http://www.help-fusacq.com/fr/images/petite-france-2.png' alt='France'> France" +value: "fr" +data: "fr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#708 +label: " <img src='http://www.help-fusacq.com/fr/images/petite-belgique-2.png' alt='Belgique'> Belgique" +value: "be" +data: "be" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#707 +label: " <img src='http://www.help-fusacq.com/fr/images/petite-canada-2.png' alt='Canada'> Canada" +value: "ca" +data: "ca" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [
"ch"
] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1311 -form: Symfony\Component\Form\Form {#791 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1312 …5} |
| full_name | "form[pays_newsletter]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_pays_newsletter" |
| is_selected | Closure($choice, array $values) {#1313 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#972 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "pays_newsletter" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_pays_newsletter" |
| valid | true |
| value | [
"ch"
] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"ch"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-suisse-2.png' alt='Suisse'> Suisse" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "ch" |
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 | "entry" |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#812 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#802 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#698 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-suisse-2.png' alt='Suisse'> Suisse" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#747 …} } } |
| validation_groups | null |
| value | "ch" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_pays_newsletter_entry" ] |
| cache_key | "_form_pays_newsletter_entry_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1317 -form: Symfony\Component\Form\Form {#748 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1316 …5} |
| full_name | "form[pays_newsletter][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_pays_newsletter_0" |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-suisse-2.png' alt='Suisse'> Suisse" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_pays_newsletter_entry" |
| valid | true |
| value | "ch" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-france-2.png' alt='France'> France" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "fr" |
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 | "entry" |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#812 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#802 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#698 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-france-2.png' alt='France'> France" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#774 …} } } |
| validation_groups | null |
| value | "fr" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_pays_newsletter_entry" ] |
| cache_key | "_form_pays_newsletter_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1318 -form: Symfony\Component\Form\Form {#1033 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1319 …5} |
| full_name | "form[pays_newsletter][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_pays_newsletter_1" |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-france-2.png' alt='France'> France" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_pays_newsletter_entry" |
| valid | true |
| value | "fr" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-belgique-2.png' alt='Belgique'> Belgique" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "be" |
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 | "entry" |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#812 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#802 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#698 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-belgique-2.png' alt='Belgique'> Belgique" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#823 …} } } |
| validation_groups | null |
| value | "be" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_pays_newsletter_entry" ] |
| cache_key | "_form_pays_newsletter_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1320 -form: Symfony\Component\Form\Form {#1052 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1321 …5} |
| full_name | "form[pays_newsletter][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_pays_newsletter_2" |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-belgique-2.png' alt='Belgique'> Belgique" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_pays_newsletter_entry" |
| valid | true |
| value | "be" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-canada-2.png' alt='Canada'> Canada" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
| value | "ca" |
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 | "entry" |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#812 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#802 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#698 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-canada-2.png' alt='Canada'> Canada" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#815 …} } } |
| validation_groups | null |
| value | "ca" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_pays_newsletter_entry" ] |
| cache_key | "_form_pays_newsletter_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1322 -form: Symfony\Component\Form\Form {#1053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1323 …5} |
| full_name | "form[pays_newsletter][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_pays_newsletter_3" |
| label | " <img src='http://www.help-fusacq.com/fr/images/petite-canada-2.png' alt='Canada'> Canada" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_pays_newsletter_entry" |
| valid | true |
| value | "ca" |
recaptcha
"EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType"
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 |
|---|---|---|
| language | null |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| 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 {#905 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#898 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#902 …} -namespace: Closure() {#911 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#755 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#50 …} } |
| 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 | [] |
| language | null |
| legacy_error_messages | true |
| 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 |
| public_key | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#878 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#58 …} $translationDomain: "validators" $message: Closure() {#794 …} } } |
| url_challenge | null |
| url_noscript | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" "callback" => null "expiredCallback" => null "bind" => null "defer" => false "async" => false "badge" => null ] ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_form_recaptcha" ] |
| cache_key | "_form_recaptcha_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1315 -form: Symfony\Component\Form\Form {#1031 …} -errors: [] } |
| ewz_recaptcha_ajax | false |
| ewz_recaptcha_api_host | "www.google.com" |
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
| ewz_recaptcha_enabled | true |
| form | Symfony\Component\Form\FormView {#1314 …5} |
| full_name | "form[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_recaptcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| public_key | "6LcPak8qAAAAAOZ-gZqBRf9JSvDfd7-pdAxY8Bdy" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_recaptcha" |
| url_challenge | "https://www.google.com/recaptcha/api.js?hl=fr" |
| valid | true |
| value | "" |