Forms
-
application
-
comment
-
curriculum
-
name
-
last_name
-
email
-
career
-
country
-
university
-
show_all_universities
-
otherUniversity
-
_token
-
application
Form type:
"App\Form\ApplicationType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Application {#481 -id: null -user: null -opportunity: null -application_date: null -comment: null -name: null -last_name: null -email: null -university: null -country: null -career: null -curriculum: null -status: "Pendiente" -otherUniversity: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Application {#481 -id: null -user: null -opportunity: null -application_date: null -comment: null -name: null -last_name: null -email: null -university: null -country: null -career: null -curriculum: null -status: "Pendiente" -otherUniversity: null } |
same as passed value |
| is_authenticated | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | App\Entity\Application {#481 -id: null -user: null -opportunity: null -application_date: null -comment: null -name: null -last_name: null -email: null -university: null -country: null -career: null -curriculum: null -status: "Pendiente" -otherUniversity: null } |
| data_class | "App\Entity\Application" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1288 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Application" } } |
| 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_authenticated | false |
| 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() {#1290 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1289 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "application" "_application" ] |
| cache_key | "_application_application" |
| compound | true |
| data | App\Entity\Application {#481 -id: null -user: null -opportunity: null -application_date: null -comment: null -name: null -last_name: null -email: null -university: null -country: null -career: null -curriculum: null -status: "Pendiente" -otherUniversity: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1602 -errors: [] -form: Symfony\Component\Form\Form {#1607 …} } |
| form | Symfony\Component\Form\FormView {#1291 …5} |
| full_name | "application" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "application" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application" |
| valid | true |
| value | App\Entity\Application {#481 -id: null -user: null -opportunity: null -application_date: null -comment: null -name: null -last_name: null -email: null -university: null -country: null -career: null -curriculum: null -status: "Pendiente" -otherUniversity: null } |
comment
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "rows" => 4 "placeholder" => "Cuéntanos por qué te interesa esta tesis..." "required" => true ] |
[ "rows" => 4 "placeholder" => "Cuéntanos por qué te interesa esta tesis..." "required" => true ] |
| label | "Mensaje para el académico" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => 4 "placeholder" => "Cuéntanos por qué te interesa esta tesis..." "required" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1386 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 para el académico" |
| 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() {#1388 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1387 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 4 "placeholder" => "Cuéntanos por qué te interesa esta tesis..." "required" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_application_comment" ] |
| cache_key | "_application_comment_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1444 -errors: [] -form: Symfony\Component\Form\Form {#1610 …} } |
| form | Symfony\Component\Form\FormView {#1587 …5} |
| full_name | "application[comment]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_comment" |
| label | "Mensaje para el académico" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comment" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application_comment" |
| valid | true |
| value | "" |
curriculum
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\File {#1296 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "application/pdf" ] +filenameMaxLength: null +extensions: [] +filenameCharset: null +filenameCountUnit: "bytes" +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Por favor suba un archivo PDF válido" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +filenameCharsetMessage: "This filename does not match the expected charset." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
[ Symfony\Component\Validator\Constraints\File {#1296 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "application/pdf" ] +filenameMaxLength: null +extensions: [] +filenameCharset: null +filenameCountUnit: "bytes" +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Por favor suba un archivo PDF válido" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +filenameCharsetMessage: "This filename does not match the expected charset." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
| label | "Subir CV (PDF)" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\File {#1296 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "application/pdf" ] +filenameMaxLength: null +extensions: [] +filenameCharset: null +filenameCountUnit: "bytes" +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Por favor suba un archivo PDF válido" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +filenameCharsetMessage: "This filename does not match the expected charset." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 5000000 } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | "Symfony\Component\HttpFoundation\File\File" |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid file." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Subir CV (PDF)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1401 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_application_curriculum" ] |
| cache_key | "_application_curriculum_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1435 -errors: [] -form: Symfony\Component\Form\Form {#1613 …} } |
| form | Symfony\Component\Form\FormView {#1422 …5} |
| full_name | "application[curriculum]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_curriculum" |
| label | "Subir CV (PDF)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "curriculum" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_application_curriculum" |
| 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 |
|---|---|---|
| label | "Nombre" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1410 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" |
| 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() {#1412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1411 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_application_name" ] |
| cache_key | "_application_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1413 -errors: [] -form: Symfony\Component\Form\Form {#1616 …} } |
| form | Symfony\Component\Form\FormView {#1403 …5} |
| full_name | "application[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_name" |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application_name" |
| valid | true |
| value | "" |
last_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 |
|---|---|---|
| label | "Apellidos" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1419 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 | "Apellidos" |
| 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() {#1421 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1420 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_application_last_name" ] |
| cache_key | "_application_last_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1389 -errors: [] -form: Symfony\Component\Form\Form {#1619 …} } |
| form | Symfony\Component\Form\FormView {#1641 …5} |
| full_name | "application[last_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_last_name" |
| label | "Apellidos" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "last_name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application_last_name" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 |
| 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 {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1432 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "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() {#1434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1433 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_application_email" ] |
| cache_key | "_application_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1643 -errors: [] -form: Symfony\Component\Form\Form {#1622 …} } |
| form | Symfony\Component\Form\FormView {#1644 …5} |
| full_name | "application[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_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 | "_application_email" |
| valid | true |
| value | "" |
career
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 | "Carrera" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1441 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 | "Carrera" |
| 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() {#1443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1442 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_application_career" ] |
| cache_key | "_application_career_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1645 -errors: [] -form: Symfony\Component\Form\Form {#1625 …} } |
| form | Symfony\Component\Form\FormView {#1646 …5} |
| full_name | "application[career]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_career" |
| label | "Carrera" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "career" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application_career" |
| 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 |
|---|---|---|
| attr | [ "class" => "select2 country-selector" ] |
[ "class" => "select2 country-selector" ] |
| choice_label | "Country" |
same as passed value |
| class | "App\Entity\Country" |
same as passed value |
| label | "País" |
same as passed value |
| placeholder | "Seleccione su país" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1298 class: "App\Form\ApplicationType" this: App\Form\ApplicationType {#1240 …} } |
Doctrine\ORM\QueryBuilder {#1486 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1485 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1484 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1487 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.country ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1366 …} -dql: "SELECT c FROM App\Entity\Country c ORDER BY c.country ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1481 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2 country-selector" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "Country" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1596 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1489 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1488 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1358 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1492 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1490 …} } |
| choices | null |
| class | "App\Entity\Country" |
| 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 {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#187 …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 {#1584 -singleId: true -intId: true -idField: "CodPais" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#187 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1452 …} } |
| 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 | "Seleccione su país" |
| 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 {#1486 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1485 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1484 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1487 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.country ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1366 …} -dql: "SELECT c FROM App\Entity\Country c ORDER BY c.country ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1481 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1451 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1450 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2 country-selector" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_application_country" ] |
| cache_key | "_application_country_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1685 +data: App\Entity\Country {#1701 …} +value: "400" +label: "Afganistan" +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1689 +data: App\Entity\Country {#1738 …} +value: "401" +label: "Albania" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1687 +data: App\Entity\Country {#1745 …} +value: "49" +label: "Alemania" +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1691 +data: App\Entity\Country {#1752 …} +value: "402" +label: "Alto Volta" +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1686 +data: App\Entity\Country {#1759 …} +value: "471" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1698 +data: App\Entity\Country {#1766 …} +value: "244" +label: "Angola" +attr: [] +labelTranslationParameters: [] } 1264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1697 +data: App\Entity\Country {#1773 …} +value: "1264" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1696 +data: App\Entity\Country {#1780 …} +value: "450" +label: "Antartida" +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1688 +data: App\Entity\Country {#1787 …} +value: "389" +label: "Antigua Republica Yugoslava De" +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1693 +data: App\Entity\Country {#1794 …} +value: "403" +label: "Antigua Y Barbuda" +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3628 +data: App\Entity\Country {#1801 …} +value: "599" +label: "Antillas Holandesas" +attr: [] +labelTranslationParameters: [] } 966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3629 +data: App\Entity\Country {#1808 …} +value: "966" +label: "Arabia Saudi" +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3630 +data: App\Entity\Country {#1815 …} +value: "213" +label: "Argelia" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3631 +data: App\Entity\Country {#1822 …} +value: "54" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3632 +data: App\Entity\Country {#1829 …} +value: "374" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3633 +data: App\Entity\Country {#1836 …} +value: "404" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3634 +data: App\Entity\Country {#1843 …} +value: "61" +label: "Australia" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3635 +data: App\Entity\Country {#1850 …} +value: "43" +label: "Austria" +attr: [] +labelTranslationParameters: [] } 994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3636 +data: App\Entity\Country {#1857 …} +value: "994" +label: "Azerbaiyan" +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3637 +data: App\Entity\Country {#1864 …} +value: "405" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } 973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3638 +data: App\Entity\Country {#1871 …} +value: "973" +label: "Bahrein" +attr: [] +labelTranslationParameters: [] } 880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3639 +data: App\Entity\Country {#1878 …} +value: "880" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3640 +data: App\Entity\Country {#1885 …} +value: "406" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3641 +data: App\Entity\Country {#1892 …} +value: "32" +label: "Belgica" +attr: [] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3642 +data: App\Entity\Country {#1899 …} +value: "501" +label: "Belice" +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3643 +data: App\Entity\Country {#1906 …} +value: "229" +label: "Benin" +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3644 +data: App\Entity\Country {#1913 …} +value: "407" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3645 +data: App\Entity\Country {#1920 …} +value: "408" +label: "Bielorrusia" +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3646 +data: App\Entity\Country {#1927 …} +value: "591" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } 979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3647 +data: App\Entity\Country {#1934 …} +value: "979" +label: "Bosnia Y Herzegovina" +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3648 +data: App\Entity\Country {#1941 …} +value: "267" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3649 +data: App\Entity\Country {#1948 …} +value: "451" +label: "Bouvet Islands" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3650 +data: App\Entity\Country {#1955 …} +value: "55" +label: "Brasil" +attr: [] +labelTranslationParameters: [] } 673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3651 +data: App\Entity\Country {#1962 …} +value: "673" +label: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3652 +data: App\Entity\Country {#1969 …} +value: "359" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3653 +data: App\Entity\Country {#1976 …} +value: "226" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3654 +data: App\Entity\Country {#1983 …} +value: "452" +label: "Burma" +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3655 +data: App\Entity\Country {#1990 …} +value: "257" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3656 +data: App\Entity\Country {#1997 …} +value: "409" +label: "Butan" +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3657 +data: App\Entity\Country {#2004 …} +value: "238" +label: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } 855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3658 +data: App\Entity\Country {#2011 …} +value: "855" +label: "Camboya" +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3659 +data: App\Entity\Country {#2018 …} +value: "237" +label: "Camerun" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3660 +data: App\Entity\Country {#2025 …} +value: "10" +label: "Canada" +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3661 +data: App\Entity\Country {#2032 …} +value: "453" +label: "Canton And Enderbury Islands" +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3662 +data: App\Entity\Country {#2039 …} +value: "235" +label: "Chad" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3663 +data: App\Entity\Country {#2046 …} +value: "42" +label: "Checoslovaquia" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3664 +data: App\Entity\Country {#2053 …} +value: "56" +label: "Chile" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3665 +data: App\Entity\Country {#2060 …} +value: "86" +label: "China" +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3666 +data: App\Entity\Country {#2067 …} +value: "357" +label: "Chipre" +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3667 +data: App\Entity\Country {#2074 …} +value: "446" +label: "Ciudad Estado Del Vaticano" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3668 +data: App\Entity\Country {#2081 …} +value: "57" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3669 +data: App\Entity\Country {#2088 …} +value: "410" +label: "Comoros" +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3670 +data: App\Entity\Country {#2095 …} +value: "411" +label: "Corea Del Norte" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3671 +data: App\Entity\Country {#2102 …} +value: "82" +label: "Corea Del Sur" +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3672 +data: App\Entity\Country {#2109 …} +value: "225" +label: "Costa De Marfil" +attr: [] +labelTranslationParameters: [] } 506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3673 +data: App\Entity\Country {#2116 …} +value: "506" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3674 +data: App\Entity\Country {#2123 …} +value: "191" +label: "Croacia" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3675 +data: App\Entity\Country {#2130 …} +value: "53" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3676 +data: App\Entity\Country {#2137 …} +value: "45" +label: "Dinamarca" +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3677 +data: App\Entity\Country {#2144 …} +value: "253" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3678 +data: App\Entity\Country {#2151 …} +value: "412" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3679 +data: App\Entity\Country {#2158 …} +value: "454" +label: "Dronning Maud Land" +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3680 +data: App\Entity\Country {#2165 …} +value: "455" +label: "East Timor" +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3681 +data: App\Entity\Country {#2172 …} +value: "593" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3682 +data: App\Entity\Country {#2179 …} +value: "20" +label: "Egipto" +attr: [] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3683 +data: App\Entity\Country {#2186 …} +value: "503" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3684 +data: App\Entity\Country {#2193 …} +value: "971" +label: "Emiratos Arabes Unidos" +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3685 +data: App\Entity\Country {#2200 …} +value: "291" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } 1421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3686 +data: App\Entity\Country {#2207 …} +value: "1421" +label: "Eslovaquia" +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3687 +data: App\Entity\Country {#2214 …} +value: "386" +label: "Eslovenia" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3688 +data: App\Entity\Country {#2221 …} +value: "34" +label: "EspaÑa" +attr: [] +labelTranslationParameters: [] } 970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3689 +data: App\Entity\Country {#2228 …} +value: "970" +label: "Estado Palestino" +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3690 +data: App\Entity\Country {#2235 …} +value: "1" +label: "Estados Unidos" +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3691 +data: App\Entity\Country {#2242 …} +value: "372" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3692 +data: App\Entity\Country {#2249 …} +value: "251" +label: "Etiopia" +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3693 +data: App\Entity\Country {#2256 …} +value: "456" +label: "Faeroe Islands" +attr: [] +labelTranslationParameters: [] } 679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3694 +data: App\Entity\Country {#2263 …} +value: "679" +label: "Fiji" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3695 +data: App\Entity\Country {#2270 …} +value: "63" +label: "Filipinas" +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3696 +data: App\Entity\Country {#2277 …} +value: "358" +label: "Finlandia" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3697 +data: App\Entity\Country {#2284 …} +value: "33" +label: "Francia" +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3698 +data: App\Entity\Country {#2291 …} +value: "241" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3699 +data: App\Entity\Country {#2298 …} +value: "220" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } 995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3700 +data: App\Entity\Country {#2305 …} +value: "995" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } 1500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3701 +data: App\Entity\Country {#2312 …} +value: "1500" +label: "Georgia Del Sur E Islas Sandwi" +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3702 +data: App\Entity\Country {#2319 …} +value: "233" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3703 +data: App\Entity\Country {#2326 …} +value: "413" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3704 +data: App\Entity\Country {#2333 …} +value: "414" +label: "Granada" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3705 +data: App\Entity\Country {#2340 …} +value: "30" +label: "Grecia" +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3706 +data: App\Entity\Country {#2347 …} +value: "415" +label: "Groenlandia" +attr: [] +labelTranslationParameters: [] } 590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3707 +data: App\Entity\Country {#2354 …} +value: "590" +label: "Guadalupe" +attr: [] +labelTranslationParameters: [] } 671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3708 +data: App\Entity\Country {#2361 …} +value: "671" +label: "Guam" +attr: [] +labelTranslationParameters: [] } 502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3709 +data: App\Entity\Country {#2368 …} +value: "502" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3710 +data: App\Entity\Country {#2375 …} +value: "224" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3711 +data: App\Entity\Country {#2382 …} +value: "240" +label: "Guinea Ecuatorial" +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3712 +data: App\Entity\Country {#2389 …} +value: "594" +label: "Guinea Francesa" +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3713 +data: App\Entity\Country {#2396 …} +value: "245" +label: "Guinea-bissau" +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3714 +data: App\Entity\Country {#2403 …} +value: "592" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3715 +data: App\Entity\Country {#2410 …} +value: "509" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3716 +data: App\Entity\Country {#2417 …} +value: "469" +label: "Hawai" +attr: [] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3717 +data: App\Entity\Country {#2424 …} +value: "504" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } 852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3718 +data: App\Entity\Country {#2431 …} +value: "852" +label: "Hong Kong" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3719 +data: App\Entity\Country {#2438 …} +value: "36" +label: "Hungria" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3720 +data: App\Entity\Country {#2445 …} +value: "91" +label: "India" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3721 +data: App\Entity\Country {#2452 …} +value: "62" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3722 +data: App\Entity\Country {#2459 …} +value: "98" +label: "Iran" +attr: [] +labelTranslationParameters: [] } 964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3723 +data: App\Entity\Country {#2466 …} +value: "964" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3724 +data: App\Entity\Country {#2473 …} +value: "353" +label: "Irlanda" +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3725 +data: App\Entity\Country {#2480 …} +value: "457" +label: "Isla Bouvet" +attr: [] +labelTranslationParameters: [] } 1044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3726 +data: App\Entity\Country {#2487 …} +value: "1044" +label: "Isla De Man" +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3727 +data: App\Entity\Country {#2494 …} +value: "1061" +label: "Isla Heard E Islas Mcdonald" +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3728 +data: App\Entity\Country {#2501 …} +value: "416" +label: "Isla Johnston Y Sand" +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3729 +data: App\Entity\Country {#2508 …} +value: "467" +label: "Isla Midway" +attr: [] +labelTranslationParameters: [] } 672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3730 +data: App\Entity\Country {#2515 …} +value: "672" +label: "Isla Navidad" +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3731 +data: App\Entity\Country {#2522 …} +value: "417" +label: "Isla Wake" +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3732 +data: App\Entity\Country {#2529 …} +value: "354" +label: "Islandia" +attr: [] +labelTranslationParameters: [] } 1358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3733 +data: App\Entity\Country {#2536 …} +value: "1358" +label: "Islas Åland" +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3734 +data: App\Entity\Country {#2543 …} +value: "418" +label: "Islas Caiman" +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3735 +data: App\Entity\Country {#2550 …} +value: "420" +label: "Islas Christmas" +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3736 +data: App\Entity\Country {#2557 …} +value: "419" +label: "Islas Cocos" +attr: [] +labelTranslationParameters: [] } 682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3737 +data: App\Entity\Country {#2564 …} +value: "682" +label: "Islas Cook" +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3738 +data: App\Entity\Country {#2571 …} +value: "421" +label: "Islas Falkland O Malvinas" +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3739 +data: App\Entity\Country {#2578 …} +value: "298" +label: "Islas Faroe" +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3740 +data: App\Entity\Country {#2585 …} +value: "448" +label: "Islas Feroes" +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3741 +data: App\Entity\Country {#2592 …} +value: "449" +label: "Islas Gilbert" +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3742 +data: App\Entity\Country {#2599 …} +value: "422" +label: "Islas Heard Mcdonald" +attr: [] +labelTranslationParameters: [] } 1670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3743 +data: App\Entity\Country {#2606 …} +value: "1670" +label: "Islas Marianas Del Norte" +attr: [] +labelTranslationParameters: [] } 692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3744 +data: App\Entity\Country {#2613 …} +value: "692" +label: "Islas Marshall" +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3745 +data: App\Entity\Country {#2620 …} +value: "1001" +label: "Islas Menores De Estados Unido" +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3746 +data: App\Entity\Country {#2627 …} +value: "423" +label: "Islas Niue" +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3747 +data: App\Entity\Country {#2634 …} +value: "424" +label: "Islas Norfolk" +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3748 +data: App\Entity\Country {#2641 …} +value: "425" +label: "Islas Pitcairn" +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3749 +data: App\Entity\Country {#2648 …} +value: "426" +label: "Islas Salomon" +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3750 +data: App\Entity\Country {#2655 …} +value: "458" +label: "Islas Svalbard Y Juan Mayen" +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3751 +data: App\Entity\Country {#2662 …} +value: "427" +label: "Islas Turcas Y Caicos" +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3752 +data: App\Entity\Country {#2669 …} +value: "428" +label: "Islas Virgenes Americanas" +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3753 +data: App\Entity\Country {#2676 …} +value: "429" +label: "Islas Virgenes Britanicas" +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3754 +data: App\Entity\Country {#2683 …} +value: "430" +label: "Islas Wallis Y Futuna" +attr: [] +labelTranslationParameters: [] } 972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3755 +data: App\Entity\Country {#2690 …} +value: "972" +label: "Israel" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3756 +data: App\Entity\Country {#2697 …} +value: "39" +label: "Italia" +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3757 +data: App\Entity\Country {#2704 …} +value: "431" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3758 +data: App\Entity\Country {#2711 …} +value: "81" +label: "Japon" +attr: [] +labelTranslationParameters: [] } 962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3759 +data: App\Entity\Country {#2718 …} +value: "962" +label: "Jordania" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3760 +data: App\Entity\Country {#2725 …} +value: "7" +label: "Kazajstan" +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3761 +data: App\Entity\Country {#2732 …} +value: "254" +label: "Kenia" +attr: [] +labelTranslationParameters: [] } 996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3762 +data: App\Entity\Country {#2739 …} +value: "996" +label: "Kirguizistan" +attr: [] +labelTranslationParameters: [] } 686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3763 +data: App\Entity\Country {#2746 …} +value: "686" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } 965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3764 +data: App\Entity\Country {#2753 …} +value: "965" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3765 +data: App\Entity\Country {#2760 …} +value: "432" +label: "Lao" +attr: [] +labelTranslationParameters: [] } 856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3766 +data: App\Entity\Country {#2767 …} +value: "856" +label: "Laos" +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3767 +data: App\Entity\Country {#2774 …} +value: "266" +label: "Lesoto" +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3768 +data: App\Entity\Country {#2781 …} +value: "371" +label: "Letonia" +attr: [] +labelTranslationParameters: [] } 961 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3769 +data: App\Entity\Country {#2788 …} +value: "961" +label: "Libano" +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3770 +data: App\Entity\Country {#2795 …} +value: "231" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3771 +data: App\Entity\Country {#2802 …} +value: "218" +label: "Libia" +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3772 +data: App\Entity\Country {#2809 …} +value: "473" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3773 +data: App\Entity\Country {#2816 …} +value: "370" +label: "Lituania" +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3774 +data: App\Entity\Country {#2823 …} +value: "352" +label: "Luxemburgo" +attr: [] +labelTranslationParameters: [] } 853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3775 +data: App\Entity\Country {#2830 …} +value: "853" +label: "Macao" +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3776 +data: App\Entity\Country {#2837 …} +value: "261" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3777 +data: App\Entity\Country {#2844 …} +value: "60" +label: "Malasia" +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3778 +data: App\Entity\Country {#2851 …} +value: "265" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } 960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3779 +data: App\Entity\Country {#2858 …} +value: "960" +label: "Maldivas" +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3780 +data: App\Entity\Country {#2865 …} +value: "223" +label: "Mali" +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3781 +data: App\Entity\Country {#2872 …} +value: "356" +label: "Malta" +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3782 +data: App\Entity\Country {#2879 …} +value: "212" +label: "Marruecos" +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3783 +data: App\Entity\Country {#2886 …} +value: "596" +label: "Martinica" +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3784 +data: App\Entity\Country {#2893 …} +value: "230" +label: "Mauricio" +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3785 +data: App\Entity\Country {#2900 …} +value: "222" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3786 +data: App\Entity\Country {#2907 …} +value: "175" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3787 +data: App\Entity\Country {#2914 …} +value: "52" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } 691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3788 +data: App\Entity\Country {#2921 …} +value: "691" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3789 +data: App\Entity\Country {#2928 …} +value: "373" +label: "Moldavia" +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3790 +data: App\Entity\Country {#2935 …} +value: "468" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3791 +data: App\Entity\Country {#2942 …} +value: "433" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3792 +data: App\Entity\Country {#2949 …} +value: "434" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3793 +data: App\Entity\Country {#2956 …} +value: "258" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3794 +data: App\Entity\Country {#2963 …} +value: "459" +label: "Mundial" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3795 +data: App\Entity\Country {#2970 …} +value: "95" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3796 +data: App\Entity\Country {#2977 …} +value: "978" +label: "Nacionalidad Extranjera" +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3797 +data: App\Entity\Country {#2984 …} +value: "264" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } 674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3798 +data: App\Entity\Country {#2991 …} +value: "674" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3799 +data: App\Entity\Country {#2998 …} +value: "977" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3800 +data: App\Entity\Country {#3005 …} +value: "505" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3801 +data: App\Entity\Country {#3012 …} +value: "227" +label: "Niger" +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3802 +data: App\Entity\Country {#3019 …} +value: "234" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } 683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3803 +data: App\Entity\Country {#3026 …} +value: "683" +label: "Niue" +attr: [] +labelTranslationParameters: [] } 0 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3804 +data: App\Entity\Country {#3033 …} +value: "0" +label: "No Tiene" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3805 +data: App\Entity\Country {#3040 …} +value: "47" +label: "Noruega" +attr: [] +labelTranslationParameters: [] } 687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3806 +data: App\Entity\Country {#3047 …} +value: "687" +label: "Nueva Caledonia" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3807 +data: App\Entity\Country {#3054 …} +value: "64" +label: "Nueva Zelanda" +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3808 +data: App\Entity\Country {#3061 …} +value: "460" +label: "Nuevas Hebridas" +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3809 +data: App\Entity\Country {#3068 …} +value: "461" +label: "Oceano Indico, Terr. Britanico" +attr: [] +labelTranslationParameters: [] } 968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3810 +data: App\Entity\Country {#3075 …} +value: "968" +label: "Oman" +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3811 +data: App\Entity\Country {#3082 …} +value: "462" +label: "Pacifico, Islas Varias De Eeuu" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3812 +data: App\Entity\Country {#3089 …} +value: "31" +label: "Paises Bajos" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3813 +data: App\Entity\Country {#3096 …} +value: "92" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3814 +data: App\Entity\Country {#3103 …} +value: "680" +label: "Palau" +attr: [] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3815 +data: App\Entity\Country {#3110 …} +value: "507" +label: "Panama" +attr: [] +labelTranslationParameters: [] } 675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3816 +data: App\Entity\Country {#3117 …} +value: "675" +label: "Papua Nueva Guinea" +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3817 +data: App\Entity\Country {#3124 …} +value: "595" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3818 +data: App\Entity\Country {#3131 …} +value: "51" +label: "Peru" +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3819 +data: App\Entity\Country {#3138 …} +value: "435" +label: "Polinesia Francesa" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3820 +data: App\Entity\Country {#3145 …} +value: "48" +label: "Polonia" +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3821 +data: App\Entity\Country {#3152 …} +value: "351" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3822 +data: App\Entity\Country {#3159 …} +value: "470" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } 974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3823 +data: App\Entity\Country {#3166 …} +value: "974" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3824 +data: App\Entity\Country {#3173 …} +value: "44" +label: "Reino Unido" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3825 +data: App\Entity\Country {#3180 …} +value: "236" +label: "Republica Centroafricana" +attr: [] +labelTranslationParameters: [] } 980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3826 +data: App\Entity\Country {#3187 …} +value: "980" +label: "Republica Checa" +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3827 +data: App\Entity\Country {#3194 …} +value: "242" +label: "Republica Del Congo" +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3828 +data: App\Entity\Country {#3201 …} +value: "243" +label: "Republica Democratica Del Cong" +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3829 +data: App\Entity\Country {#3208 …} +value: "436" +label: "Republica Dominicana" +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3830 +data: App\Entity\Country {#3215 …} +value: "262" +label: "Reunion" +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3831 +data: App\Entity\Country {#3222 …} +value: "464" +label: "Rhodesia Del Sur" +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3832 +data: App\Entity\Country {#3229 …} +value: "250" +label: "Ruanda" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3833 +data: App\Entity\Country {#3236 …} +value: "40" +label: "Rumania" +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3834 +data: App\Entity\Country {#3243 …} +value: "437" +label: "Rusia" +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3835 +data: App\Entity\Country {#3250 …} +value: "438" +label: "Sahara Occidental" +attr: [] +labelTranslationParameters: [] } 685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3836 +data: App\Entity\Country {#3257 …} +value: "685" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } 684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3837 +data: App\Entity\Country {#3264 …} +value: "684" +label: "Samoa Americana" +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3838 +data: App\Entity\Country {#3271 …} +value: "463" +label: "San Cristobal Y Nieves" +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3839 +data: App\Entity\Country {#3278 …} +value: "472" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3840 +data: App\Entity\Country {#3285 …} +value: "508" +label: "San Pedro Y Miquelon" +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3841 +data: App\Entity\Country {#3292 …} +value: "439" +label: "San Vicente Y Las Granadinas" +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3842 +data: App\Entity\Country {#3299 …} +value: "440" +label: "Santa Helena" +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3843 +data: App\Entity\Country {#3306 …} +value: "441" +label: "Santa Lucia" +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3844 +data: App\Entity\Country {#3313 …} +value: "239" +label: "Santo Tome Y Principe" +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3845 +data: App\Entity\Country {#3320 …} +value: "221" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3846 +data: App\Entity\Country {#3327 …} +value: "381" +label: "Serbia Y Montenegro" +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3847 +data: App\Entity\Country {#3334 …} +value: "248" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3848 +data: App\Entity\Country {#3341 …} +value: "232" +label: "Sierra Leona" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3849 +data: App\Entity\Country {#3348 …} +value: "65" +label: "Singapur" +attr: [] +labelTranslationParameters: [] } 963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3850 +data: App\Entity\Country {#3355 …} +value: "963" +label: "Siria" +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3851 +data: App\Entity\Country {#3362 …} +value: "442" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3852 +data: App\Entity\Country {#3369 …} +value: "94" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3853 +data: App\Entity\Country {#3376 …} +value: "268" +label: "Suazilandia" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3854 +data: App\Entity\Country {#3383 …} +value: "27" +label: "Sudafrica" +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3855 +data: App\Entity\Country {#3390 …} +value: "249" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3856 +data: App\Entity\Country {#3397 …} +value: "46" +label: "Suecia" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3857 +data: App\Entity\Country {#3404 …} +value: "41" +label: "Suiza" +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3858 +data: App\Entity\Country {#3411 …} +value: "597" +label: "Surinam" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3859 +data: App\Entity\Country {#3418 …} +value: "79" +label: "Svalbard Y Jan Mayen" +attr: [] +labelTranslationParameters: [] } 689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3860 +data: App\Entity\Country {#3425 …} +value: "689" +label: "Tahiti" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3861 +data: App\Entity\Country {#3432 …} +value: "66" +label: "Tailandia" +attr: [] +labelTranslationParameters: [] } 886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3862 +data: App\Entity\Country {#3439 …} +value: "886" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } 992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3863 +data: App\Entity\Country {#3446 …} +value: "992" +label: "Tajikistan" +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3864 +data: App\Entity\Country {#3453 …} +value: "255" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3865 +data: App\Entity\Country {#3460 …} +value: "246" +label: "Territorio Oceanico De La Indi" +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3866 +data: App\Entity\Country {#3467 …} +value: "1033" +label: "Territorios SureÑos De Francia" +attr: [] +labelTranslationParameters: [] } 670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3867 +data: App\Entity\Country {#3474 …} +value: "670" +label: "Timor Leste" +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3868 +data: App\Entity\Country {#3481 …} +value: "465" +label: "Timor Oriental" +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3869 +data: App\Entity\Country {#3488 …} +value: "228" +label: "Togo" +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3870 +data: App\Entity\Country {#3495 …} +value: "466" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } 676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3871 +data: App\Entity\Country {#3502 …} +value: "676" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3872 +data: App\Entity\Country {#3509 …} +value: "443" +label: "Trinidad Y Tobago" +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3873 +data: App\Entity\Country {#3516 …} +value: "216" +label: "Tunez" +attr: [] +labelTranslationParameters: [] } 993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3874 +data: App\Entity\Country {#3523 …} +value: "993" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3875 +data: App\Entity\Country {#3530 …} +value: "90" +label: "Turquia" +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3876 +data: App\Entity\Country {#3537 …} +value: "444" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3877 +data: App\Entity\Country {#3544 …} +value: "445" +label: "Ucrania" +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3878 +data: App\Entity\Country {#3551 …} +value: "256" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3879 +data: App\Entity\Country {#3558 …} +value: "598" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3880 +data: App\Entity\Country {#3565 …} +value: "998" +label: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } 678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3881 +data: App\Entity\Country {#3572 …} +value: "678" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3882 +data: App\Entity\Country {#3579 …} +value: "58" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3883 +data: App\Entity\Country {#3586 …} +value: "447" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } 681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3884 +data: App\Entity\Country {#3593 …} +value: "681" +label: "Wallis Y Futuna" +attr: [] +labelTranslationParameters: [] } 967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3885 +data: App\Entity\Country {#3600 …} +value: "967" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3886 +data: App\Entity\Country {#3607 …} +value: "38" +label: "Yugoslavia" +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3887 +data: App\Entity\Country {#3614 …} +value: "260" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3888 +data: App\Entity\Country {#3621 …} +value: "263" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1680 -errors: [] -form: Symfony\Component\Form\Form {#1628 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1682 …5} |
| full_name | "application[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_country" |
| is_selected | Closure($choice, $value) {#1684 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 | "Seleccione su país" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application_country" |
| valid | true |
| value | "" |
university
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 |
|---|---|---|
| attr | [ "class" => "select2 university-selector" "data-ajax-url" => "/university/search-ajax" ] |
[ "class" => "select2 university-selector" "data-ajax-url" => "/university/search-ajax" ] |
| choice_label | "university" |
same as passed value |
| choices | [] |
same as passed value |
| class | "App\Entity\University" |
same as passed value |
| label | "Universidad" |
same as passed value |
| placeholder | "Seleccione una universidad" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1344 class: "App\Form\ApplicationType" this: App\Form\ApplicationType {#1240 …} } |
Doctrine\ORM\QueryBuilder {#1369 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1367 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1362 #from: "App\Entity\University" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1365 #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.codUniversidad = :other" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: Doctrine\ORM\QueryType {#1366 …} -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1368 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2 university-selector" "data-ajax-url" => "/university/search-ajax" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "university" |
| choice_lazy | false |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1355 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1358 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1357 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1347 …} } |
| choices | [] |
| class | "App\Entity\University" |
| 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 {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#187 …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 {#1315 -singleId: true -intId: true -idField: "codUniversidad" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#187 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1310 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Universidad" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Seleccione una universidad" |
| 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 {#1369 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1367 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1362 #from: "App\Entity\University" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1365 #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.codUniversidad = :other" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: Doctrine\ORM\QueryType {#1366 …} -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1368 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1318 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2 university-selector" "data-ajax-url" => "/university/search-ajax" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_application_university" ] |
| cache_key | "_application_university_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3889 -errors: [] -form: Symfony\Component\Form\Form {#1631 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1683 …5} |
| full_name | "application[university]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_university" |
| is_selected | Closure($choice, $value) {#3891 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Universidad" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "university" |
| placeholder | "Seleccione una universidad" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application_university" |
| valid | true |
| value | "" |
show_all_universities
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 |
|---|---|---|
| attr | [ "class" => "form-check-input university-bypass" ] |
[ "class" => "form-check-input university-bypass" ] |
| label | "Mostrar todas las universidades" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-check-input university-bypass" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1574 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 {#1573 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Mostrar todas las universidades" |
| 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() {#1586 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1590 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-check-input university-bypass" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_application_show_all_universities" ] |
| cache_key | "_application_show_all_universities_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3892 -errors: [] -form: Symfony\Component\Form\Form {#1634 …} } |
| form | Symfony\Component\Form\FormView {#3890 …5} |
| full_name | "application[show_all_universities]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_show_all_universities" |
| label | "Mostrar todas las universidades" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "show_all_universities" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application_show_all_universities" |
| valid | true |
| value | "1" |
otherUniversity
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 | [ "placeholder" => "Escriba el nombre de su universidad" "class" => "form-control other-university-field" ] |
[ "placeholder" => "Escriba el nombre de su universidad" "class" => "form-control other-university-field" ] |
| label | "Especificar Universidad" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
| row_attr | [ "class" => "other-university-row" "style" => "display: none;" ] |
[ "class" => "other-university-row" "style" => "display: none;" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Escriba el nombre de su universidad" "class" => "form-control other-university-field" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1599 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 | "Especificar Universidad" |
| 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 | [ "class" => "other-university-row" "style" => "display: none;" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1600 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Escriba el nombre de su universidad" "class" => "form-control other-university-field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_application_otherUniversity" ] |
| cache_key | "_application_otherUniversity_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3893 -errors: [] -form: Symfony\Component\Form\Form {#1637 …} } |
| form | Symfony\Component\Form\FormView {#3894 …5} |
| full_name | "application[otherUniversity]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_otherUniversity" |
| label | "Especificar Universidad" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "otherUniversity" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "other-university-row" "style" => "display: none;" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_application_otherUniversity" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#629 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#628 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3898 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() {#3900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#3899 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_application__token" ] |
| cache_key | "_application__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3910 -errors: [] -form: Symfony\Component\Form\Form {#3906 …} } |
| form | Symfony\Component\Form\FormView {#3901 …5} |
| full_name | "application[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application__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 | "_application__token" |
| valid | true |
| value | "csrf-token" |