Forms
-
contact_form
-
name
-
emailAddress
-
phoneNumber
-
country
-
number
-
-
subject
-
message
-
attachment
-
gdprConsent
-
website
-
_token
-
-
newsletter
-
subject
-
templateModel
-
_token
-
contact_form
"App\Form\ContactFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/ajax/components/contact/298/submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/ajax/components/contact/298/submit" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1274 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3280 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#2704 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/ajax/components/contact/298/submit" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5766 -errors: [] -form: Symfony\Component\Form\Form {#5751 …} } |
| form | Symfony\Component\Form\FormView {#2991 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | null |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "name" ] |
[ "autocomplete" => "name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3606 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3923 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3606 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3923 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| mapped | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3606 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3923 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3140 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#3604 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_name" ] |
| cache_key | "_contact_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5847 -errors: [] -form: Symfony\Component\Form\Form {#5789 …} } |
| form | Symfony\Component\Form\FormView {#5849 …5} |
| full_name | "contact_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_name" |
| valid | true |
| value | "" |
emailAddress
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "email" "inputmode" => "email" ] |
[ "autocomplete" => "email" "inputmode" => "email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2440 +payload: null +groups: ? ?array +message: "Veuillez fournir un email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1370 +payload: null +groups: ? ?array +message: "Adresse e-mail invalide." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2639 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 254 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2440 +payload: null +groups: ? ?array +message: "Veuillez fournir un email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1370 +payload: null +groups: ? ?array +message: "Adresse e-mail invalide." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2639 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 254 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| mapped | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "email" "inputmode" => "email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2440 +payload: null +groups: ? ?array +message: "Veuillez fournir un email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1370 +payload: null +groups: ? ?array +message: "Adresse e-mail invalide." +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2639 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 254 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3909 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4248 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#3608 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "email" "inputmode" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_emailAddress" ] |
| cache_key | "_contact_form_emailAddress_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5837 -errors: [] -form: Symfony\Component\Form\Form {#5792 …} } |
| form | Symfony\Component\Form\FormView {#5820 …5} |
| full_name | "contact_form[emailAddress]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_emailAddress" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailAddress" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_emailAddress" |
| valid | true |
| value | "" |
phoneNumber
"Misd\PhoneNumberBundle\Form\Type\PhoneNumberType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "country" => "" "number" => "" ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "inputmode" => "tel" "autocomplete" => "tel" ] |
[ "inputmode" => "tel" "autocomplete" => "tel" ] |
| constraints | [ Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#3624 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide." +type: "any" +defaultRegion: "FR" +regionPath: null +format: null } ] |
[ Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#3624 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide." +type: "any" +defaultRegion: "FR" +regionPath: null +format: null } ] |
| country_options | [ "preferred_choices" => [ "FR" ] ] |
[ "preferred_choices" => [ "FR" ] ] |
| default_region | "FR" |
same as passed value |
| format | libphonenumber\PhoneNumberFormat {#287 +name: "INTERNATIONAL" +value: 1 } |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
| widget | "country_choice" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "inputmode" => "tel" "autocomplete" => "tel" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | true |
| constraints | [ Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#3624 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide." +type: "any" +defaultRegion: "FR" +regionPath: null +format: null } ] |
| country_choices | [] |
| country_display_emoji_flag | false |
| country_display_type | "display_country_full" |
| country_options | [ "preferred_choices" => [ "FR" ] ] |
| country_placeholder | false |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| default_region | "FR" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | libphonenumber\PhoneNumberFormat {#287 +name: "INTERNATIONAL" +value: 1 } |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| manage_leading_zeros | false |
| mapped | false |
| method | "POST" |
| number_options | [] |
| number_type | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_country_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#3895 …} $translationDomain: "validators" } } |
| validation_groups | null |
| widget | "country_choice" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "inputmode" => "tel" "autocomplete" => "tel" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "phone_number" "_contact_form_phoneNumber" ] |
| cache_key | "_contact_form_phoneNumber_phone_number" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5822 -errors: [] -form: Symfony\Component\Form\Form {#5783 …} } |
| form | Symfony\Component\Form\FormView {#5827 …5} |
| full_name | "contact_form[phoneNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_phoneNumber" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phoneNumber" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "tel" |
| unique_block_prefix | "_contact_form_phoneNumber" |
| valid | true |
| value | [ "country" => "" "number" => "" ] |
| widget | "country_choice" |
country
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_translation_domain | false |
same as passed value |
| choices | [ "États-Unis (+1)" => "US" "Antigua-et-Barbuda (+1)" => "AG" "Anguilla (+1)" => "AI" "Samoa américaines (+1)" => "AS" "Barbade (+1)" => "BB" "Bermudes (+1)" => "BM" "Bahamas (+1)" => "BS" "Canada (+1)" => "CA" "Dominique (+1)" => "DM" "République dominicaine (+1)" => "DO" "Grenade (+1)" => "GD" "Guam (+1)" => "GU" "Jamaïque (+1)" => "JM" "Saint-Christophe-et-Niévès (+1)" => "KN" "Îles Caïmans (+1)" => "KY" "Sainte-Lucie (+1)" => "LC" "Îles Mariannes du Nord (+1)" => "MP" "Montserrat (+1)" => "MS" "Porto Rico (+1)" => "PR" "Saint-Martin (partie néerlandaise) (+1)" => "SX" "Îles Turques-et-Caïques (+1)" => "TC" "Trinité-et-Tobago (+1)" => "TT" "Saint-Vincent-et-les Grenadines (+1)" => "VC" "Îles Vierges britanniques (+1)" => "VG" "Îles Vierges des États-Unis (+1)" => "VI" "Russie (+7)" => "RU" "Kazakhstan (+7)" => "KZ" "Égypte (+20)" => "EG" "Afrique du Sud (+27)" => "ZA" "Grèce (+30)" => "GR" "Pays-Bas (+31)" => "NL" "Belgique (+32)" => "BE" "France (+33)" => "FR" "Espagne (+34)" => "ES" "Hongrie (+36)" => "HU" "Italie (+39)" => "IT" "État de la Cité du Vatican (+39)" => "VA" "Roumanie (+40)" => "RO" "Suisse (+41)" => "CH" "Autriche (+43)" => "AT" "Royaume-Uni (+44)" => "GB" "Guernesey (+44)" => "GG" "Île de Man (+44)" => "IM" "Jersey (+44)" => "JE" "Danemark (+45)" => "DK" "Suède (+46)" => "SE" "Norvège (+47)" => "NO" "Svalbard et Jan Mayen (+47)" => "SJ" "Pologne (+48)" => "PL" "Allemagne (+49)" => "DE" "Pérou (+51)" => "PE" "Mexique (+52)" => "MX" "Cuba (+53)" => "CU" "Argentine (+54)" => "AR" "Brésil (+55)" => "BR" "Chili (+56)" => "CL" "Colombie (+57)" => "CO" "Venezuela (+58)" => "VE" "Malaisie (+60)" => "MY" "Australie (+61)" => "AU" "Îles Cocos (+61)" => "CC" "Île Christmas (+61)" => "CX" "Indonésie (+62)" => "ID" "Philippines (+63)" => "PH" "Nouvelle-Zélande (+64)" => "NZ" "Singapour (+65)" => "SG" "Thaïlande (+66)" => "TH" "Japon (+81)" => "JP" "Corée du Sud (+82)" => "KR" "Viêt Nam (+84)" => "VN" "Chine (+86)" => "CN" "Turquie (+90)" => "TR" "Inde (+91)" => "IN" "Pakistan (+92)" => "PK" "Afghanistan (+93)" => "AF" "Sri Lanka (+94)" => "LK" "Myanmar (Birmanie) (+95)" => "MM" "Iran (+98)" => "IR" "Soudan du Sud (+211)" => "SS" "Maroc (+212)" => "MA" "Sahara occidental (+212)" => "EH" "Algérie (+213)" => "DZ" "Tunisie (+216)" => "TN" "Libye (+218)" => "LY" "Gambie (+220)" => "GM" "Sénégal (+221)" => "SN" "Mauritanie (+222)" => "MR" "Mali (+223)" => "ML" "Guinée (+224)" => "GN" "Côte d’Ivoire (+225)" => "CI" "Burkina Faso (+226)" => "BF" "Niger (+227)" => "NE" "Togo (+228)" => "TG" "Bénin (+229)" => "BJ" "Maurice (+230)" => "MU" "Liberia (+231)" => "LR" "Sierra Leone (+232)" => "SL" "Ghana (+233)" => "GH" "Nigeria (+234)" => "NG" "Tchad (+235)" => "TD" "République centrafricaine (+236)" => "CF" "Cameroun (+237)" => "CM" "Cap-Vert (+238)" => "CV" "Sao Tomé-et-Principe (+239)" => "ST" "Guinée équatoriale (+240)" => "GQ" "Gabon (+241)" => "GA" "Congo-Brazzaville (+242)" => "CG" "Congo-Kinshasa (+243)" => "CD" "Angola (+244)" => "AO" "Guinée-Bissau (+245)" => "GW" "Territoire britannique de l’océan Indien (+246)" => "IO" "Seychelles (+248)" => "SC" "Soudan (+249)" => "SD" "Rwanda (+250)" => "RW" "Éthiopie (+251)" => "ET" "Somalie (+252)" => "SO" "Djibouti (+253)" => "DJ" "Kenya (+254)" => "KE" "Tanzanie (+255)" => "TZ" "Ouganda (+256)" => "UG" "Burundi (+257)" => "BI" "Mozambique (+258)" => "MZ" "Zambie (+260)" => "ZM" "Madagascar (+261)" => "MG" "La Réunion (+262)" => "RE" "Mayotte (+262)" => "YT" "Zimbabwe (+263)" => "ZW" "Namibie (+264)" => "NA" "Malawi (+265)" => "MW" "Lesotho (+266)" => "LS" "Botswana (+267)" => "BW" "Eswatini (+268)" => "SZ" "Comores (+269)" => "KM" "Sainte-Hélène (+290)" => "SH" "Érythrée (+291)" => "ER" "Aruba (+297)" => "AW" "Îles Féroé (+298)" => "FO" "Groenland (+299)" => "GL" "Gibraltar (+350)" => "GI" "Portugal (+351)" => "PT" "Luxembourg (+352)" => "LU" "Irlande (+353)" => "IE" "Islande (+354)" => "IS" "Albanie (+355)" => "AL" "Malte (+356)" => "MT" "Chypre (+357)" => "CY" "Finlande (+358)" => "FI" "Îles Åland (+358)" => "AX" "Bulgarie (+359)" => "BG" "Lituanie (+370)" => "LT" "Lettonie (+371)" => "LV" "Estonie (+372)" => "EE" "Moldavie (+373)" => "MD" "Arménie (+374)" => "AM" "Biélorussie (+375)" => "BY" "Andorre (+376)" => "AD" "Monaco (+377)" => "MC" "Saint-Marin (+378)" => "SM" "Ukraine (+380)" => "UA" "Serbie (+381)" => "RS" "Monténégro (+382)" => "ME" "Croatie (+385)" => "HR" "Slovénie (+386)" => "SI" "Bosnie-Herzégovine (+387)" => "BA" "Macédoine du Nord (+389)" => "MK" "Tchéquie (+420)" => "CZ" "Slovaquie (+421)" => "SK" "Liechtenstein (+423)" => "LI" "Îles Malouines (+500)" => "FK" "Belize (+501)" => "BZ" "Guatemala (+502)" => "GT" "Salvador (+503)" => "SV" "Honduras (+504)" => "HN" "Nicaragua (+505)" => "NI" "Costa Rica (+506)" => "CR" "Panama (+507)" => "PA" "Saint-Pierre-et-Miquelon (+508)" => "PM" "Haïti (+509)" => "HT" "Guadeloupe (+590)" => "GP" "Saint-Barthélemy (+590)" => "BL" "Saint-Martin (+590)" => "MF" "Bolivie (+591)" => "BO" "Guyana (+592)" => "GY" "Équateur (+593)" => "EC" "Guyane française (+594)" => "GF" "Paraguay (+595)" => "PY" "Martinique (+596)" => "MQ" "Suriname (+597)" => "SR" "Uruguay (+598)" => "UY" "Curaçao (+599)" => "CW" "Pays-Bas caribéens (+599)" => "BQ" "Timor oriental (+670)" => "TL" "Île Norfolk (+672)" => "NF" "Brunei (+673)" => "BN" "Nauru (+674)" => "NR" "Papouasie-Nouvelle-Guinée (+675)" => "PG" "Tonga (+676)" => "TO" "Îles Salomon (+677)" => "SB" "Vanuatu (+678)" => "VU" "Fidji (+679)" => "FJ" "Palaos (+680)" => "PW" "Wallis-et-Futuna (+681)" => "WF" "Îles Cook (+682)" => "CK" "Niue (+683)" => "NU" "Samoa (+685)" => "WS" "Kiribati (+686)" => "KI" "Nouvelle-Calédonie (+687)" => "NC" "Tuvalu (+688)" => "TV" "Polynésie française (+689)" => "PF" "Tokelau (+690)" => "TK" "Micronésie (+691)" => "FM" "Îles Marshall (+692)" => "MH" "Corée du Nord (+850)" => "KP" "R.A.S. chinoise de Hong Kong (+852)" => "HK" "R.A.S. chinoise de Macao (+853)" => "MO" "Cambodge (+855)" => "KH" "Laos (+856)" => "LA" "Bangladesh (+880)" => "BD" "Taïwan (+886)" => "TW" "Maldives (+960)" => "MV" "Liban (+961)" => "LB" "Jordanie (+962)" => "JO" "Syrie (+963)" => "SY" "Irak (+964)" => "IQ" "Koweït (+965)" => "KW" "Arabie saoudite (+966)" => "SA" "Yémen (+967)" => "YE" "Oman (+968)" => "OM" "Territoires palestiniens (+970)" => "PS" "Émirats arabes unis (+971)" => "AE" "Israël (+972)" => "IL" "Bahreïn (+973)" => "BH" "Qatar (+974)" => "QA" "Bhoutan (+975)" => "BT" "Mongolie (+976)" => "MN" "Népal (+977)" => "NP" "Tadjikistan (+992)" => "TJ" "Turkménistan (+993)" => "TM" "Azerbaïdjan (+994)" => "AZ" "Géorgie (+995)" => "GE" "Kirghizstan (+996)" => "KG" "Ouzbékistan (+998)" => "UZ" ] |
[ "États-Unis (+1)" => "US" "Antigua-et-Barbuda (+1)" => "AG" "Anguilla (+1)" => "AI" "Samoa américaines (+1)" => "AS" "Barbade (+1)" => "BB" "Bermudes (+1)" => "BM" "Bahamas (+1)" => "BS" "Canada (+1)" => "CA" "Dominique (+1)" => "DM" "République dominicaine (+1)" => "DO" "Grenade (+1)" => "GD" "Guam (+1)" => "GU" "Jamaïque (+1)" => "JM" "Saint-Christophe-et-Niévès (+1)" => "KN" "Îles Caïmans (+1)" => "KY" "Sainte-Lucie (+1)" => "LC" "Îles Mariannes du Nord (+1)" => "MP" "Montserrat (+1)" => "MS" "Porto Rico (+1)" => "PR" "Saint-Martin (partie néerlandaise) (+1)" => "SX" "Îles Turques-et-Caïques (+1)" => "TC" "Trinité-et-Tobago (+1)" => "TT" "Saint-Vincent-et-les Grenadines (+1)" => "VC" "Îles Vierges britanniques (+1)" => "VG" "Îles Vierges des États-Unis (+1)" => "VI" "Russie (+7)" => "RU" "Kazakhstan (+7)" => "KZ" "Égypte (+20)" => "EG" "Afrique du Sud (+27)" => "ZA" "Grèce (+30)" => "GR" "Pays-Bas (+31)" => "NL" "Belgique (+32)" => "BE" "France (+33)" => "FR" "Espagne (+34)" => "ES" "Hongrie (+36)" => "HU" "Italie (+39)" => "IT" "État de la Cité du Vatican (+39)" => "VA" "Roumanie (+40)" => "RO" "Suisse (+41)" => "CH" "Autriche (+43)" => "AT" "Royaume-Uni (+44)" => "GB" "Guernesey (+44)" => "GG" "Île de Man (+44)" => "IM" "Jersey (+44)" => "JE" "Danemark (+45)" => "DK" "Suède (+46)" => "SE" "Norvège (+47)" => "NO" "Svalbard et Jan Mayen (+47)" => "SJ" "Pologne (+48)" => "PL" "Allemagne (+49)" => "DE" "Pérou (+51)" => "PE" "Mexique (+52)" => "MX" "Cuba (+53)" => "CU" "Argentine (+54)" => "AR" "Brésil (+55)" => "BR" "Chili (+56)" => "CL" "Colombie (+57)" => "CO" "Venezuela (+58)" => "VE" "Malaisie (+60)" => "MY" "Australie (+61)" => "AU" "Îles Cocos (+61)" => "CC" "Île Christmas (+61)" => "CX" "Indonésie (+62)" => "ID" "Philippines (+63)" => "PH" "Nouvelle-Zélande (+64)" => "NZ" "Singapour (+65)" => "SG" "Thaïlande (+66)" => "TH" "Japon (+81)" => "JP" "Corée du Sud (+82)" => "KR" "Viêt Nam (+84)" => "VN" "Chine (+86)" => "CN" "Turquie (+90)" => "TR" "Inde (+91)" => "IN" "Pakistan (+92)" => "PK" "Afghanistan (+93)" => "AF" "Sri Lanka (+94)" => "LK" "Myanmar (Birmanie) (+95)" => "MM" "Iran (+98)" => "IR" "Soudan du Sud (+211)" => "SS" "Maroc (+212)" => "MA" "Sahara occidental (+212)" => "EH" "Algérie (+213)" => "DZ" "Tunisie (+216)" => "TN" "Libye (+218)" => "LY" "Gambie (+220)" => "GM" "Sénégal (+221)" => "SN" "Mauritanie (+222)" => "MR" "Mali (+223)" => "ML" "Guinée (+224)" => "GN" "Côte d’Ivoire (+225)" => "CI" "Burkina Faso (+226)" => "BF" "Niger (+227)" => "NE" "Togo (+228)" => "TG" "Bénin (+229)" => "BJ" "Maurice (+230)" => "MU" "Liberia (+231)" => "LR" "Sierra Leone (+232)" => "SL" "Ghana (+233)" => "GH" "Nigeria (+234)" => "NG" "Tchad (+235)" => "TD" "République centrafricaine (+236)" => "CF" "Cameroun (+237)" => "CM" "Cap-Vert (+238)" => "CV" "Sao Tomé-et-Principe (+239)" => "ST" "Guinée équatoriale (+240)" => "GQ" "Gabon (+241)" => "GA" "Congo-Brazzaville (+242)" => "CG" "Congo-Kinshasa (+243)" => "CD" "Angola (+244)" => "AO" "Guinée-Bissau (+245)" => "GW" "Territoire britannique de l’océan Indien (+246)" => "IO" "Seychelles (+248)" => "SC" "Soudan (+249)" => "SD" "Rwanda (+250)" => "RW" "Éthiopie (+251)" => "ET" "Somalie (+252)" => "SO" "Djibouti (+253)" => "DJ" "Kenya (+254)" => "KE" "Tanzanie (+255)" => "TZ" "Ouganda (+256)" => "UG" "Burundi (+257)" => "BI" "Mozambique (+258)" => "MZ" "Zambie (+260)" => "ZM" "Madagascar (+261)" => "MG" "La Réunion (+262)" => "RE" "Mayotte (+262)" => "YT" "Zimbabwe (+263)" => "ZW" "Namibie (+264)" => "NA" "Malawi (+265)" => "MW" "Lesotho (+266)" => "LS" "Botswana (+267)" => "BW" "Eswatini (+268)" => "SZ" "Comores (+269)" => "KM" "Sainte-Hélène (+290)" => "SH" "Érythrée (+291)" => "ER" "Aruba (+297)" => "AW" "Îles Féroé (+298)" => "FO" "Groenland (+299)" => "GL" "Gibraltar (+350)" => "GI" "Portugal (+351)" => "PT" "Luxembourg (+352)" => "LU" "Irlande (+353)" => "IE" "Islande (+354)" => "IS" "Albanie (+355)" => "AL" "Malte (+356)" => "MT" "Chypre (+357)" => "CY" "Finlande (+358)" => "FI" "Îles Åland (+358)" => "AX" "Bulgarie (+359)" => "BG" "Lituanie (+370)" => "LT" "Lettonie (+371)" => "LV" "Estonie (+372)" => "EE" "Moldavie (+373)" => "MD" "Arménie (+374)" => "AM" "Biélorussie (+375)" => "BY" "Andorre (+376)" => "AD" "Monaco (+377)" => "MC" "Saint-Marin (+378)" => "SM" "Ukraine (+380)" => "UA" "Serbie (+381)" => "RS" "Monténégro (+382)" => "ME" "Croatie (+385)" => "HR" "Slovénie (+386)" => "SI" "Bosnie-Herzégovine (+387)" => "BA" "Macédoine du Nord (+389)" => "MK" "Tchéquie (+420)" => "CZ" "Slovaquie (+421)" => "SK" "Liechtenstein (+423)" => "LI" "Îles Malouines (+500)" => "FK" "Belize (+501)" => "BZ" "Guatemala (+502)" => "GT" "Salvador (+503)" => "SV" "Honduras (+504)" => "HN" "Nicaragua (+505)" => "NI" "Costa Rica (+506)" => "CR" "Panama (+507)" => "PA" "Saint-Pierre-et-Miquelon (+508)" => "PM" "Haïti (+509)" => "HT" "Guadeloupe (+590)" => "GP" "Saint-Barthélemy (+590)" => "BL" "Saint-Martin (+590)" => "MF" "Bolivie (+591)" => "BO" "Guyana (+592)" => "GY" "Équateur (+593)" => "EC" "Guyane française (+594)" => "GF" "Paraguay (+595)" => "PY" "Martinique (+596)" => "MQ" "Suriname (+597)" => "SR" "Uruguay (+598)" => "UY" "Curaçao (+599)" => "CW" "Pays-Bas caribéens (+599)" => "BQ" "Timor oriental (+670)" => "TL" "Île Norfolk (+672)" => "NF" "Brunei (+673)" => "BN" "Nauru (+674)" => "NR" "Papouasie-Nouvelle-Guinée (+675)" => "PG" "Tonga (+676)" => "TO" "Îles Salomon (+677)" => "SB" "Vanuatu (+678)" => "VU" "Fidji (+679)" => "FJ" "Palaos (+680)" => "PW" "Wallis-et-Futuna (+681)" => "WF" "Îles Cook (+682)" => "CK" "Niue (+683)" => "NU" "Samoa (+685)" => "WS" "Kiribati (+686)" => "KI" "Nouvelle-Calédonie (+687)" => "NC" "Tuvalu (+688)" => "TV" "Polynésie française (+689)" => "PF" "Tokelau (+690)" => "TK" "Micronésie (+691)" => "FM" "Îles Marshall (+692)" => "MH" "Corée du Nord (+850)" => "KP" "R.A.S. chinoise de Hong Kong (+852)" => "HK" "R.A.S. chinoise de Macao (+853)" => "MO" "Cambodge (+855)" => "KH" "Laos (+856)" => "LA" "Bangladesh (+880)" => "BD" "Taïwan (+886)" => "TW" "Maldives (+960)" => "MV" "Liban (+961)" => "LB" "Jordanie (+962)" => "JO" "Syrie (+963)" => "SY" "Irak (+964)" => "IQ" "Koweït (+965)" => "KW" "Arabie saoudite (+966)" => "SA" "Yémen (+967)" => "YE" "Oman (+968)" => "OM" "Territoires palestiniens (+970)" => "PS" "Émirats arabes unis (+971)" => "AE" "Israël (+972)" => "IL" "Bahreïn (+973)" => "BH" "Qatar (+974)" => "QA" "Bhoutan (+975)" => "BT" "Mongolie (+976)" => "MN" "Népal (+977)" => "NP" "Tadjikistan (+992)" => "TJ" "Turkménistan (+993)" => "TM" "Azerbaïdjan (+994)" => "AZ" "Géorgie (+995)" => "GE" "Kirghizstan (+996)" => "KG" "Ouzbékistan (+998)" => "UZ" ] |
| disabled | false |
same as passed value |
| error_bubbling | true |
same as passed value |
| preferred_choices | [
"FR"
] |
[
"FR"
]
|
| required | true |
same as passed value |
| translation_domain | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "États-Unis (+1)" => "US" "Antigua-et-Barbuda (+1)" => "AG" "Anguilla (+1)" => "AI" "Samoa américaines (+1)" => "AS" "Barbade (+1)" => "BB" "Bermudes (+1)" => "BM" "Bahamas (+1)" => "BS" "Canada (+1)" => "CA" "Dominique (+1)" => "DM" "République dominicaine (+1)" => "DO" "Grenade (+1)" => "GD" "Guam (+1)" => "GU" "Jamaïque (+1)" => "JM" "Saint-Christophe-et-Niévès (+1)" => "KN" "Îles Caïmans (+1)" => "KY" "Sainte-Lucie (+1)" => "LC" "Îles Mariannes du Nord (+1)" => "MP" "Montserrat (+1)" => "MS" "Porto Rico (+1)" => "PR" "Saint-Martin (partie néerlandaise) (+1)" => "SX" "Îles Turques-et-Caïques (+1)" => "TC" "Trinité-et-Tobago (+1)" => "TT" "Saint-Vincent-et-les Grenadines (+1)" => "VC" "Îles Vierges britanniques (+1)" => "VG" "Îles Vierges des États-Unis (+1)" => "VI" "Russie (+7)" => "RU" "Kazakhstan (+7)" => "KZ" "Égypte (+20)" => "EG" "Afrique du Sud (+27)" => "ZA" "Grèce (+30)" => "GR" "Pays-Bas (+31)" => "NL" "Belgique (+32)" => "BE" "France (+33)" => "FR" "Espagne (+34)" => "ES" "Hongrie (+36)" => "HU" "Italie (+39)" => "IT" "État de la Cité du Vatican (+39)" => "VA" "Roumanie (+40)" => "RO" "Suisse (+41)" => "CH" "Autriche (+43)" => "AT" "Royaume-Uni (+44)" => "GB" "Guernesey (+44)" => "GG" "Île de Man (+44)" => "IM" "Jersey (+44)" => "JE" "Danemark (+45)" => "DK" "Suède (+46)" => "SE" "Norvège (+47)" => "NO" "Svalbard et Jan Mayen (+47)" => "SJ" "Pologne (+48)" => "PL" "Allemagne (+49)" => "DE" "Pérou (+51)" => "PE" "Mexique (+52)" => "MX" "Cuba (+53)" => "CU" "Argentine (+54)" => "AR" "Brésil (+55)" => "BR" "Chili (+56)" => "CL" "Colombie (+57)" => "CO" "Venezuela (+58)" => "VE" "Malaisie (+60)" => "MY" "Australie (+61)" => "AU" "Îles Cocos (+61)" => "CC" "Île Christmas (+61)" => "CX" "Indonésie (+62)" => "ID" "Philippines (+63)" => "PH" "Nouvelle-Zélande (+64)" => "NZ" "Singapour (+65)" => "SG" "Thaïlande (+66)" => "TH" "Japon (+81)" => "JP" "Corée du Sud (+82)" => "KR" "Viêt Nam (+84)" => "VN" "Chine (+86)" => "CN" "Turquie (+90)" => "TR" "Inde (+91)" => "IN" "Pakistan (+92)" => "PK" "Afghanistan (+93)" => "AF" "Sri Lanka (+94)" => "LK" "Myanmar (Birmanie) (+95)" => "MM" "Iran (+98)" => "IR" "Soudan du Sud (+211)" => "SS" "Maroc (+212)" => "MA" "Sahara occidental (+212)" => "EH" "Algérie (+213)" => "DZ" "Tunisie (+216)" => "TN" "Libye (+218)" => "LY" "Gambie (+220)" => "GM" "Sénégal (+221)" => "SN" "Mauritanie (+222)" => "MR" "Mali (+223)" => "ML" "Guinée (+224)" => "GN" "Côte d’Ivoire (+225)" => "CI" "Burkina Faso (+226)" => "BF" "Niger (+227)" => "NE" "Togo (+228)" => "TG" "Bénin (+229)" => "BJ" "Maurice (+230)" => "MU" "Liberia (+231)" => "LR" "Sierra Leone (+232)" => "SL" "Ghana (+233)" => "GH" "Nigeria (+234)" => "NG" "Tchad (+235)" => "TD" "République centrafricaine (+236)" => "CF" "Cameroun (+237)" => "CM" "Cap-Vert (+238)" => "CV" "Sao Tomé-et-Principe (+239)" => "ST" "Guinée équatoriale (+240)" => "GQ" "Gabon (+241)" => "GA" "Congo-Brazzaville (+242)" => "CG" "Congo-Kinshasa (+243)" => "CD" "Angola (+244)" => "AO" "Guinée-Bissau (+245)" => "GW" "Territoire britannique de l’océan Indien (+246)" => "IO" "Seychelles (+248)" => "SC" "Soudan (+249)" => "SD" "Rwanda (+250)" => "RW" "Éthiopie (+251)" => "ET" "Somalie (+252)" => "SO" "Djibouti (+253)" => "DJ" "Kenya (+254)" => "KE" "Tanzanie (+255)" => "TZ" "Ouganda (+256)" => "UG" "Burundi (+257)" => "BI" "Mozambique (+258)" => "MZ" "Zambie (+260)" => "ZM" "Madagascar (+261)" => "MG" "La Réunion (+262)" => "RE" "Mayotte (+262)" => "YT" "Zimbabwe (+263)" => "ZW" "Namibie (+264)" => "NA" "Malawi (+265)" => "MW" "Lesotho (+266)" => "LS" "Botswana (+267)" => "BW" "Eswatini (+268)" => "SZ" "Comores (+269)" => "KM" "Sainte-Hélène (+290)" => "SH" "Érythrée (+291)" => "ER" "Aruba (+297)" => "AW" "Îles Féroé (+298)" => "FO" "Groenland (+299)" => "GL" "Gibraltar (+350)" => "GI" "Portugal (+351)" => "PT" "Luxembourg (+352)" => "LU" "Irlande (+353)" => "IE" "Islande (+354)" => "IS" "Albanie (+355)" => "AL" "Malte (+356)" => "MT" "Chypre (+357)" => "CY" "Finlande (+358)" => "FI" "Îles Åland (+358)" => "AX" "Bulgarie (+359)" => "BG" "Lituanie (+370)" => "LT" "Lettonie (+371)" => "LV" "Estonie (+372)" => "EE" "Moldavie (+373)" => "MD" "Arménie (+374)" => "AM" "Biélorussie (+375)" => "BY" "Andorre (+376)" => "AD" "Monaco (+377)" => "MC" "Saint-Marin (+378)" => "SM" "Ukraine (+380)" => "UA" "Serbie (+381)" => "RS" "Monténégro (+382)" => "ME" "Croatie (+385)" => "HR" "Slovénie (+386)" => "SI" "Bosnie-Herzégovine (+387)" => "BA" "Macédoine du Nord (+389)" => "MK" "Tchéquie (+420)" => "CZ" "Slovaquie (+421)" => "SK" "Liechtenstein (+423)" => "LI" "Îles Malouines (+500)" => "FK" "Belize (+501)" => "BZ" "Guatemala (+502)" => "GT" "Salvador (+503)" => "SV" "Honduras (+504)" => "HN" "Nicaragua (+505)" => "NI" "Costa Rica (+506)" => "CR" "Panama (+507)" => "PA" "Saint-Pierre-et-Miquelon (+508)" => "PM" "Haïti (+509)" => "HT" "Guadeloupe (+590)" => "GP" "Saint-Barthélemy (+590)" => "BL" "Saint-Martin (+590)" => "MF" "Bolivie (+591)" => "BO" "Guyana (+592)" => "GY" "Équateur (+593)" => "EC" "Guyane française (+594)" => "GF" "Paraguay (+595)" => "PY" "Martinique (+596)" => "MQ" "Suriname (+597)" => "SR" "Uruguay (+598)" => "UY" "Curaçao (+599)" => "CW" "Pays-Bas caribéens (+599)" => "BQ" "Timor oriental (+670)" => "TL" "Île Norfolk (+672)" => "NF" "Brunei (+673)" => "BN" "Nauru (+674)" => "NR" "Papouasie-Nouvelle-Guinée (+675)" => "PG" "Tonga (+676)" => "TO" "Îles Salomon (+677)" => "SB" "Vanuatu (+678)" => "VU" "Fidji (+679)" => "FJ" "Palaos (+680)" => "PW" "Wallis-et-Futuna (+681)" => "WF" "Îles Cook (+682)" => "CK" "Niue (+683)" => "NU" "Samoa (+685)" => "WS" "Kiribati (+686)" => "KI" "Nouvelle-Calédonie (+687)" => "NC" "Tuvalu (+688)" => "TV" "Polynésie française (+689)" => "PF" "Tokelau (+690)" => "TK" "Micronésie (+691)" => "FM" "Îles Marshall (+692)" => "MH" "Corée du Nord (+850)" => "KP" "R.A.S. chinoise de Hong Kong (+852)" => "HK" "R.A.S. chinoise de Macao (+853)" => "MO" "Cambodge (+855)" => "KH" "Laos (+856)" => "LA" "Bangladesh (+880)" => "BD" "Taïwan (+886)" => "TW" "Maldives (+960)" => "MV" "Liban (+961)" => "LB" "Jordanie (+962)" => "JO" "Syrie (+963)" => "SY" "Irak (+964)" => "IQ" "Koweït (+965)" => "KW" "Arabie saoudite (+966)" => "SA" "Yémen (+967)" => "YE" "Oman (+968)" => "OM" "Territoires palestiniens (+970)" => "PS" "Émirats arabes unis (+971)" => "AE" "Israël (+972)" => "IL" "Bahreïn (+973)" => "BH" "Qatar (+974)" => "QA" "Bhoutan (+975)" => "BT" "Mongolie (+976)" => "MN" "Népal (+977)" => "NP" "Tadjikistan (+992)" => "TJ" "Turkménistan (+993)" => "TM" "Azerbaïdjan (+994)" => "AZ" "Géorgie (+995)" => "GE" "Kirghizstan (+996)" => "KG" "Ouzbékistan (+998)" => "UZ" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | true |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [
"FR"
] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#5763 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_phoneNumber_country" ] |
| cache_key | "_contact_form_phoneNumber_country_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1600 +data: "US" +value: "US" +label: "États-Unis (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5851 +data: "AG" +value: "AG" +label: "Antigua-et-Barbuda (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +data: "AI" +value: "AI" +label: "Anguilla (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3614 +data: "AS" +value: "AS" +label: "Samoa américaines (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5828 +data: "BB" +value: "BB" +label: "Barbade (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5821 +data: "BM" +value: "BM" +label: "Bermudes (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5776 +data: "BS" +value: "BS" +label: "Bahamas (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5852 +data: "CA" +value: "CA" +label: "Canada (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5853 +data: "DM" +value: "DM" +label: "Dominique (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5854 +data: "DO" +value: "DO" +label: "République dominicaine (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5855 +data: "GD" +value: "GD" +label: "Grenade (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5856 +data: "GU" +value: "GU" +label: "Guam (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5857 +data: "JM" +value: "JM" +label: "Jamaïque (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5858 +data: "KN" +value: "KN" +label: "Saint-Christophe-et-Niévès (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5859 +data: "KY" +value: "KY" +label: "Îles Caïmans (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5860 +data: "LC" +value: "LC" +label: "Sainte-Lucie (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5861 +data: "MP" +value: "MP" +label: "Îles Mariannes du Nord (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5862 +data: "MS" +value: "MS" +label: "Montserrat (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5863 +data: "PR" +value: "PR" +label: "Porto Rico (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5864 +data: "SX" +value: "SX" +label: "Saint-Martin (partie néerlandaise) (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5865 +data: "TC" +value: "TC" +label: "Îles Turques-et-Caïques (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5866 +data: "TT" +value: "TT" +label: "Trinité-et-Tobago (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5867 +data: "VC" +value: "VC" +label: "Saint-Vincent-et-les Grenadines (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5868 +data: "VG" +value: "VG" +label: "Îles Vierges britanniques (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5869 +data: "VI" +value: "VI" +label: "Îles Vierges des États-Unis (+1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5870 +data: "RU" +value: "RU" +label: "Russie (+7)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5871 +data: "KZ" +value: "KZ" +label: "Kazakhstan (+7)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5872 +data: "EG" +value: "EG" +label: "Égypte (+20)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5873 +data: "ZA" +value: "ZA" +label: "Afrique du Sud (+27)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5874 +data: "GR" +value: "GR" +label: "Grèce (+30)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5875 +data: "NL" +value: "NL" +label: "Pays-Bas (+31)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5876 +data: "BE" +value: "BE" +label: "Belgique (+32)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5877 +data: "FR" +value: "FR" +label: "France (+33)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5878 +data: "ES" +value: "ES" +label: "Espagne (+34)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5879 +data: "HU" +value: "HU" +label: "Hongrie (+36)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5880 +data: "IT" +value: "IT" +label: "Italie (+39)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5881 +data: "VA" +value: "VA" +label: "État de la Cité du Vatican (+39)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5882 +data: "RO" +value: "RO" +label: "Roumanie (+40)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5883 +data: "CH" +value: "CH" +label: "Suisse (+41)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5884 +data: "AT" +value: "AT" +label: "Autriche (+43)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5885 +data: "GB" +value: "GB" +label: "Royaume-Uni (+44)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5886 +data: "GG" +value: "GG" +label: "Guernesey (+44)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5887 +data: "IM" +value: "IM" +label: "Île de Man (+44)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5888 +data: "JE" +value: "JE" +label: "Jersey (+44)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5889 +data: "DK" +value: "DK" +label: "Danemark (+45)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5890 +data: "SE" +value: "SE" +label: "Suède (+46)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5891 +data: "NO" +value: "NO" +label: "Norvège (+47)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5892 +data: "SJ" +value: "SJ" +label: "Svalbard et Jan Mayen (+47)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5893 +data: "PL" +value: "PL" +label: "Pologne (+48)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5894 +data: "DE" +value: "DE" +label: "Allemagne (+49)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5895 +data: "PE" +value: "PE" +label: "Pérou (+51)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5896 +data: "MX" +value: "MX" +label: "Mexique (+52)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5897 +data: "CU" +value: "CU" +label: "Cuba (+53)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5898 +data: "AR" +value: "AR" +label: "Argentine (+54)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5899 +data: "BR" +value: "BR" +label: "Brésil (+55)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5900 +data: "CL" +value: "CL" +label: "Chili (+56)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5901 +data: "CO" +value: "CO" +label: "Colombie (+57)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5902 +data: "VE" +value: "VE" +label: "Venezuela (+58)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5903 +data: "MY" +value: "MY" +label: "Malaisie (+60)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5904 +data: "AU" +value: "AU" +label: "Australie (+61)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5905 +data: "CC" +value: "CC" +label: "Îles Cocos (+61)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5906 +data: "CX" +value: "CX" +label: "Île Christmas (+61)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5907 +data: "ID" +value: "ID" +label: "Indonésie (+62)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5908 +data: "PH" +value: "PH" +label: "Philippines (+63)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5909 +data: "NZ" +value: "NZ" +label: "Nouvelle-Zélande (+64)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5910 +data: "SG" +value: "SG" +label: "Singapour (+65)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5911 +data: "TH" +value: "TH" +label: "Thaïlande (+66)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5912 +data: "JP" +value: "JP" +label: "Japon (+81)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5913 +data: "KR" +value: "KR" +label: "Corée du Sud (+82)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5914 +data: "VN" +value: "VN" +label: "Viêt Nam (+84)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5915 +data: "CN" +value: "CN" +label: "Chine (+86)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5916 +data: "TR" +value: "TR" +label: "Turquie (+90)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5917 +data: "IN" +value: "IN" +label: "Inde (+91)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5918 +data: "PK" +value: "PK" +label: "Pakistan (+92)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5919 +data: "AF" +value: "AF" +label: "Afghanistan (+93)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5920 +data: "LK" +value: "LK" +label: "Sri Lanka (+94)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5921 +data: "MM" +value: "MM" +label: "Myanmar (Birmanie) (+95)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5922 +data: "IR" +value: "IR" +label: "Iran (+98)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5923 +data: "SS" +value: "SS" +label: "Soudan du Sud (+211)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5924 +data: "MA" +value: "MA" +label: "Maroc (+212)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5925 +data: "EH" +value: "EH" +label: "Sahara occidental (+212)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5926 +data: "DZ" +value: "DZ" +label: "Algérie (+213)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5927 +data: "TN" +value: "TN" +label: "Tunisie (+216)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5928 +data: "LY" +value: "LY" +label: "Libye (+218)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5929 +data: "GM" +value: "GM" +label: "Gambie (+220)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5930 +data: "SN" +value: "SN" +label: "Sénégal (+221)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5931 +data: "MR" +value: "MR" +label: "Mauritanie (+222)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5932 +data: "ML" +value: "ML" +label: "Mali (+223)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5933 +data: "GN" +value: "GN" +label: "Guinée (+224)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5934 +data: "CI" +value: "CI" +label: "Côte d’Ivoire (+225)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5935 +data: "BF" +value: "BF" +label: "Burkina Faso (+226)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5936 +data: "NE" +value: "NE" +label: "Niger (+227)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5937 +data: "TG" +value: "TG" +label: "Togo (+228)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5938 +data: "BJ" +value: "BJ" +label: "Bénin (+229)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5939 +data: "MU" +value: "MU" +label: "Maurice (+230)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5940 +data: "LR" +value: "LR" +label: "Liberia (+231)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5941 +data: "SL" +value: "SL" +label: "Sierra Leone (+232)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5942 +data: "GH" +value: "GH" +label: "Ghana (+233)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5943 +data: "NG" +value: "NG" +label: "Nigeria (+234)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5944 +data: "TD" +value: "TD" +label: "Tchad (+235)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5945 +data: "CF" +value: "CF" +label: "République centrafricaine (+236)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5946 +data: "CM" +value: "CM" +label: "Cameroun (+237)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5947 +data: "CV" +value: "CV" +label: "Cap-Vert (+238)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5948 +data: "ST" +value: "ST" +label: "Sao Tomé-et-Principe (+239)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5949 +data: "GQ" +value: "GQ" +label: "Guinée équatoriale (+240)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5950 +data: "GA" +value: "GA" +label: "Gabon (+241)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5951 +data: "CG" +value: "CG" +label: "Congo-Brazzaville (+242)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5952 +data: "CD" +value: "CD" +label: "Congo-Kinshasa (+243)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5953 +data: "AO" +value: "AO" +label: "Angola (+244)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5954 +data: "GW" +value: "GW" +label: "Guinée-Bissau (+245)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5955 +data: "IO" +value: "IO" +label: "Territoire britannique de l’océan Indien (+246)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5956 +data: "SC" +value: "SC" +label: "Seychelles (+248)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5957 +data: "SD" +value: "SD" +label: "Soudan (+249)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5958 +data: "RW" +value: "RW" +label: "Rwanda (+250)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5959 +data: "ET" +value: "ET" +label: "Éthiopie (+251)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5960 +data: "SO" +value: "SO" +label: "Somalie (+252)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5961 +data: "DJ" +value: "DJ" +label: "Djibouti (+253)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5962 +data: "KE" +value: "KE" +label: "Kenya (+254)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5963 +data: "TZ" +value: "TZ" +label: "Tanzanie (+255)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5964 +data: "UG" +value: "UG" +label: "Ouganda (+256)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5965 +data: "BI" +value: "BI" +label: "Burundi (+257)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5966 +data: "MZ" +value: "MZ" +label: "Mozambique (+258)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5967 +data: "ZM" +value: "ZM" +label: "Zambie (+260)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5968 +data: "MG" +value: "MG" +label: "Madagascar (+261)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5969 +data: "RE" +value: "RE" +label: "La Réunion (+262)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5970 +data: "YT" +value: "YT" +label: "Mayotte (+262)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5971 +data: "ZW" +value: "ZW" +label: "Zimbabwe (+263)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5972 +data: "NA" +value: "NA" +label: "Namibie (+264)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5973 +data: "MW" +value: "MW" +label: "Malawi (+265)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5974 +data: "LS" +value: "LS" +label: "Lesotho (+266)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5975 +data: "BW" +value: "BW" +label: "Botswana (+267)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5976 +data: "SZ" +value: "SZ" +label: "Eswatini (+268)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5977 +data: "KM" +value: "KM" +label: "Comores (+269)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5978 +data: "SH" +value: "SH" +label: "Sainte-Hélène (+290)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5979 +data: "ER" +value: "ER" +label: "Érythrée (+291)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5980 +data: "AW" +value: "AW" +label: "Aruba (+297)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5981 +data: "FO" +value: "FO" +label: "Îles Féroé (+298)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5982 +data: "GL" +value: "GL" +label: "Groenland (+299)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5983 +data: "GI" +value: "GI" +label: "Gibraltar (+350)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5984 +data: "PT" +value: "PT" +label: "Portugal (+351)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5985 +data: "LU" +value: "LU" +label: "Luxembourg (+352)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5986 +data: "IE" +value: "IE" +label: "Irlande (+353)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5987 +data: "IS" +value: "IS" +label: "Islande (+354)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5988 +data: "AL" +value: "AL" +label: "Albanie (+355)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5989 +data: "MT" +value: "MT" +label: "Malte (+356)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5990 +data: "CY" +value: "CY" +label: "Chypre (+357)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5991 +data: "FI" +value: "FI" +label: "Finlande (+358)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5992 +data: "AX" +value: "AX" +label: "Îles Åland (+358)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5993 +data: "BG" +value: "BG" +label: "Bulgarie (+359)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5994 +data: "LT" +value: "LT" +label: "Lituanie (+370)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5995 +data: "LV" +value: "LV" +label: "Lettonie (+371)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5996 +data: "EE" +value: "EE" +label: "Estonie (+372)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5997 +data: "MD" +value: "MD" +label: "Moldavie (+373)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5998 +data: "AM" +value: "AM" +label: "Arménie (+374)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5999 +data: "BY" +value: "BY" +label: "Biélorussie (+375)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6000 +data: "AD" +value: "AD" +label: "Andorre (+376)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6001 +data: "MC" +value: "MC" +label: "Monaco (+377)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6002 +data: "SM" +value: "SM" +label: "Saint-Marin (+378)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6003 +data: "UA" +value: "UA" +label: "Ukraine (+380)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6004 +data: "RS" +value: "RS" +label: "Serbie (+381)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6005 +data: "ME" +value: "ME" +label: "Monténégro (+382)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6006 +data: "HR" +value: "HR" +label: "Croatie (+385)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6007 +data: "SI" +value: "SI" +label: "Slovénie (+386)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6008 +data: "BA" +value: "BA" +label: "Bosnie-Herzégovine (+387)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6009 +data: "MK" +value: "MK" +label: "Macédoine du Nord (+389)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6010 +data: "CZ" +value: "CZ" +label: "Tchéquie (+420)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6011 +data: "SK" +value: "SK" +label: "Slovaquie (+421)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6012 +data: "LI" +value: "LI" +label: "Liechtenstein (+423)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6013 +data: "FK" +value: "FK" +label: "Îles Malouines (+500)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6014 +data: "BZ" +value: "BZ" +label: "Belize (+501)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6015 +data: "GT" +value: "GT" +label: "Guatemala (+502)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6016 +data: "SV" +value: "SV" +label: "Salvador (+503)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6017 +data: "HN" +value: "HN" +label: "Honduras (+504)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6018 +data: "NI" +value: "NI" +label: "Nicaragua (+505)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6019 +data: "CR" +value: "CR" +label: "Costa Rica (+506)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6020 +data: "PA" +value: "PA" +label: "Panama (+507)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6021 +data: "PM" +value: "PM" +label: "Saint-Pierre-et-Miquelon (+508)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6022 +data: "HT" +value: "HT" +label: "Haïti (+509)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6023 +data: "GP" +value: "GP" +label: "Guadeloupe (+590)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6024 +data: "BL" +value: "BL" +label: "Saint-Barthélemy (+590)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6025 +data: "MF" +value: "MF" +label: "Saint-Martin (+590)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6026 +data: "BO" +value: "BO" +label: "Bolivie (+591)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6027 +data: "GY" +value: "GY" +label: "Guyana (+592)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6028 +data: "EC" +value: "EC" +label: "Équateur (+593)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6029 +data: "GF" +value: "GF" +label: "Guyane française (+594)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6030 +data: "PY" +value: "PY" +label: "Paraguay (+595)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6031 +data: "MQ" +value: "MQ" +label: "Martinique (+596)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6032 +data: "SR" +value: "SR" +label: "Suriname (+597)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6033 +data: "UY" +value: "UY" +label: "Uruguay (+598)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6034 +data: "CW" +value: "CW" +label: "Curaçao (+599)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6035 +data: "BQ" +value: "BQ" +label: "Pays-Bas caribéens (+599)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6036 +data: "TL" +value: "TL" +label: "Timor oriental (+670)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6037 +data: "NF" +value: "NF" +label: "Île Norfolk (+672)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6038 +data: "BN" +value: "BN" +label: "Brunei (+673)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6039 +data: "NR" +value: "NR" +label: "Nauru (+674)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6040 +data: "PG" +value: "PG" +label: "Papouasie-Nouvelle-Guinée (+675)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6041 +data: "TO" +value: "TO" +label: "Tonga (+676)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6042 +data: "SB" +value: "SB" +label: "Îles Salomon (+677)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6043 +data: "VU" +value: "VU" +label: "Vanuatu (+678)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6044 +data: "FJ" +value: "FJ" +label: "Fidji (+679)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6045 +data: "PW" +value: "PW" +label: "Palaos (+680)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6046 +data: "WF" +value: "WF" +label: "Wallis-et-Futuna (+681)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6047 +data: "CK" +value: "CK" +label: "Îles Cook (+682)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6048 +data: "NU" +value: "NU" +label: "Niue (+683)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6049 +data: "WS" +value: "WS" +label: "Samoa (+685)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6050 +data: "KI" +value: "KI" +label: "Kiribati (+686)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6051 +data: "NC" +value: "NC" +label: "Nouvelle-Calédonie (+687)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6052 +data: "TV" +value: "TV" +label: "Tuvalu (+688)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6053 +data: "PF" +value: "PF" +label: "Polynésie française (+689)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6054 +data: "TK" +value: "TK" +label: "Tokelau (+690)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6055 +data: "FM" +value: "FM" +label: "Micronésie (+691)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6056 +data: "MH" +value: "MH" +label: "Îles Marshall (+692)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6057 +data: "KP" +value: "KP" +label: "Corée du Nord (+850)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6058 +data: "HK" +value: "HK" +label: "R.A.S. chinoise de Hong Kong (+852)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6059 +data: "MO" +value: "MO" +label: "R.A.S. chinoise de Macao (+853)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6060 +data: "KH" +value: "KH" +label: "Cambodge (+855)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6061 +data: "LA" +value: "LA" +label: "Laos (+856)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6062 +data: "BD" +value: "BD" +label: "Bangladesh (+880)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6063 +data: "TW" +value: "TW" +label: "Taïwan (+886)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6064 +data: "MV" +value: "MV" +label: "Maldives (+960)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6065 +data: "LB" +value: "LB" +label: "Liban (+961)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6066 +data: "JO" +value: "JO" +label: "Jordanie (+962)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6067 +data: "SY" +value: "SY" +label: "Syrie (+963)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6068 +data: "IQ" +value: "IQ" +label: "Irak (+964)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6069 +data: "KW" +value: "KW" +label: "Koweït (+965)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6070 +data: "SA" +value: "SA" +label: "Arabie saoudite (+966)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6071 +data: "YE" +value: "YE" +label: "Yémen (+967)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6072 +data: "OM" +value: "OM" +label: "Oman (+968)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6073 +data: "PS" +value: "PS" +label: "Territoires palestiniens (+970)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6074 +data: "AE" +value: "AE" +label: "Émirats arabes unis (+971)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6075 +data: "IL" +value: "IL" +label: "Israël (+972)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6076 +data: "BH" +value: "BH" +label: "Bahreïn (+973)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6077 +data: "QA" +value: "QA" +label: "Qatar (+974)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6078 +data: "BT" +value: "BT" +label: "Bhoutan (+975)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6079 +data: "MN" +value: "MN" +label: "Mongolie (+976)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6080 +data: "NP" +value: "NP" +label: "Népal (+977)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6081 +data: "TJ" +value: "TJ" +label: "Tadjikistan (+992)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6082 +data: "TM" +value: "TM" +label: "Turkménistan (+993)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6083 +data: "AZ" +value: "AZ" +label: "Azerbaïdjan (+994)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6084 +data: "GE" +value: "GE" +label: "Géorgie (+995)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6085 +data: "KG" +value: "KG" +label: "Kirghizstan (+996)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6086 +data: "UZ" +value: "UZ" +label: "Ouzbékistan (+998)" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#5696 -errors: [] -form: Symfony\Component\Form\Form {#5790 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5611 …5} |
| full_name | "contact_form[phoneNumber][country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_phoneNumber_country" |
| is_selected | Closure($choice, $value) {#5718 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [ 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5877 +data: "FR" +value: "FR" +label: "France (+33)" +attr: [] +labelTranslationParameters: [] } ] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_phoneNumber_country" |
| valid | true |
| value | "" |
number
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| disabled | false |
same as passed value |
| error_bubbling | true |
same as passed value |
| required | false |
same as passed value |
| translation_domain | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5771 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#5774 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_phoneNumber_number" ] |
| cache_key | "_contact_form_phoneNumber_number_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6087 -errors: [] -form: Symfony\Component\Form\Form {#5798 …} } |
| form | Symfony\Component\Form\FormView {#6090 …5} |
| full_name | "contact_form[phoneNumber][number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_phoneNumber_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_phoneNumber_number" |
| valid | true |
| value | "" |
subject
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4264 +payload: null +groups: ? ?array +message: "Veuillez préciser un sujet." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4261 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4264 +payload: null +groups: ? ?array +message: "Veuillez préciser un sujet." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4261 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| mapped | false |
same as passed value |
| required | true |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#4264 +payload: null +groups: ? ?array +message: "Veuillez préciser un sujet." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4261 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 180 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5720 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#5721 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_subject" ] |
| cache_key | "_contact_form_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5746 -errors: [] -form: Symfony\Component\Form\Form {#5802 …} } |
| form | Symfony\Component\Form\FormView {#5728 …5} |
| full_name | "contact_form[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_subject" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subject" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_subject" |
| valid | true |
| value | "" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "rows" => 6 ] |
[ "rows" => 6 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2525 +payload: null +groups: ? ?array +message: "Veuillez écrire votre message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1924 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 5000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2525 +payload: null +groups: ? ?array +message: "Veuillez écrire votre message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1924 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 5000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| mapped | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => 6 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2525 +payload: null +groups: ? ?array +message: "Veuillez écrire votre message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1924 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 5000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5715 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#5716 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 6 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
| cache_key | "_contact_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6089 -errors: [] -form: Symfony\Component\Form\Form {#5805 …} } |
| form | Symfony\Component\Form\FormView {#6088 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message" |
| valid | true |
| value | "" |
attachment
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\File {#1966 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "application/pdf" "image/jpeg" "image/png" ] +filenameMaxLength: null +extensions: [] +filenameCharset: null +filenameCountUnit: "bytes" +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Types acceptés: PDF, JPG, PNG." +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +filenameCharsetMessage: "This filename does not match the expected charset." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
[ Symfony\Component\Validator\Constraints\File {#1966 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "application/pdf" "image/jpeg" "image/png" ] +filenameMaxLength: null +extensions: [] +filenameCharset: null +filenameCountUnit: "bytes" +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Types acceptés: PDF, JPG, PNG." +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +filenameCharsetMessage: "This filename does not match the expected charset." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\File {#1966 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "application/pdf" "image/jpeg" "image/png" ] +filenameMaxLength: null +extensions: [] +filenameCharset: null +filenameCountUnit: "bytes" +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Types acceptés: PDF, JPG, PNG." +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +filenameCharsetMessage: "This filename does not match the expected charset." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid file." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| 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() {#5610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#5609 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_contact_form_attachment" ] |
| cache_key | "_contact_form_attachment_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6091 -errors: [] -form: Symfony\Component\Form\Form {#5808 …} } |
| form | Symfony\Component\Form\FormView {#6092 …5} |
| full_name | "contact_form[attachment]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_attachment" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "attachment" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_contact_form_attachment" |
| valid | true |
| value | "" |
gdprConsent
Errors
This form has no errors.
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#3144 +payload: null +groups: ? ?array +message: "Vous devez accepter pour continuer." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#3144 +payload: null +groups: ? ?array +message: "Vous devez accepter pour continuer." } ] |
| mapped | false |
same as passed value |
| required | true |
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 | [ Symfony\Component\Validator\Constraints\IsTrue {#3144 +payload: null +groups: ? ?array +message: "Vous devez accepter pour continuer." } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#5730 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#5729 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#5736 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contact_form_gdprConsent" ] |
| cache_key | "_contact_form_gdprConsent_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6093 -errors: [] -form: Symfony\Component\Form\Form {#5811 …} } |
| form | Symfony\Component\Form\FormView {#6094 …5} |
| full_name | "contact_form[gdprConsent]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_gdprConsent" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "gdprConsent" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_gdprConsent" |
| valid | true |
| value | "1" |
website
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "d-none" "autocomplete" => "off" "tabindex" => "-1" ] |
[ "class" => "d-none" "autocomplete" => "off" "tabindex" => "-1" ] |
| label | false |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "d-none" "autocomplete" => "off" "tabindex" => "-1" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#5742 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "d-none" "autocomplete" => "off" "tabindex" => "-1" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_website" ] |
| cache_key | "_contact_form_website_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6095 -errors: [] -form: Symfony\Component\Form\Form {#5814 …} } |
| form | Symfony\Component\Form\FormView {#6096 …5} |
| full_name | "contact_form[website]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_website" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "website" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_website" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6097 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6102 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#6099 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6112 -errors: [] -form: Symfony\Component\Form\Form {#6108 …} } |
| form | Symfony\Component\Form\FormView {#6103 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form__token" |
| valid | true |
| value | "csrf-token" |
newsletter
"App\Form\NewsletterType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/ajax/newsletter/301/subscribe" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/ajax/newsletter/301/subscribe" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | "App\Entity\Newsletter" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6170 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Newsletter" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6185 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#6162 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/ajax/newsletter/301/subscribe" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "newsletter" "_newsletter" ] |
| cache_key | "_newsletter_newsletter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6206 -errors: [] -form: Symfony\Component\Form\Form {#6211 …} } |
| form | Symfony\Component\Form\FormView {#6186 …5} |
| full_name | "newsletter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newsletter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter" |
| valid | true |
| value | null |
subject
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Ex: Promo de Noël 🎄" ] |
[ "placeholder" => "Ex: Promo de Noël 🎄" ] |
| label | "Sujet de l'email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Ex: Promo de Noël 🎄" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6194 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Sujet de l'email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#6195 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Ex: Promo de Noël 🎄" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_newsletter_subject" ] |
| cache_key | "_newsletter_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6225 -errors: [] -form: Symfony\Component\Form\Form {#6214 …} } |
| form | Symfony\Component\Form\FormView {#6226 …5} |
| full_name | "newsletter[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_subject" |
| label | "Sujet de l'email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subject" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_subject" |
| valid | true |
| value | "" |
templateModel
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6203 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | 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() {#6205 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#6204 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_newsletter_templateModel" ] |
| cache_key | "_newsletter_templateModel_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6224 -errors: [] -form: Symfony\Component\Form\Form {#6217 …} } |
| form | Symfony\Component\Form\FormView {#6223 …5} |
| full_name | "newsletter[templateModel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_templateModel" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "templateModel" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_templateModel" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#626 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#205 …} -logger: Monolog\Logger {#87 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#761 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6197 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6222 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $message: Closure() {#6231 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter__token" ] |
| cache_key | "_newsletter__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6242 -errors: [] -form: Symfony\Component\Form\Form {#6238 …} } |
| form | Symfony\Component\Form\FormView {#6233 …5} |
| full_name | "newsletter[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter__token" |
| valid | true |
| value | "csrf-token" |