Forms
-
contact_form
-
cgv
-
captcha
-
job
-
name
-
firstname
-
society
-
email
-
object
-
message
-
country
-
product
-
_token
-
contact_form
Form type:
"App\Form\ContactFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contact {#1381 -id: ? ?int -job: null -name: ? ?string -firstname: ? ?string -society: null -email: ? ?string -object: ? ?string -product: null -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_extra_fields | true |
same as passed value |
| data | App\Entity\Contact {#1381 -id: ? ?int -job: null -name: ? ?string -firstname: ? ?string -society: null -email: ? ?string -object: ? ?string -product: null -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data | App\Entity\Contact {#1381 -id: ? ?int -job: null -name: ? ?string -firstname: ? ?string -society: null -email: ? ?string -object: ? ?string -product: null -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
| data_class | "App\Entity\Contact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1500 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
| 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 | [] |
| hidden_fields | [] |
| 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" |
| nested_level | 1 |
| 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() {#1502 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1501 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | App\Entity\Contact {#1381 -id: ? ?int -job: null -name: ? ?string -firstname: ? ?string -society: null -email: ? ?string -object: ? ?string -product: null -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1753 -form: Symfony\Component\Form\Form {#1627 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1747 …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 | false |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | App\Entity\Contact {#1381 -id: ? ?int -job: null -name: ? ?string -firstname: ? ?string -society: null -email: ? ?string -object: ? ?string -product: null -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
cgv
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 |
|---|---|---|
| label | "I accept the <a href="/en/confidentiality" target="_blank">privacy policy</a>" |
same as passed value |
| label_html | true |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1644 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 {#1645 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "I accept the <a href="/en/confidentiality" target="_blank">privacy policy</a>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1649 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contact_form_cgv" ] |
| cache_key | "_contact_form_cgv_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1610 -form: Symfony\Component\Form\Form {#1624 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1609 …5} |
| full_name | "contact_form[cgv]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_cgv" |
| label | "I accept the <a href="/en/confidentiality" target="_blank">privacy policy</a>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cgv" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_cgv" |
| valid | true |
| value | "1" |
captcha
Form type:
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1660 +payload: null +groups: ? ?array +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1660 +payload: null +groups: ? ?array +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "homepage" |
| 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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1660 +payload: null +groups: ? ?array +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1635 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 | [] |
| host | null |
| 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 | [] |
| locale | "en" |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1633 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1634 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| action_name | "homepage" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_contact_form_captcha" ] |
| cache_key | "_contact_form_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1849 -form: Symfony\Component\Form\Form {#1621 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1851 …5} |
| full_name | "contact_form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "contact_form_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6Le9Lp4qAAAAAHB-57EL2vM-qhYL4Dlr0AikfzYa" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_captcha" |
| valid | true |
| value | "" |
job
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 | [ "required" => true ] |
[ "required" => true ] |
| auto_initialize | false |
false
|
| choices | [ "Healthcare professional" => "Professionnel de la santé" "Distributor" => "Distributeur" "Investor" => "Investisseur" ] |
[ "Healthcare professional" => "Professionnel de la santé" "Distributor" => "Distributeur" "Investor" => "Investisseur" ] |
| label | "Je suis" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| placeholder | "Your profession*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "required" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Healthcare professional" => "Professionnel de la santé" "Distributor" => "Distributeur" "Investor" => "Investisseur" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Je suis" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Your profession*" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1591 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1593 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "required" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_job" ] |
| cache_key | "_contact_form_job_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1854 +label: "Healthcare professional" +value: "Professionnel de la santé" +data: "Professionnel de la santé" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1855 +label: "Distributor" +value: "Distributeur" +data: "Distributeur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1856 +label: "Investor" +value: "Investisseur" +data: "Investisseur" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1852 -form: Symfony\Component\Form\Form {#1582 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1853 …5} |
| full_name | "contact_form[job]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_job" |
| is_selected | Closure($choice, $value) {#1858 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Je suis" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "job" |
| placeholder | "Your profession*" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_job" |
| valid | true |
| value | "" |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "required" => true ] |
[ "maxlength" => 255 "required" => true ] |
| auto_initialize | false |
false
|
| label | "Nom" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "required" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1540 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 | "Nom" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1544 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1539 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "required" => true ] |
| 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 {#1859 -form: Symfony\Component\Form\Form {#1545 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1860 …5} |
| full_name | "contact_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_name" |
| label | "Nom" |
| label_attr | [ "class" => "required" ] |
| 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 | "" |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "required" => true ] |
[ "maxlength" => 255 "required" => true ] |
| auto_initialize | false |
false
|
| label | "Prénom" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "required" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1590 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 | "Prénom" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1534 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "required" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_firstname" ] |
| cache_key | "_contact_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1861 -form: Symfony\Component\Form\Form {#1568 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1862 …5} |
| full_name | "contact_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_firstname" |
| label | "Prénom" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_firstname" |
| valid | true |
| value | "" |
society
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "required" => false ] |
[ "maxlength" => 255 "required" => false ] |
| auto_initialize | false |
false
|
| label | "Société" |
same as passed value |
| label_attr | [
"class" => ""
] |
[
"class" => ""
]
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "required" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1548 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 | "Société" |
| label_attr | [
"class" => ""
] |
| 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() {#1522 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1523 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "required" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_society" ] |
| cache_key | "_contact_form_society_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1863 -form: Symfony\Component\Form\Form {#1525 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1864 …5} |
| full_name | "contact_form[society]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_society" |
| label | "Société" |
| label_attr | [
"class" => ""
] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "society" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_society" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "required" => true ] |
[ "maxlength" => 255 "required" => true ] |
| auto_initialize | false |
false
|
| label | "Email" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "required" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1532 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 | "Email" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1662 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1513 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "required" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_email" ] |
| cache_key | "_contact_form_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1865 -form: Symfony\Component\Form\Form {#1514 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1866 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| label | "Email" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_email" |
| valid | true |
| value | "" |
object
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 | [ "required" => true ] |
[ "required" => true ] |
| auto_initialize | false |
false
|
| choices | [ "Product information" => "Informations sur le produit" "form.object.Informations sur la bourse" => "Informations sur la bourse" "Distribute our products" => "Je voudrais distribuer vos produits" "Adverse event report" => "Rapport d'évènement indésirable" "Other" => "Autre requête" ] |
[ "Product information" => "Informations sur le produit" "form.object.Informations sur la bourse" => "Informations sur la bourse" "Distribute our products" => "Je voudrais distribuer vos produits" "Adverse event report" => "Rapport d'évènement indésirable" "Other" => "Autre requête" ] |
| label | "Votre demande concerne" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| placeholder | "Purpose of your request*" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "required" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Product information" => "Informations sur le produit" "form.object.Informations sur la bourse" => "Informations sur la bourse" "Distribute our products" => "Je voudrais distribuer vos produits" "Adverse event report" => "Rapport d'évènement indésirable" "Other" => "Autre requête" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Votre demande concerne" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Purpose of your request*" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1516 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "required" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_object" ] |
| cache_key | "_contact_form_object_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1869 +label: "Product information" +value: "Informations sur le produit" +data: "Informations sur le produit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1870 +label: "form.object.Informations sur la bourse" +value: "Informations sur la bourse" +data: "Informations sur la bourse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1871 +label: "Distribute our products" +value: "Je voudrais distribuer vos produits" +data: "Je voudrais distribuer vos produits" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1872 +label: "Adverse event report" +value: "Rapport d'évènement indésirable" +data: "Rapport d'évènement indésirable" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1873 +label: "Other" +value: "Autre requête" +data: "Autre requête" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1867 -form: Symfony\Component\Form\Form {#1678 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1868 …5} |
| full_name | "contact_form[object]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_object" |
| is_selected | Closure($choice, $value) {#1875 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Votre demande concerne" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "object" |
| placeholder | "Purpose of your request*" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_object" |
| 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 | [ "required" => true ] |
[ "required" => true ] |
| auto_initialize | false |
false
|
| label | "Message" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "required" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1744 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 | "Message" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1745 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "required" => true ] |
| 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 {#1876 -form: Symfony\Component\Form\Form {#1739 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1877 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| label | "Message" |
| label_attr | [ "class" => "required" ] |
| 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 | "" |
country
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
false
|
| choice_translation_domain | "Contact" |
same as passed value |
| class | "App\Entity\ContactCountry" |
same as passed value |
| label | "Pays" |
same as passed value |
| placeholder | "country" |
same as passed value |
| query_builder | Closure(EntityRepository $er): QueryBuilder {#1782 returnType: "Doctrine\ORM\QueryBuilder" class: "App\Form\ContactFormType" this: App\Form\ContactFormType {#1463 …} } |
Doctrine\ORM\QueryBuilder {#1776 -em: Container8APSErT\EntityManagerGhostEbeb667 {#153 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1781 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1778 #from: "App\Entity\ContactCountry" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1775 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "u.countryCode != :defaultCode" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\ContactCountry u WHERE u.countryCode != :defaultCode" -parameters: Doctrine\Common\Collections\ArrayCollection {#1777 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
| translation_domain | "Contact" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1690 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1691 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1805 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1787 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1820 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1725 …} } |
| choice_translation_domain | "Contact" |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1788 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1772 …} } |
| choices | null |
| class | "App\Entity\ContactCountry" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Container8APSErT\EntityManagerGhostEbeb667 {#153 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1758 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container8APSErT\EntityManagerGhostEbeb667 {#153 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1756 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Pays" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "country" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1776 -em: Container8APSErT\EntityManagerGhostEbeb667 {#153 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1781 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1778 #from: "App\Entity\ContactCountry" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1775 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "u.countryCode != :defaultCode" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\ContactCountry u WHERE u.countryCode != :defaultCode" -parameters: Doctrine\Common\Collections\ArrayCollection {#1777 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | "Contact" |
| trim | false |
| upload_max_size_message | Closure() {#1780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1783 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_contact_form_country" ] |
| cache_key | "_contact_form_country_entity" |
| choice_translation_domain | "Contact" |
| choice_translation_parameters | [] |
| choices | [ 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1880 +label: "Afghanistan" +value: "260" +data: App\Entity\ContactCountry {#1893 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1882 +label: "Afrique du Sud" +value: "261" +data: App\Entity\ContactCountry {#1915 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1884 +label: "Åland, Îles" +value: "262" +data: App\Entity\ContactCountry {#1916 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1887 +label: "Albanie" +value: "263" +data: App\Entity\ContactCountry {#1920 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1886 +label: "Algérie" +value: "264" +data: App\Entity\ContactCountry {#1921 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1881 +label: "Allemagne" +value: "265" +data: App\Entity\ContactCountry {#1922 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1898 +label: "Allemagne de l'EST" +value: "266" +data: App\Entity\ContactCountry {#1923 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1896 +label: "Andorre" +value: "267" +data: App\Entity\ContactCountry {#1924 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1891 +label: "Angola" +value: "268" +data: App\Entity\ContactCountry {#1925 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1883 +label: "Anguilla" +value: "269" +data: App\Entity\ContactCountry {#1926 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1888 +label: "Antarctique" +value: "270" +data: App\Entity\ContactCountry {#1930 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2181 +label: "Antigua et Barbuda" +value: "271" +data: App\Entity\ContactCountry {#1931 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2182 +label: "Antilles néerlandaises" +value: "272" +data: App\Entity\ContactCountry {#1932 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2183 +label: "Arabie Saoudite" +value: "273" +data: App\Entity\ContactCountry {#1933 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2184 +label: "Argentine" +value: "274" +data: App\Entity\ContactCountry {#1934 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2185 +label: "Arménie" +value: "275" +data: App\Entity\ContactCountry {#1935 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2186 +label: "Aruba" +value: "276" +data: App\Entity\ContactCountry {#1936 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2187 +label: "Australie" +value: "277" +data: App\Entity\ContactCountry {#1937 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2188 +label: "Autriche" +value: "278" +data: App\Entity\ContactCountry {#1938 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2189 +label: "Azerbaïdjan" +value: "279" +data: App\Entity\ContactCountry {#1939 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2190 +label: "Bahamas" +value: "280" +data: App\Entity\ContactCountry {#1940 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2191 +label: "Bahrein" +value: "281" +data: App\Entity\ContactCountry {#1941 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2192 +label: "Bangladesh" +value: "282" +data: App\Entity\ContactCountry {#1942 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2193 +label: "Barbade" +value: "283" +data: App\Entity\ContactCountry {#1943 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2194 +label: "Bélarus" +value: "284" +data: App\Entity\ContactCountry {#1944 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2195 +label: "Belgique" +value: "285" +data: App\Entity\ContactCountry {#1945 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2196 +label: "Bélize" +value: "286" +data: App\Entity\ContactCountry {#1946 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2197 +label: "Bénin" +value: "287" +data: App\Entity\ContactCountry {#1947 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2198 +label: "Bermudes" +value: "288" +data: App\Entity\ContactCountry {#1948 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2199 +label: "Bhoutan" +value: "289" +data: App\Entity\ContactCountry {#1949 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2200 +label: "Bolivie (État plurinational de)" +value: "290" +data: App\Entity\ContactCountry {#1950 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2201 +label: "Bonaire, Saint-Eustache et Saba" +value: "291" +data: App\Entity\ContactCountry {#1951 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2202 +label: "Bosnie-Herzégovine" +value: "292" +data: App\Entity\ContactCountry {#1952 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2203 +label: "Botswana" +value: "293" +data: App\Entity\ContactCountry {#1953 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2204 +label: "Bouvet, Ile" +value: "294" +data: App\Entity\ContactCountry {#1954 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2205 +label: "Brésil" +value: "295" +data: App\Entity\ContactCountry {#1955 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2206 +label: "Brunéi Darussalam" +value: "296" +data: App\Entity\ContactCountry {#1956 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2207 +label: "Bulgarie" +value: "297" +data: App\Entity\ContactCountry {#1957 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2208 +label: "Burkina Faso" +value: "298" +data: App\Entity\ContactCountry {#1958 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2209 +label: "Burundi" +value: "299" +data: App\Entity\ContactCountry {#1959 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2210 +label: "Cabo Verde" +value: "300" +data: App\Entity\ContactCountry {#1960 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2211 +label: "Caïmans, Iles" +value: "301" +data: App\Entity\ContactCountry {#1961 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2212 +label: "Cambodge" +value: "302" +data: App\Entity\ContactCountry {#1962 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2213 +label: "Cameroun" +value: "303" +data: App\Entity\ContactCountry {#1963 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2214 +label: "Canada" +value: "304" +data: App\Entity\ContactCountry {#1964 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2215 +label: "Chili" +value: "305" +data: App\Entity\ContactCountry {#1965 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2216 +label: "Chine" +value: "306" +data: App\Entity\ContactCountry {#1966 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2217 +label: "Christmas, île" +value: "307" +data: App\Entity\ContactCountry {#1967 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2218 +label: "Chypre" +value: "308" +data: App\Entity\ContactCountry {#1968 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2219 +label: "Cocos/Keeling (Îles)" +value: "309" +data: App\Entity\ContactCountry {#1969 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2220 +label: "Colombie" +value: "310" +data: App\Entity\ContactCountry {#1970 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2221 +label: "Comores" +value: "311" +data: App\Entity\ContactCountry {#1971 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2222 +label: "Congo" +value: "312" +data: App\Entity\ContactCountry {#1972 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2223 +label: "Congo, République démocratique du" +value: "313" +data: App\Entity\ContactCountry {#1973 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2224 +label: "Cook, Iles" +value: "314" +data: App\Entity\ContactCountry {#1974 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2225 +label: "Corée, République de" +value: "315" +data: App\Entity\ContactCountry {#1975 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2226 +label: "Corée, République populaire démocratique de" +value: "316" +data: App\Entity\ContactCountry {#1976 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2227 +label: "Costa Rica" +value: "317" +data: App\Entity\ContactCountry {#1977 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2228 +label: "Côte d'Ivoire" +value: "318" +data: App\Entity\ContactCountry {#1978 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2229 +label: "Croatie" +value: "319" +data: App\Entity\ContactCountry {#1979 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2230 +label: "Cuba" +value: "320" +data: App\Entity\ContactCountry {#1980 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2231 +label: "Curaçao" +value: "321" +data: App\Entity\ContactCountry {#1981 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2232 +label: "Danemark" +value: "322" +data: App\Entity\ContactCountry {#1982 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2233 +label: "Djibouti" +value: "323" +data: App\Entity\ContactCountry {#1983 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2234 +label: "Dominicaine, République" +value: "324" +data: App\Entity\ContactCountry {#1984 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2235 +label: "Dominique" +value: "325" +data: App\Entity\ContactCountry {#1985 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2236 +label: "Egypte" +value: "326" +data: App\Entity\ContactCountry {#1986 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2237 +label: "El Salvador" +value: "327" +data: App\Entity\ContactCountry {#1987 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2238 +label: "Emirats arabes unis" +value: "328" +data: App\Entity\ContactCountry {#1988 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2239 +label: "Equateur" +value: "329" +data: App\Entity\ContactCountry {#1989 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2240 +label: "Erythrée" +value: "330" +data: App\Entity\ContactCountry {#1990 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2241 +label: "Espagne" +value: "331" +data: App\Entity\ContactCountry {#1991 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2242 +label: "Estonie" +value: "332" +data: App\Entity\ContactCountry {#1992 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2243 +label: "Etats-Unis d'Amérique" +value: "333" +data: App\Entity\ContactCountry {#1993 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2244 +label: "Ethiopie" +value: "334" +data: App\Entity\ContactCountry {#1994 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2245 +label: "Falkland/Malouines (Îles)" +value: "335" +data: App\Entity\ContactCountry {#1995 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +label: "Féroé, îles" +value: "336" +data: App\Entity\ContactCountry {#1996 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +label: "Fidji" +value: "337" +data: App\Entity\ContactCountry {#1997 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2248 +label: "Finlande" +value: "338" +data: App\Entity\ContactCountry {#1998 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2249 +label: "France" +value: "339" +data: App\Entity\ContactCountry {#1999 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2250 +label: "Gabon" +value: "340" +data: App\Entity\ContactCountry {#2003 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2251 +label: "Gambie" +value: "341" +data: App\Entity\ContactCountry {#2004 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +label: "Géorgie" +value: "342" +data: App\Entity\ContactCountry {#2005 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2253 +label: "Géorgie du sud et les îles Sandwich du sud" +value: "343" +data: App\Entity\ContactCountry {#2006 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +label: "Ghana" +value: "344" +data: App\Entity\ContactCountry {#2007 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2255 +label: "Gibraltar" +value: "345" +data: App\Entity\ContactCountry {#2008 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +label: "Grèce" +value: "346" +data: App\Entity\ContactCountry {#2009 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +label: "Grenade" +value: "347" +data: App\Entity\ContactCountry {#2010 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +label: "Groenland" +value: "348" +data: App\Entity\ContactCountry {#2011 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +label: "Guadeloupe" +value: "349" +data: App\Entity\ContactCountry {#2012 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +label: "Guam" +value: "350" +data: App\Entity\ContactCountry {#2013 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +label: "Guatemala" +value: "351" +data: App\Entity\ContactCountry {#2014 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +label: "Guernesey" +value: "352" +data: App\Entity\ContactCountry {#2015 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +label: "Guinée" +value: "353" +data: App\Entity\ContactCountry {#2016 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "Guinée-Bissau" +value: "354" +data: App\Entity\ContactCountry {#2017 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +label: "Guinée équatoriale" +value: "355" +data: App\Entity\ContactCountry {#2018 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "Guyana" +value: "356" +data: App\Entity\ContactCountry {#2019 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "Guyane française" +value: "357" +data: App\Entity\ContactCountry {#2020 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +label: "Haïti" +value: "358" +data: App\Entity\ContactCountry {#2021 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +label: "Heard, Ile et MacDonald, îles" +value: "359" +data: App\Entity\ContactCountry {#2022 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +label: "Honduras" +value: "360" +data: App\Entity\ContactCountry {#2023 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +label: "Hong Kong" +value: "361" +data: App\Entity\ContactCountry {#2024 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "Hongrie" +value: "362" +data: App\Entity\ContactCountry {#2025 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +label: "Île de Man" +value: "363" +data: App\Entity\ContactCountry {#2026 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +label: "Îles mineures éloignées des Etats-Unis" +value: "364" +data: App\Entity\ContactCountry {#2027 …} +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +label: "Îles vierges britanniques" +value: "365" +data: App\Entity\ContactCountry {#2028 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +label: "Îles vierges des Etats-Unis" +value: "366" +data: App\Entity\ContactCountry {#2029 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +label: "Inde" +value: "367" +data: App\Entity\ContactCountry {#2030 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +label: "Indien (Territoire britannique de l'océan)" +value: "368" +data: App\Entity\ContactCountry {#2031 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +label: "Indonésie" +value: "369" +data: App\Entity\ContactCountry {#2032 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "Iran, République islamique d'" +value: "370" +data: App\Entity\ContactCountry {#2033 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +label: "Iraq" +value: "371" +data: App\Entity\ContactCountry {#2034 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "Irlande" +value: "372" +data: App\Entity\ContactCountry {#2035 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "Islande" +value: "373" +data: App\Entity\ContactCountry {#2036 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +label: "Israël" +value: "374" +data: App\Entity\ContactCountry {#2037 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +label: "Italie" +value: "375" +data: App\Entity\ContactCountry {#2038 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +label: "Jamaïque" +value: "376" +data: App\Entity\ContactCountry {#2039 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "Japon" +value: "377" +data: App\Entity\ContactCountry {#2040 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +label: "Jersey" +value: "378" +data: App\Entity\ContactCountry {#2041 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "Jordanie" +value: "379" +data: App\Entity\ContactCountry {#2042 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "Kazakhstan" +value: "380" +data: App\Entity\ContactCountry {#2043 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "Kenya" +value: "381" +data: App\Entity\ContactCountry {#2044 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "Kirghizistan" +value: "382" +data: App\Entity\ContactCountry {#2045 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "Kiribati" +value: "383" +data: App\Entity\ContactCountry {#2046 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "Koweït" +value: "384" +data: App\Entity\ContactCountry {#2047 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "Lao, République démocratique populaire" +value: "385" +data: App\Entity\ContactCountry {#2048 …} +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "Lesotho" +value: "386" +data: App\Entity\ContactCountry {#2049 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "Lettonie" +value: "387" +data: App\Entity\ContactCountry {#2050 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "Liban" +value: "388" +data: App\Entity\ContactCountry {#2051 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "Libéria" +value: "389" +data: App\Entity\ContactCountry {#2052 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "Libye" +value: "390" +data: App\Entity\ContactCountry {#2053 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "Liechtenstein" +value: "391" +data: App\Entity\ContactCountry {#2054 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "Lituanie" +value: "392" +data: App\Entity\ContactCountry {#2055 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "Luxembourg" +value: "393" +data: App\Entity\ContactCountry {#2056 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "Macao" +value: "394" +data: App\Entity\ContactCountry {#2057 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "Macédoine, l'ex-République yougoslave de" +value: "395" +data: App\Entity\ContactCountry {#2058 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +label: "Madagascar" +value: "396" +data: App\Entity\ContactCountry {#2059 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "Malaisie" +value: "397" +data: App\Entity\ContactCountry {#2060 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "Malawi" +value: "398" +data: App\Entity\ContactCountry {#2061 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "Maldives" +value: "399" +data: App\Entity\ContactCountry {#2062 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "Mali" +value: "400" +data: App\Entity\ContactCountry {#2063 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "Malte" +value: "401" +data: App\Entity\ContactCountry {#2064 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +label: "Mariannes du nord, Iles" +value: "402" +data: App\Entity\ContactCountry {#2065 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +label: "Maroc" +value: "403" +data: App\Entity\ContactCountry {#2066 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +label: "Marshall, Iles" +value: "404" +data: App\Entity\ContactCountry {#2067 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +label: "Martinique" +value: "405" +data: App\Entity\ContactCountry {#2068 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "Maurice" +value: "406" +data: App\Entity\ContactCountry {#2069 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "Mauritanie" +value: "407" +data: App\Entity\ContactCountry {#2070 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "Mayotte" +value: "408" +data: App\Entity\ContactCountry {#2071 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "Mexique" +value: "409" +data: App\Entity\ContactCountry {#2072 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +label: "Micronésie, Etats Fédérés de" +value: "410" +data: App\Entity\ContactCountry {#2073 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "Moldova, République de" +value: "411" +data: App\Entity\ContactCountry {#2074 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "Monaco" +value: "412" +data: App\Entity\ContactCountry {#2075 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +label: "Mongolie" +value: "413" +data: App\Entity\ContactCountry {#2076 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "Monténégro" +value: "414" +data: App\Entity\ContactCountry {#2077 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "Montserrat" +value: "415" +data: App\Entity\ContactCountry {#2078 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "Mozambique" +value: "416" +data: App\Entity\ContactCountry {#2079 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "Myanmar" +value: "417" +data: App\Entity\ContactCountry {#2080 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "Namibie" +value: "418" +data: App\Entity\ContactCountry {#2081 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: "Nauru" +value: "419" +data: App\Entity\ContactCountry {#2082 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +label: "Népal" +value: "420" +data: App\Entity\ContactCountry {#2083 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +label: "Nicaragua" +value: "421" +data: App\Entity\ContactCountry {#2084 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +label: "Niger" +value: "422" +data: App\Entity\ContactCountry {#2085 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +label: "Nigéria" +value: "423" +data: App\Entity\ContactCountry {#2086 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2334 +label: "Niue" +value: "424" +data: App\Entity\ContactCountry {#2087 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2335 +label: "Norfolk, Ile" +value: "425" +data: App\Entity\ContactCountry {#2088 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +label: "Norvège" +value: "426" +data: App\Entity\ContactCountry {#2089 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +label: "Nouvelle-Calédonie" +value: "427" +data: App\Entity\ContactCountry {#2090 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +label: "Nouvelle-Zélande" +value: "428" +data: App\Entity\ContactCountry {#2091 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +label: "Oman" +value: "429" +data: App\Entity\ContactCountry {#2092 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2340 +label: "Ouganda" +value: "430" +data: App\Entity\ContactCountry {#2093 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2341 +label: "Ouzbékistan" +value: "431" +data: App\Entity\ContactCountry {#2094 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2342 +label: "Pakistan" +value: "432" +data: App\Entity\ContactCountry {#2095 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2343 +label: "Palaos" +value: "433" +data: App\Entity\ContactCountry {#2096 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2344 +label: "Palestine, Etat de" +value: "434" +data: App\Entity\ContactCountry {#2097 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "Panama" +value: "435" +data: App\Entity\ContactCountry {#2098 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "Papouasie-Nouvelle-Guinée" +value: "436" +data: App\Entity\ContactCountry {#2099 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +label: "Paraguay" +value: "437" +data: App\Entity\ContactCountry {#2100 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +label: "Pays-Bas" +value: "438" +data: App\Entity\ContactCountry {#2101 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +label: "Pays inconnu" +value: "439" +data: App\Entity\ContactCountry {#2102 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +label: "Pays multiples" +value: "440" +data: App\Entity\ContactCountry {#2103 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "Pérou" +value: "441" +data: App\Entity\ContactCountry {#2104 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "Philippines" +value: "442" +data: App\Entity\ContactCountry {#2105 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "Pitcairn" +value: "443" +data: App\Entity\ContactCountry {#2106 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "Pologne" +value: "444" +data: App\Entity\ContactCountry {#2107 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +label: "Polynésie française" +value: "445" +data: App\Entity\ContactCountry {#2108 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "Porto Rico" +value: "446" +data: App\Entity\ContactCountry {#2109 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2357 +label: "Portugal" +value: "447" +data: App\Entity\ContactCountry {#2110 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2358 +label: "Qatar" +value: "448" +data: App\Entity\ContactCountry {#2111 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2359 +label: "République arabe syrienne" +value: "449" +data: App\Entity\ContactCountry {#2112 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2360 +label: "République centrafricaine" +value: "450" +data: App\Entity\ContactCountry {#2113 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2361 +label: "Réunion" +value: "451" +data: App\Entity\ContactCountry {#2114 …} +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2362 +label: "Roumanie" +value: "452" +data: App\Entity\ContactCountry {#2115 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +label: "Royaume-Uni de Grande-Bretagne et d'Irlande du Nord" +value: "453" +data: App\Entity\ContactCountry {#2116 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +label: "Russie, Fédération de" +value: "454" +data: App\Entity\ContactCountry {#2117 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +label: "Rwanda" +value: "455" +data: App\Entity\ContactCountry {#2118 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +label: "Sahara occidental" +value: "456" +data: App\Entity\ContactCountry {#2119 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "Saint-Barthélemy" +value: "457" +data: App\Entity\ContactCountry {#2120 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +label: "Saint-Kitts-et-Nevis" +value: "458" +data: App\Entity\ContactCountry {#2121 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +label: "Saint-Marin" +value: "459" +data: App\Entity\ContactCountry {#2122 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +label: "Saint-Martin (partie française)" +value: "460" +data: App\Entity\ContactCountry {#2123 …} +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +label: "Saint-Martin (partie néerlandaise)" +value: "461" +data: App\Entity\ContactCountry {#2124 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +label: "Saint-Pierre-et-Miquelon" +value: "462" +data: App\Entity\ContactCountry {#2125 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +label: "Vatican / Saint-Siège" +value: "463" +data: App\Entity\ContactCountry {#2126 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2374 +label: "Saint-Vincent-et-les-Grenadines" +value: "464" +data: App\Entity\ContactCountry {#2127 …} +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2375 +label: "Sainte-Hélène, Ascension et Tristan da Cunha" +value: "465" +data: App\Entity\ContactCountry {#2128 …} +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2376 +label: "Sainte-Lucie" +value: "466" +data: App\Entity\ContactCountry {#2129 …} +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +label: "Salomon, Iles" +value: "467" +data: App\Entity\ContactCountry {#2130 …} +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "Samoa" +value: "468" +data: App\Entity\ContactCountry {#2131 …} +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "Samoa américaines" +value: "469" +data: App\Entity\ContactCountry {#2132 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +label: "Sao Tomé-et-Principe" +value: "470" +data: App\Entity\ContactCountry {#2133 …} +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "Sénégal" +value: "471" +data: App\Entity\ContactCountry {#2134 …} +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2382 +label: "Serbie" +value: "472" +data: App\Entity\ContactCountry {#2135 …} +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2383 +label: "Seychelles" +value: "473" +data: App\Entity\ContactCountry {#2136 …} +attr: [] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2384 +label: "Sierra Leone" +value: "474" +data: App\Entity\ContactCountry {#2137 …} +attr: [] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2385 +label: "Singapour" +value: "475" +data: App\Entity\ContactCountry {#2138 …} +attr: [] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +label: "Slovaquie" +value: "476" +data: App\Entity\ContactCountry {#2139 …} +attr: [] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +label: "Slovénie" +value: "477" +data: App\Entity\ContactCountry {#2140 …} +attr: [] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2388 +label: "Somalie" +value: "478" +data: App\Entity\ContactCountry {#2141 …} +attr: [] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2389 +label: "Soudan" +value: "479" +data: App\Entity\ContactCountry {#2142 …} +attr: [] +labelTranslationParameters: [] } 480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +label: "Soudan du Sud" +value: "480" +data: App\Entity\ContactCountry {#2143 …} +attr: [] +labelTranslationParameters: [] } 481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2391 +label: "Sri Lanka" +value: "481" +data: App\Entity\ContactCountry {#2144 …} +attr: [] +labelTranslationParameters: [] } 482 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2392 +label: "Suède" +value: "482" +data: App\Entity\ContactCountry {#2145 …} +attr: [] +labelTranslationParameters: [] } 483 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2393 +label: "Suisse" +value: "483" +data: App\Entity\ContactCountry {#2146 …} +attr: [] +labelTranslationParameters: [] } 484 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2394 +label: "Suriname" +value: "484" +data: App\Entity\ContactCountry {#2147 …} +attr: [] +labelTranslationParameters: [] } 485 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2395 +label: "Svalbard et île Jan Mayen" +value: "485" +data: App\Entity\ContactCountry {#2148 …} +attr: [] +labelTranslationParameters: [] } 486 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2396 +label: "Swaziland" +value: "486" +data: App\Entity\ContactCountry {#2149 …} +attr: [] +labelTranslationParameters: [] } 487 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2397 +label: "Tadjikistan" +value: "487" +data: App\Entity\ContactCountry {#2150 …} +attr: [] +labelTranslationParameters: [] } 488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2398 +label: "Taïwan, Province de Chine" +value: "488" +data: App\Entity\ContactCountry {#2151 …} +attr: [] +labelTranslationParameters: [] } 489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2399 +label: "Tanzanie, République unie de" +value: "489" +data: App\Entity\ContactCountry {#2152 …} +attr: [] +labelTranslationParameters: [] } 490 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2400 +label: "Tchad" +value: "490" +data: App\Entity\ContactCountry {#2153 …} +attr: [] +labelTranslationParameters: [] } 491 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2401 +label: "Tchécoslovaquie" +value: "491" +data: App\Entity\ContactCountry {#2154 …} +attr: [] +labelTranslationParameters: [] } 492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2402 +label: "Tchèque, République" +value: "492" +data: App\Entity\ContactCountry {#2155 …} +attr: [] +labelTranslationParameters: [] } 493 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2403 +label: "Terres australes françaises" +value: "493" +data: App\Entity\ContactCountry {#2156 …} +attr: [] +labelTranslationParameters: [] } 494 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "Thaïlande" +value: "494" +data: App\Entity\ContactCountry {#2157 …} +attr: [] +labelTranslationParameters: [] } 495 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2405 +label: "Timor-Leste" +value: "495" +data: App\Entity\ContactCountry {#2158 …} +attr: [] +labelTranslationParameters: [] } 496 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "Togo" +value: "496" +data: App\Entity\ContactCountry {#2159 …} +attr: [] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "Tokelau" +value: "497" +data: App\Entity\ContactCountry {#2160 …} +attr: [] +labelTranslationParameters: [] } 498 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "Tonga" +value: "498" +data: App\Entity\ContactCountry {#2161 …} +attr: [] +labelTranslationParameters: [] } 499 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "Trinité-et-Tobago" +value: "499" +data: App\Entity\ContactCountry {#2162 …} +attr: [] +labelTranslationParameters: [] } 500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "Tunisie" +value: "500" +data: App\Entity\ContactCountry {#2163 …} +attr: [] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "Turkménistan" +value: "501" +data: App\Entity\ContactCountry {#2164 …} +attr: [] +labelTranslationParameters: [] } 502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "Turks-et-Caïcos (Îles)" +value: "502" +data: App\Entity\ContactCountry {#2165 …} +attr: [] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "Turquie" +value: "503" +data: App\Entity\ContactCountry {#2166 …} +attr: [] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "Tuvalu" +value: "504" +data: App\Entity\ContactCountry {#2167 …} +attr: [] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "Ukraine" +value: "505" +data: App\Entity\ContactCountry {#2168 …} +attr: [] +labelTranslationParameters: [] } 506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "URSS" +value: "506" +data: App\Entity\ContactCountry {#2169 …} +attr: [] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "Uruguay" +value: "507" +data: App\Entity\ContactCountry {#2170 …} +attr: [] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2418 +label: "Vanuatu" +value: "508" +data: App\Entity\ContactCountry {#2171 …} +attr: [] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2419 +label: "Venezuela (République bolivarienne du)" +value: "509" +data: App\Entity\ContactCountry {#2172 …} +attr: [] +labelTranslationParameters: [] } 510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "Viet Nam" +value: "510" +data: App\Entity\ContactCountry {#2173 …} +attr: [] +labelTranslationParameters: [] } 511 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "Viet Nam (Sud)" +value: "511" +data: App\Entity\ContactCountry {#2174 …} +attr: [] +labelTranslationParameters: [] } 512 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "Wallis et Futuna" +value: "512" +data: App\Entity\ContactCountry {#2175 …} +attr: [] +labelTranslationParameters: [] } 513 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "Yémen" +value: "513" +data: App\Entity\ContactCountry {#2176 …} +attr: [] +labelTranslationParameters: [] } 514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "Yougoslavie" +value: "514" +data: App\Entity\ContactCountry {#2177 …} +attr: [] +labelTranslationParameters: [] } 515 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2425 +label: "Zaïre" +value: "515" +data: App\Entity\ContactCountry {#2178 …} +attr: [] +labelTranslationParameters: [] } 516 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "Zambie" +value: "516" +data: App\Entity\ContactCountry {#2179 …} +attr: [] +labelTranslationParameters: [] } 517 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "Zimbabwe" +value: "517" +data: App\Entity\ContactCountry {#2180 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1878 -form: Symfony\Component\Form\Form {#1801 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1879 …5} |
| full_name | "contact_form[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_country" |
| is_selected | Closure($choice, $value) {#2429 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Pays" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | "country" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | "Contact" |
| unique_block_prefix | "_contact_form_country" |
| valid | true |
| value | "" |
product
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
false
|
| class | "App\Entity\Product\ProductGlobal" |
same as passed value |
| label | "Produit" |
same as passed value |
| placeholder | "Choisissez le produit" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1690 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1691 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1730 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1695 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1733 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1725 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1734 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1722 …} } |
| choices | null |
| class | "App\Entity\Product\ProductGlobal" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Container8APSErT\EntityManagerGhostEbeb667 {#153 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1699 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container8APSErT\EntityManagerGhostEbeb667 {#153 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1696 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Produit" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Choisissez le produit" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#1737 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_contact_form_product" ] |
| cache_key | "_contact_form_product_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "Stand alone cervical cage ACIFBOXd" +value: "1" +data: App\Entity\Product\ProductGlobal {#2440 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "Posterior osteosynthesis system MONT BLANC" +value: "2" +data: App\Entity\Product\ProductGlobal {#2650 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3048 +label: "Hydroxyapatite nanoparticle gel NEVE" +value: "4" +data: App\Entity\Product\ProductGlobal {#2677 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3066 +label: "Posterior osteosynthesis system VEOS TITANIUM" +value: "6" +data: App\Entity\Product\ProductGlobal {#2701 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3082 +label: "Posterior semi-rigid osteosynthesis system VEOS PEEK-OPTIMA™ Image Contrast" +value: "10" +data: App\Entity\Product\ProductGlobal {#2746 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3098 +label: "Side-loading posterior osteosynthesis system KAPHORN" +value: "11" +data: App\Entity\Product\ProductGlobal {#2767 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3114 +label: "Minimal invasive posterior osteosynthesis system MONT BLANC MIS" +value: "12" +data: App\Entity\Product\ProductGlobal {#2788 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3132 +label: "Lumbar prosthesis LP-ESP" +value: "14" +data: App\Entity\Product\ProductGlobal {#2806 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3148 +label: "Cervical prosthesis CP-ESP" +value: "15" +data: App\Entity\Product\ProductGlobal {#2830 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +label: "Lumbar cage TWIN PEAKS TLIF CURVED" +value: "16" +data: App\Entity\Product\ProductGlobal {#2851 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +label: "Cervical plate ACIFBOX" +value: "17" +data: App\Entity\Product\ProductGlobal {#2872 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3196 +label: "Cervical plate-cage ACIFBOX" +value: "18" +data: App\Entity\Product\ProductGlobal {#2893 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3212 +label: "Cervical cage ACIFBOX" +value: "19" +data: App\Entity\Product\ProductGlobal {#2914 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3228 +label: "Lumbar cage TWIN PEAKS TLIF OBLIQUE" +value: "20" +data: App\Entity\Product\ProductGlobal {#2935 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3244 +label: "Secured Cervical cage ACIFBOX" +value: "21" +data: App\Entity\Product\ProductGlobal {#2956 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2430 -form: Symfony\Component\Form\Form {#1794 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2431 …5} |
| full_name | "contact_form[product]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_product" |
| is_selected | Closure($choice, $value) {#3258 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Produit" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "product" |
| placeholder | "Choisissez le produit" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_product" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b6d85bf5ed09934127c31217644c9.vOaLPiwH4ZK2Ld2-wns0pLX4DtoYMn3gDTAouhajjfw.-7fxTUo3s9DGbISGtiIAxsaiO-hdBBC1O1cY927798733tIIdkvWp_t4rg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "b6d85bf5ed09934127c31217644c9.vOaLPiwH4ZK2Ld2-wns0pLX4DtoYMn3gDTAouhajjfw.-7fxTUo3s9DGbISGtiIAxsaiO-hdBBC1O1cY927798733tIIdkvWp_t4rg" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#327 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#328 …} -namespace: Closure() {#233 …} } |
| data | "b6d85bf5ed09934127c31217644c9.vOaLPiwH4ZK2Ld2-wns0pLX4DtoYMn3gDTAouhajjfw.-7fxTUo3s9DGbISGtiIAxsaiO-hdBBC1O1cY927798733tIIdkvWp_t4rg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3270 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() {#3271 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#331 …} $message: Closure() {#2444 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "b6d85bf5ed09934127c31217644c9.vOaLPiwH4ZK2Ld2-wns0pLX4DtoYMn3gDTAouhajjfw.-7fxTUo3s9DGbISGtiIAxsaiO-hdBBC1O1cY927798733tIIdkvWp_t4rg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3281 -form: Symfony\Component\Form\Form {#3277 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3272 …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 | "b6d85bf5ed09934127c31217644c9.vOaLPiwH4ZK2Ld2-wns0pLX4DtoYMn3gDTAouhajjfw.-7fxTUo3s9DGbISGtiIAxsaiO-hdBBC1O1cY927798733tIIdkvWp_t4rg" |