Forms
-
contacto_form
-
nombre
-
email
-
country
-
telefono
-
mensaje
-
_token
-
contacto_form
Form type:
"App\Form\ContactoForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contacto {#513 -id: null -nombre: null -email: null -telefono: null -mensaje: null -country: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Contacto {#513 -id: null -nombre: null -email: null -telefono: null -mensaje: null -country: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "flex flex-wrap w-full" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| class | "App\Entity\Contacto" |
| col | "w-full" |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#444 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#58 …} -logger: Monolog\Logger {#162 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#448 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data | App\Entity\Contacto {#513 -id: null -nombre: null -email: null -telefono: null -mensaje: null -country: null } |
| data_class | "App\Entity\Contacto" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#680 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contacto" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#682 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#535 …} $message: Closure() {#681 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "flex flex-wrap w-full" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contacto_form" "_contacto_form" ] |
| cache_key | "_contacto_form_contacto_form" |
| col | "w-full" |
| compound | true |
| data | App\Entity\Contacto {#513 -id: null -nombre: null -email: null -telefono: null -mensaje: null -country: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#864 -errors: [] -form: Symfony\Component\Form\Form {#869 …} } |
| form | Symfony\Component\Form\FormView {#683 …5} |
| full_name | "contacto_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contacto_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_form" |
| valid | true |
| value | App\Entity\Contacto {#513 -id: null -nombre: null -email: null -telefono: null -mensaje: null -country: null } |
nombre
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 |
|---|---|---|
| label | "Nombre completo" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| col | "w-full" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#444 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#58 …} -logger: Monolog\Logger {#162 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#448 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#782 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 | "Nombre completo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#784 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#535 …} $message: Closure() {#783 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contacto_form_nombre" ] |
| cache_key | "_contacto_form_nombre_text" |
| col | "w-full" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#785 -errors: [] -form: Symfony\Component\Form\Form {#872 …} } |
| form | Symfony\Component\Form\FormView {#794 …5} |
| full_name | "contacto_form[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_nombre" |
| label | "Nombre completo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nombre" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_form_nombre" |
| 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 |
|---|---|---|
| label | "Correo electrónico" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| col | "w-full" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#444 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#58 …} -logger: Monolog\Logger {#162 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#448 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#791 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 | "Correo electrónico" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#793 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#535 …} $message: Closure() {#792 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contacto_form_email" ] |
| cache_key | "_contacto_form_email_text" |
| col | "w-full" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#888 -errors: [] -form: Symfony\Component\Form\Form {#875 …} } |
| form | Symfony\Component\Form\FormView {#890 …5} |
| full_name | "contacto_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_email" |
| label | "Correo electrónico" |
| label_attr | [] |
| 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 | "_contacto_form_email" |
| 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 | App\Entity\Country {#742 -id: 144 -iso: "MX" -name: "MEXICO" -nicename: "Mexico" -iso3: "MEX" -numcode: 484 -phonecode: 52 -contactos: Doctrine\ORM\PersistentCollection {#781 …} } |
| View Format |
"144"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure(Country $country) {#689 class: "App\Form\ContactoForm" this: App\Form\ContactoForm {#534 …} } |
same as passed value |
| choice_value | "id" |
same as passed value |
| class | "App\Entity\Country" |
same as passed value |
| col | "w.full md:w-1/4 lg:w-1/5" |
same as passed value |
| data | App\Entity\Country {#742 -id: 144 -iso: "MX" -name: "MEXICO" -nicename: "Mexico" -iso3: "MEX" -numcode: 484 -phonecode: 52 -contactos: Doctrine\ORM\PersistentCollection {#781 …} } |
same as passed value |
| label | "País" |
same as passed value |
| preferred_choices | Closure(Country $country) {#713 class: "App\Form\ContactoForm" this: App\Form\ContactoForm {#534 …} } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Country $country) {#689 class: "App\Form\ContactoForm" this: App\Form\ContactoForm {#534 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#835 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#827 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#836 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#837 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | "id" |
| choices | null |
| class | "App\Entity\Country" |
| col | "w.full md:w-1/4 lg:w-1/5" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#444 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#58 …} -logger: Monolog\Logger {#162 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#448 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data | App\Entity\Country {#742 -id: 144 -iso: "MX" -name: "MEXICO" -nicename: "Mexico" -iso3: "MEX" -numcode: 484 -phonecode: 52 -contactos: Doctrine\ORM\PersistentCollection {#781 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#355 …11} |
| 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 {#830 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#355 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#711 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "País" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | Closure(Country $country) {#713 class: "App\Form\ContactoForm" this: App\Form\ContactoForm {#534 …} } |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#535 …} $message: Closure() {#824 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_contacto_form_country" ] |
| cache_key | "_contacto_form_country_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#892 +data: App\Entity\Country {#1003 …} +value: "1" +label: "Afghanistan +93" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#916 +data: App\Entity\Country {#1014 …} +value: "2" +label: "Albania +355" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1007 +data: App\Entity\Country {#1011 …} +value: "3" +label: "Algeria +213" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1008 +data: App\Entity\Country {#1020 …} +value: "4" +label: "American Samoa +1684" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1016 +data: App\Entity\Country {#1023 …} +value: "5" +label: "Andorra +376" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#913 +data: App\Entity\Country {#1026 …} +value: "6" +label: "Angola +244" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1005 +data: App\Entity\Country {#1029 …} +value: "7" +label: "Anguilla +1264" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#921 +data: App\Entity\Country {#1032 …} +value: "8" +label: "Antarctica +0" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1006 +data: App\Entity\Country {#1035 …} +value: "9" +label: "Antigua and Barbuda +1268" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#917 +data: App\Entity\Country {#1038 …} +value: "10" +label: "Argentina +54" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#918 +data: App\Entity\Country {#1041 …} +value: "11" +label: "Armenia +374" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1755 +data: App\Entity\Country {#1044 …} +value: "12" +label: "Aruba +297" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1756 +data: App\Entity\Country {#1047 …} +value: "13" +label: "Australia +61" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1757 +data: App\Entity\Country {#1050 …} +value: "14" +label: "Austria +43" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1758 +data: App\Entity\Country {#1053 …} +value: "15" +label: "Azerbaijan +994" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1759 +data: App\Entity\Country {#1056 …} +value: "16" +label: "Bahamas +1242" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1760 +data: App\Entity\Country {#1059 …} +value: "17" +label: "Bahrain +973" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1761 +data: App\Entity\Country {#1062 …} +value: "18" +label: "Bangladesh +880" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1762 +data: App\Entity\Country {#1065 …} +value: "19" +label: "Barbados +1246" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1763 +data: App\Entity\Country {#1068 …} +value: "20" +label: "Belarus +375" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1764 +data: App\Entity\Country {#1071 …} +value: "21" +label: "Belgium +32" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1765 +data: App\Entity\Country {#1074 …} +value: "22" +label: "Belize +501" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1766 +data: App\Entity\Country {#1077 …} +value: "23" +label: "Benin +229" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1767 +data: App\Entity\Country {#1080 …} +value: "24" +label: "Bermuda +1441" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1768 +data: App\Entity\Country {#1083 …} +value: "25" +label: "Bhutan +975" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1769 +data: App\Entity\Country {#1086 …} +value: "26" +label: "Bolivia +591" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1770 +data: App\Entity\Country {#1089 …} +value: "27" +label: "Bonaire, Sint Eustatius and Saba +599" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1771 +data: App\Entity\Country {#1092 …} +value: "28" +label: "Bosnia and Herzegovina +387" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1772 +data: App\Entity\Country {#1095 …} +value: "29" +label: "Botswana +267" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1773 +data: App\Entity\Country {#1098 …} +value: "30" +label: "Bouvet Island +0" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1774 +data: App\Entity\Country {#1101 …} +value: "31" +label: "Brazil +55" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1775 +data: App\Entity\Country {#1104 …} +value: "32" +label: "British Indian Ocean Territory +246" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1776 +data: App\Entity\Country {#1107 …} +value: "33" +label: "Brunei Darussalam +673" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1777 +data: App\Entity\Country {#1110 …} +value: "34" +label: "Bulgaria +359" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1778 +data: App\Entity\Country {#1113 …} +value: "35" +label: "Burkina Faso +226" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1779 +data: App\Entity\Country {#1116 …} +value: "36" +label: "Burundi +257" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1780 +data: App\Entity\Country {#1119 …} +value: "37" +label: "Cabo Verde +238" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1781 +data: App\Entity\Country {#1122 …} +value: "38" +label: "Cambodia +855" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1782 +data: App\Entity\Country {#1125 …} +value: "39" +label: "Cameroon +237" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1783 +data: App\Entity\Country {#1128 …} +value: "40" +label: "Canada +1" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1784 +data: App\Entity\Country {#1131 …} +value: "41" +label: "Cayman Islands +1345" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1785 +data: App\Entity\Country {#1134 …} +value: "42" +label: "Central African Republic +236" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1786 +data: App\Entity\Country {#1137 …} +value: "43" +label: "Chad +235" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1787 +data: App\Entity\Country {#1140 …} +value: "44" +label: "Chile +56" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1788 +data: App\Entity\Country {#1143 …} +value: "45" +label: "China +86" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1789 +data: App\Entity\Country {#1146 …} +value: "46" +label: "Christmas Island +61" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1790 +data: App\Entity\Country {#1149 …} +value: "47" +label: "Cocos (Keeling) Islands +61" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1791 +data: App\Entity\Country {#1152 …} +value: "48" +label: "Colombia +57" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1792 +data: App\Entity\Country {#1155 …} +value: "49" +label: "Comoros +269" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1793 +data: App\Entity\Country {#1158 …} +value: "50" +label: "Congo +242" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1794 +data: App\Entity\Country {#1161 …} +value: "51" +label: "Congo, the Democratic Republic of the +243" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1795 +data: App\Entity\Country {#1164 …} +value: "52" +label: "Cook Islands +682" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1796 +data: App\Entity\Country {#1167 …} +value: "53" +label: "Costa Rica +506" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1797 +data: App\Entity\Country {#1170 …} +value: "54" +label: "Côte d'Ivoire +225" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1798 +data: App\Entity\Country {#1173 …} +value: "55" +label: "Croatia +385" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1799 +data: App\Entity\Country {#1176 …} +value: "56" +label: "Cuba +53" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1800 +data: App\Entity\Country {#1179 …} +value: "57" +label: "Curaçao +599" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1801 +data: App\Entity\Country {#1182 …} +value: "58" +label: "Cyprus +357" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1802 +data: App\Entity\Country {#1185 …} +value: "59" +label: "Czechia +420" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1803 +data: App\Entity\Country {#1188 …} +value: "60" +label: "Denmark +45" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1804 +data: App\Entity\Country {#1191 …} +value: "61" +label: "Djibouti +253" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1805 +data: App\Entity\Country {#1194 …} +value: "62" +label: "Dominica +1767" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1806 +data: App\Entity\Country {#1197 …} +value: "63" +label: "Dominican Republic +1809" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1807 +data: App\Entity\Country {#1200 …} +value: "64" +label: "Ecuador +593" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1808 +data: App\Entity\Country {#1203 …} +value: "65" +label: "Egypt +20" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1809 +data: App\Entity\Country {#1206 …} +value: "66" +label: "El Salvador +503" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1810 +data: App\Entity\Country {#1209 …} +value: "67" +label: "Equatorial Guinea +240" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1811 +data: App\Entity\Country {#1212 …} +value: "68" +label: "Eritrea +291" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1812 +data: App\Entity\Country {#1215 …} +value: "69" +label: "Estonia +372" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1813 +data: App\Entity\Country {#1218 …} +value: "70" +label: "Eswatini +268" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1814 +data: App\Entity\Country {#1221 …} +value: "71" +label: "Ethiopia +251" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1815 +data: App\Entity\Country {#1224 …} +value: "72" +label: "Falkland Islands (Malvinas) +500" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1816 +data: App\Entity\Country {#1227 …} +value: "73" +label: "Faroe Islands +298" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1817 +data: App\Entity\Country {#1230 …} +value: "74" +label: "Fiji +679" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1818 +data: App\Entity\Country {#1233 …} +value: "75" +label: "Finland +358" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1819 +data: App\Entity\Country {#1236 …} +value: "76" +label: "France +33" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1820 +data: App\Entity\Country {#1239 …} +value: "77" +label: "French Guiana +594" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1821 +data: App\Entity\Country {#1242 …} +value: "78" +label: "French Polynesia +689" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1822 +data: App\Entity\Country {#1245 …} +value: "79" +label: "French Southern Territories +0" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1823 +data: App\Entity\Country {#1248 …} +value: "80" +label: "Gabon +241" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1824 +data: App\Entity\Country {#1251 …} +value: "81" +label: "Gambia +220" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1825 +data: App\Entity\Country {#1254 …} +value: "82" +label: "Georgia +995" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1826 +data: App\Entity\Country {#1257 …} +value: "83" +label: "Germany +49" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1827 +data: App\Entity\Country {#1260 …} +value: "84" +label: "Ghana +233" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1828 +data: App\Entity\Country {#1263 …} +value: "85" +label: "Gibraltar +350" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1829 +data: App\Entity\Country {#1266 …} +value: "86" +label: "Greece +30" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1830 +data: App\Entity\Country {#1269 …} +value: "87" +label: "Greenland +299" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1831 +data: App\Entity\Country {#1272 …} +value: "88" +label: "Grenada +1473" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1832 +data: App\Entity\Country {#1275 …} +value: "89" +label: "Guadeloupe +590" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1833 +data: App\Entity\Country {#1278 …} +value: "90" +label: "Guam +1671" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1834 +data: App\Entity\Country {#1281 …} +value: "91" +label: "Guatemala +502" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1835 +data: App\Entity\Country {#1284 …} +value: "92" +label: "Guernsey +44" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1836 +data: App\Entity\Country {#1287 …} +value: "93" +label: "Guinea +224" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1837 +data: App\Entity\Country {#1290 …} +value: "94" +label: "Guinea-Bissau +245" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1838 +data: App\Entity\Country {#1293 …} +value: "95" +label: "Guyana +592" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1839 +data: App\Entity\Country {#1296 …} +value: "96" +label: "Haiti +509" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1840 +data: App\Entity\Country {#1299 …} +value: "97" +label: "Heard Island and McDonald Islands +0" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1841 +data: App\Entity\Country {#1302 …} +value: "98" +label: "Holy See +379" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1842 +data: App\Entity\Country {#1305 …} +value: "99" +label: "Honduras +504" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1843 +data: App\Entity\Country {#1308 …} +value: "100" +label: "Hong Kong +852" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1844 +data: App\Entity\Country {#1311 …} +value: "101" +label: "Hungary +36" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1845 +data: App\Entity\Country {#1314 …} +value: "102" +label: "Iceland +354" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1846 +data: App\Entity\Country {#1317 …} +value: "103" +label: "India +91" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1847 +data: App\Entity\Country {#1320 …} +value: "104" +label: "Indonesia +62" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1848 +data: App\Entity\Country {#1323 …} +value: "105" +label: "Iran, Islamic Republic of +98" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1849 +data: App\Entity\Country {#1326 …} +value: "106" +label: "Iraq +964" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1850 +data: App\Entity\Country {#1329 …} +value: "107" +label: "Ireland +353" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1851 +data: App\Entity\Country {#1332 …} +value: "108" +label: "Isle of Man +44" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1852 +data: App\Entity\Country {#1335 …} +value: "109" +label: "Israel +972" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1853 +data: App\Entity\Country {#1338 …} +value: "110" +label: "Italy +39" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1854 +data: App\Entity\Country {#1341 …} +value: "111" +label: "Jamaica +1876" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1855 +data: App\Entity\Country {#1344 …} +value: "112" +label: "Japan +81" +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1856 +data: App\Entity\Country {#1347 …} +value: "113" +label: "Jersey +44" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1857 +data: App\Entity\Country {#1350 …} +value: "114" +label: "Jordan +962" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1858 +data: App\Entity\Country {#1353 …} +value: "115" +label: "Kazakhstan +7" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1859 +data: App\Entity\Country {#1356 …} +value: "116" +label: "Kenya +254" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1860 +data: App\Entity\Country {#1359 …} +value: "117" +label: "Kiribati +686" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1861 +data: App\Entity\Country {#1362 …} +value: "118" +label: "Korea, Democratic People's Republic of +850" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1862 +data: App\Entity\Country {#1365 …} +value: "119" +label: "Korea, Republic of +82" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1863 +data: App\Entity\Country {#1368 …} +value: "120" +label: "Kosovo +383" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1864 +data: App\Entity\Country {#1371 …} +value: "121" +label: "Kuwait +965" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1865 +data: App\Entity\Country {#1374 …} +value: "122" +label: "Kyrgyzstan +996" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1866 +data: App\Entity\Country {#1377 …} +value: "123" +label: "Lao People's Democratic Republic +856" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1867 +data: App\Entity\Country {#1380 …} +value: "124" +label: "Latvia +371" +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1868 +data: App\Entity\Country {#1383 …} +value: "125" +label: "Lebanon +961" +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1869 +data: App\Entity\Country {#1386 …} +value: "126" +label: "Lesotho +266" +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1870 +data: App\Entity\Country {#1389 …} +value: "127" +label: "Liberia +231" +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1871 +data: App\Entity\Country {#1392 …} +value: "128" +label: "Libya +218" +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1872 +data: App\Entity\Country {#1395 …} +value: "129" +label: "Liechtenstein +423" +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1873 +data: App\Entity\Country {#1398 …} +value: "130" +label: "Lithuania +370" +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1874 +data: App\Entity\Country {#1401 …} +value: "131" +label: "Luxembourg +352" +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1875 +data: App\Entity\Country {#1404 …} +value: "132" +label: "Macao +853" +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1876 +data: App\Entity\Country {#1407 …} +value: "133" +label: "Madagascar +261" +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1877 +data: App\Entity\Country {#1410 …} +value: "134" +label: "Malawi +265" +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1878 +data: App\Entity\Country {#1413 …} +value: "135" +label: "Malaysia +60" +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1879 +data: App\Entity\Country {#1416 …} +value: "136" +label: "Maldives +960" +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1880 +data: App\Entity\Country {#1419 …} +value: "137" +label: "Mali +223" +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1881 +data: App\Entity\Country {#1422 …} +value: "138" +label: "Malta +356" +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1882 +data: App\Entity\Country {#1425 …} +value: "139" +label: "Marshall Islands +692" +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1883 +data: App\Entity\Country {#1428 …} +value: "140" +label: "Martinique +596" +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1884 +data: App\Entity\Country {#1431 …} +value: "141" +label: "Mauritania +222" +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1885 +data: App\Entity\Country {#1434 …} +value: "142" +label: "Mauritius +230" +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1886 +data: App\Entity\Country {#1437 …} +value: "143" +label: "Mayotte +262" +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1887 +data: App\Entity\Country {#742 -id: 144 -iso: "MX" -name: "MEXICO" -nicename: "Mexico" -iso3: "MEX" -numcode: 484 -phonecode: 52 -contactos: Doctrine\ORM\PersistentCollection {#781 …} } +value: "144" +label: "Mexico +52" +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1888 +data: App\Entity\Country {#1440 …} +value: "145" +label: "Micronesia, Federated States of +691" +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1889 +data: App\Entity\Country {#1443 …} +value: "146" +label: "Moldova, Republic of +373" +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1890 +data: App\Entity\Country {#1446 …} +value: "147" +label: "Monaco +377" +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1891 +data: App\Entity\Country {#1449 …} +value: "148" +label: "Mongolia +976" +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1892 +data: App\Entity\Country {#1452 …} +value: "149" +label: "Montenegro +382" +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1893 +data: App\Entity\Country {#1455 …} +value: "150" +label: "Montserrat +1664" +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1894 +data: App\Entity\Country {#1458 …} +value: "151" +label: "Morocco +212" +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1895 +data: App\Entity\Country {#1461 …} +value: "152" +label: "Mozambique +258" +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1896 +data: App\Entity\Country {#1464 …} +value: "153" +label: "Myanmar +95" +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1897 +data: App\Entity\Country {#1467 …} +value: "154" +label: "Namibia +264" +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1898 +data: App\Entity\Country {#1470 …} +value: "155" +label: "Nauru +674" +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1899 +data: App\Entity\Country {#1473 …} +value: "156" +label: "Nepal +977" +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1900 +data: App\Entity\Country {#1476 …} +value: "157" +label: "Netherlands +31" +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1901 +data: App\Entity\Country {#1479 …} +value: "158" +label: "New Caledonia +687" +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1902 +data: App\Entity\Country {#1482 …} +value: "159" +label: "New Zealand +64" +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1903 +data: App\Entity\Country {#1485 …} +value: "160" +label: "Nicaragua +505" +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1904 +data: App\Entity\Country {#1488 …} +value: "161" +label: "Niger +227" +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1905 +data: App\Entity\Country {#1491 …} +value: "162" +label: "Nigeria +234" +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1906 +data: App\Entity\Country {#1494 …} +value: "163" +label: "Niue +683" +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1907 +data: App\Entity\Country {#1497 …} +value: "164" +label: "Norfolk Island +672" +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1908 +data: App\Entity\Country {#1500 …} +value: "165" +label: "North Macedonia +389" +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1909 +data: App\Entity\Country {#1503 …} +value: "166" +label: "Northern Mariana Islands +1670" +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1910 +data: App\Entity\Country {#1506 …} +value: "167" +label: "Norway +47" +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1911 +data: App\Entity\Country {#1509 …} +value: "168" +label: "Oman +968" +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1912 +data: App\Entity\Country {#1512 …} +value: "169" +label: "Pakistan +92" +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1913 +data: App\Entity\Country {#1515 …} +value: "170" +label: "Palau +680" +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1914 +data: App\Entity\Country {#1518 …} +value: "171" +label: "Palestine, State of +970" +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1915 +data: App\Entity\Country {#1521 …} +value: "172" +label: "Panama +507" +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1916 +data: App\Entity\Country {#1524 …} +value: "173" +label: "Papua New Guinea +675" +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1917 +data: App\Entity\Country {#1527 …} +value: "174" +label: "Paraguay +595" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1918 +data: App\Entity\Country {#1530 …} +value: "175" +label: "Peru +51" +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1919 +data: App\Entity\Country {#1533 …} +value: "176" +label: "Philippines +63" +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1920 +data: App\Entity\Country {#1536 …} +value: "177" +label: "Pitcairn +64" +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1921 +data: App\Entity\Country {#1539 …} +value: "178" +label: "Poland +48" +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1922 +data: App\Entity\Country {#1542 …} +value: "179" +label: "Portugal +351" +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1923 +data: App\Entity\Country {#1545 …} +value: "180" +label: "Puerto Rico +1787" +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1924 +data: App\Entity\Country {#1548 …} +value: "181" +label: "Qatar +974" +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1925 +data: App\Entity\Country {#1551 …} +value: "182" +label: "Réunion +262" +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1926 +data: App\Entity\Country {#1554 …} +value: "183" +label: "Romania +40" +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1927 +data: App\Entity\Country {#1557 …} +value: "184" +label: "Russian Federation +7" +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1928 +data: App\Entity\Country {#1560 …} +value: "185" +label: "Rwanda +250" +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1929 +data: App\Entity\Country {#1563 …} +value: "186" +label: "Saint Barthélemy +590" +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1930 +data: App\Entity\Country {#1566 …} +value: "187" +label: "Saint Helena, Ascension and Tristan da Cunha +290" +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1931 +data: App\Entity\Country {#1569 …} +value: "188" +label: "Saint Kitts and Nevis +1869" +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1932 +data: App\Entity\Country {#1572 …} +value: "189" +label: "Saint Lucia +1758" +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1933 +data: App\Entity\Country {#1575 …} +value: "190" +label: "Saint Martin (French part) +590" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1934 +data: App\Entity\Country {#1578 …} +value: "191" +label: "Saint Pierre and Miquelon +508" +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1935 +data: App\Entity\Country {#1581 …} +value: "192" +label: "Saint Vincent and the Grenadines +1784" +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1936 +data: App\Entity\Country {#1584 …} +value: "193" +label: "Samoa +685" +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1937 +data: App\Entity\Country {#1587 …} +value: "194" +label: "San Marino +378" +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1938 +data: App\Entity\Country {#1590 …} +value: "195" +label: "Sao Tome and Principe +239" +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1939 +data: App\Entity\Country {#1593 …} +value: "196" +label: "Saudi Arabia +966" +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1940 +data: App\Entity\Country {#1596 …} +value: "197" +label: "Senegal +221" +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1941 +data: App\Entity\Country {#1599 …} +value: "198" +label: "Serbia +381" +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1942 +data: App\Entity\Country {#1602 …} +value: "199" +label: "Seychelles +248" +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1943 +data: App\Entity\Country {#1605 …} +value: "200" +label: "Sierra Leone +232" +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1944 +data: App\Entity\Country {#1608 …} +value: "201" +label: "Singapore +65" +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1945 +data: App\Entity\Country {#1611 …} +value: "202" +label: "Sint Maarten (Dutch part) +1721" +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1946 +data: App\Entity\Country {#1614 …} +value: "203" +label: "Slovakia +421" +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1947 +data: App\Entity\Country {#1617 …} +value: "204" +label: "Slovenia +386" +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1948 +data: App\Entity\Country {#1620 …} +value: "205" +label: "Solomon Islands +677" +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1949 +data: App\Entity\Country {#1623 …} +value: "206" +label: "Somalia +252" +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1950 +data: App\Entity\Country {#1626 …} +value: "207" +label: "South Africa +27" +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1951 +data: App\Entity\Country {#1629 …} +value: "208" +label: "South Georgia and the South Sandwich Islands +500" +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1952 +data: App\Entity\Country {#1632 …} +value: "209" +label: "South Sudan +211" +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1953 +data: App\Entity\Country {#1635 …} +value: "210" +label: "Spain +34" +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1954 +data: App\Entity\Country {#1638 …} +value: "211" +label: "Sri Lanka +94" +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1955 +data: App\Entity\Country {#1641 …} +value: "212" +label: "Sudan +249" +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1956 +data: App\Entity\Country {#1644 …} +value: "213" +label: "Suriname +597" +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1957 +data: App\Entity\Country {#1647 …} +value: "214" +label: "Svalbard and Jan Mayen +47" +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1958 +data: App\Entity\Country {#1650 …} +value: "215" +label: "Sweden +46" +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1959 +data: App\Entity\Country {#1653 …} +value: "216" +label: "Switzerland +41" +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1960 +data: App\Entity\Country {#1656 …} +value: "217" +label: "Syrian Arab Republic +963" +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1961 +data: App\Entity\Country {#1659 …} +value: "218" +label: "Taiwan, Province of China +886" +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1962 +data: App\Entity\Country {#1662 …} +value: "219" +label: "Tajikistan +992" +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1963 +data: App\Entity\Country {#1665 …} +value: "220" +label: "Tanzania, United Republic of +255" +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1964 +data: App\Entity\Country {#1668 …} +value: "221" +label: "Thailand +66" +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1965 +data: App\Entity\Country {#1671 …} +value: "222" +label: "Timor-Leste +670" +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1966 +data: App\Entity\Country {#1674 …} +value: "223" +label: "Togo +228" +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1967 +data: App\Entity\Country {#1677 …} +value: "224" +label: "Tokelau +690" +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1968 +data: App\Entity\Country {#1680 …} +value: "225" +label: "Tonga +676" +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1969 +data: App\Entity\Country {#1683 …} +value: "226" +label: "Trinidad and Tobago +1868" +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1970 +data: App\Entity\Country {#1686 …} +value: "227" +label: "Tunisia +216" +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1971 +data: App\Entity\Country {#1689 …} +value: "228" +label: "Türkiye +90" +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1972 +data: App\Entity\Country {#1692 …} +value: "229" +label: "Turkmenistan +993" +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1973 +data: App\Entity\Country {#1695 …} +value: "230" +label: "Turks and Caicos Islands +1649" +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1974 +data: App\Entity\Country {#1698 …} +value: "231" +label: "Tuvalu +688" +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1975 +data: App\Entity\Country {#1701 …} +value: "232" +label: "Uganda +256" +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1976 +data: App\Entity\Country {#1704 …} +value: "233" +label: "Ukraine +380" +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1977 +data: App\Entity\Country {#1707 …} +value: "234" +label: "United Arab Emirates +971" +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1978 +data: App\Entity\Country {#1710 …} +value: "235" +label: "United Kingdom +44" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1979 +data: App\Entity\Country {#1713 …} +value: "236" +label: "United States +1" +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1980 +data: App\Entity\Country {#1716 …} +value: "237" +label: "United States Minor Outlying Islands +1" +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1981 +data: App\Entity\Country {#1719 …} +value: "238" +label: "Uruguay +598" +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1982 +data: App\Entity\Country {#1722 …} +value: "239" +label: "Uzbekistan +998" +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1983 +data: App\Entity\Country {#1725 …} +value: "240" +label: "Vanuatu +678" +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1984 +data: App\Entity\Country {#1728 …} +value: "241" +label: "Venezuela +58" +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1985 +data: App\Entity\Country {#1731 …} +value: "242" +label: "Viet Nam +84" +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1986 +data: App\Entity\Country {#1734 …} +value: "243" +label: "Virgin Islands, British +1284" +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1987 +data: App\Entity\Country {#1737 …} +value: "244" +label: "Virgin Islands, U.S. +1340" +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1988 +data: App\Entity\Country {#1740 …} +value: "245" +label: "Wallis and Futuna +681" +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1989 +data: App\Entity\Country {#1743 …} +value: "246" +label: "Western Sahara +212" +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1990 +data: App\Entity\Country {#1746 …} +value: "247" +label: "Yemen +967" +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1991 +data: App\Entity\Country {#1749 …} +value: "248" +label: "Zambia +260" +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1992 +data: App\Entity\Country {#1752 …} +value: "249" +label: "Zimbabwe +263" +attr: [] +labelTranslationParameters: [] } ] |
| col | "w.full md:w-1/4 lg:w-1/5" |
| compound | false |
| data | App\Entity\Country {#742 -id: 144 -iso: "MX" -name: "MEXICO" -nicename: "Mexico" -iso3: "MEX" -numcode: 484 -phonecode: 52 -contactos: Doctrine\ORM\PersistentCollection {#781 …} } |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#891 -errors: [] -form: Symfony\Component\Form\Form {#878 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#914 …5} |
| full_name | "contacto_form[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_country" |
| is_selected | Closure($choice, $value) {#1994 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "País" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [ 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1783 +data: App\Entity\Country {#1128 …} +value: "40" +label: "Canada +1" +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1887 +data: App\Entity\Country {#742 -id: 144 -iso: "MX" -name: "MEXICO" -nicename: "Mexico" -iso3: "MEX" -numcode: 484 -phonecode: 52 -contactos: Doctrine\ORM\PersistentCollection {#781 …} } +value: "144" +label: "Mexico +52" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1979 +data: App\Entity\Country {#1713 …} +value: "236" +label: "United States +1" +attr: [] +labelTranslationParameters: [] } ] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_form_country" |
| valid | true |
| value | "144" |
telefono
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 |
|---|---|---|
| col | "w.full md:w-3/4 lg:w-4/5" |
same as passed value |
| label | "Número de teléfono" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| col | "w.full md:w-3/4 lg:w-4/5" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#444 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#58 …} -logger: Monolog\Logger {#162 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#448 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#848 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 | "Número de teléfono" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#850 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#535 …} $message: Closure() {#849 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contacto_form_telefono" ] |
| cache_key | "_contacto_form_telefono_text" |
| col | "w.full md:w-3/4 lg:w-4/5" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1993 -errors: [] -form: Symfony\Component\Form\Form {#881 …} } |
| form | Symfony\Component\Form\FormView {#1995 …5} |
| full_name | "contacto_form[telefono]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_telefono" |
| label | "Número de teléfono" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telefono" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_form_telefono" |
| valid | true |
| value | "" |
mensaje
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 |
|---|---|---|
| label | "Mensaje" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| col | "w-full" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#444 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#58 …} -logger: Monolog\Logger {#162 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#448 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#861 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 | "Mensaje" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#863 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#535 …} $message: Closure() {#862 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contacto_form_mensaje" ] |
| cache_key | "_contacto_form_mensaje_textarea" |
| col | "w-full" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1996 -errors: [] -form: Symfony\Component\Form\Form {#884 …} } |
| form | Symfony\Component\Form\FormView {#1997 …5} |
| full_name | "contacto_form[mensaje]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_form_mensaje" |
| label | "Mensaje" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mensaje" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contacto_form_mensaje" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| col | "w-full" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#444 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#58 …} -logger: Monolog\Logger {#162 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#448 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 1 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2001 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() {#2003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#535 …} $message: Closure() {#2002 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contacto_form__token" ] |
| cache_key | "_contacto_form__token_hidden" |
| col | "w-full" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2013 -errors: [] -form: Symfony\Component\Form\Form {#2009 …} } |
| form | Symfony\Component\Form\FormView {#2004 …5} |
| full_name | "contacto_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contacto_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 | "_contacto_form__token" |
| valid | true |
| value | "csrf-token" |