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 {#482 -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 {#482 -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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | App\Entity\Application {#482 -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) {#1316 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() {#1318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1317 …} $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 {#482 -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 {#1638 -errors: [] -form: Symfony\Component\Form\Form {#1643 …} } |
| form | Symfony\Component\Form\FormView {#1319 …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 {#482 -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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1418 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() {#1420 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1419 …} $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 {#1476 -errors: [] -form: Symfony\Component\Form\Form {#1646 …} } |
| form | Symfony\Component\Form\FormView {#1623 …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 {#1324 +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 {#1324 +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 {#1324 +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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -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() {#1434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1433 …} $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 {#1467 -errors: [] -form: Symfony\Component\Form\Form {#1649 …} } |
| form | Symfony\Component\Form\FormView {#1454 …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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1442 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() {#1444 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1443 …} $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 {#1445 -errors: [] -form: Symfony\Component\Form\Form {#1652 …} } |
| form | Symfony\Component\Form\FormView {#1435 …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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1451 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() {#1453 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1452 …} $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 {#1421 -errors: [] -form: Symfony\Component\Form\Form {#1655 …} } |
| form | Symfony\Component\Form\FormView {#1677 …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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1464 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() {#1466 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1465 …} $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 {#1679 -errors: [] -form: Symfony\Component\Form\Form {#1658 …} } |
| form | Symfony\Component\Form\FormView {#1680 …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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1473 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() {#1475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1474 …} $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 {#1681 -errors: [] -form: Symfony\Component\Form\Form {#1661 …} } |
| form | Symfony\Component\Form\FormView {#1682 …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) {#1326 class: "App\Form\ApplicationType" this: App\Form\ApplicationType {#1268 …} } |
Doctrine\ORM\QueryBuilder {#1522 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1521 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1520 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1523 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.country ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1398 …} -dql: "SELECT c FROM App\Entity\Country c ORDER BY c.country ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1517 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#188 …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 {#1632 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1525 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1524 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1381 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1528 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1526 …} } |
| 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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -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 {#188 …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 {#1620 -singleId: true -intId: true -idField: "CodPais" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#188 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1484 …} } |
| 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 {#1522 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1521 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1520 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1523 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.country ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1398 …} -dql: "SELECT c FROM App\Entity\Country c ORDER BY c.country ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1517 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#188 …11} } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1482 …} $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 {#1721 +data: App\Entity\Country {#1737 …} +value: "400" +label: "Afganistan" +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1725 +data: App\Entity\Country {#1776 …} +value: "401" +label: "Albania" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1723 +data: App\Entity\Country {#1785 …} +value: "49" +label: "Alemania" +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1727 +data: App\Entity\Country {#1794 …} +value: "402" +label: "Alto Volta" +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1722 +data: App\Entity\Country {#1803 …} +value: "471" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1734 +data: App\Entity\Country {#1812 …} +value: "244" +label: "Angola" +attr: [] +labelTranslationParameters: [] } 1264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1733 +data: App\Entity\Country {#1821 …} +value: "1264" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1732 +data: App\Entity\Country {#1830 …} +value: "450" +label: "Antartida" +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1724 +data: App\Entity\Country {#1839 …} +value: "389" +label: "Antigua Republica Yugoslava De" +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1729 +data: App\Entity\Country {#1848 …} +value: "403" +label: "Antigua Y Barbuda" +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4206 +data: App\Entity\Country {#1857 …} +value: "599" +label: "Antillas Holandesas" +attr: [] +labelTranslationParameters: [] } 966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4207 +data: App\Entity\Country {#1866 …} +value: "966" +label: "Arabia Saudi" +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4208 +data: App\Entity\Country {#1875 …} +value: "213" +label: "Argelia" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4209 +data: App\Entity\Country {#1884 …} +value: "54" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4210 +data: App\Entity\Country {#1893 …} +value: "374" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4211 +data: App\Entity\Country {#1902 …} +value: "404" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4212 +data: App\Entity\Country {#1911 …} +value: "61" +label: "Australia" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4213 +data: App\Entity\Country {#1920 …} +value: "43" +label: "Austria" +attr: [] +labelTranslationParameters: [] } 994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4214 +data: App\Entity\Country {#1929 …} +value: "994" +label: "Azerbaiyan" +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4215 +data: App\Entity\Country {#1938 …} +value: "405" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } 973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4216 +data: App\Entity\Country {#1947 …} +value: "973" +label: "Bahrein" +attr: [] +labelTranslationParameters: [] } 880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4217 +data: App\Entity\Country {#1956 …} +value: "880" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4218 +data: App\Entity\Country {#1965 …} +value: "406" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4219 +data: App\Entity\Country {#1974 …} +value: "32" +label: "Belgica" +attr: [] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4220 +data: App\Entity\Country {#1983 …} +value: "501" +label: "Belice" +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4221 +data: App\Entity\Country {#1992 …} +value: "229" +label: "Benin" +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4222 +data: App\Entity\Country {#2001 …} +value: "407" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4223 +data: App\Entity\Country {#2010 …} +value: "408" +label: "Bielorrusia" +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4224 +data: App\Entity\Country {#2019 …} +value: "591" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } 979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4225 +data: App\Entity\Country {#2028 …} +value: "979" +label: "Bosnia Y Herzegovina" +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4226 +data: App\Entity\Country {#2037 …} +value: "267" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4227 +data: App\Entity\Country {#2046 …} +value: "451" +label: "Bouvet Islands" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4228 +data: App\Entity\Country {#2055 …} +value: "55" +label: "Brasil" +attr: [] +labelTranslationParameters: [] } 673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4229 +data: App\Entity\Country {#2064 …} +value: "673" +label: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4230 +data: App\Entity\Country {#2073 …} +value: "359" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4231 +data: App\Entity\Country {#2082 …} +value: "226" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4232 +data: App\Entity\Country {#2091 …} +value: "452" +label: "Burma" +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +data: App\Entity\Country {#2100 …} +value: "257" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +data: App\Entity\Country {#2109 …} +value: "409" +label: "Butan" +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4235 +data: App\Entity\Country {#2118 …} +value: "238" +label: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } 855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4236 +data: App\Entity\Country {#2127 …} +value: "855" +label: "Camboya" +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +data: App\Entity\Country {#2136 …} +value: "237" +label: "Camerun" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +data: App\Entity\Country {#2145 …} +value: "10" +label: "Canada" +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4239 +data: App\Entity\Country {#2154 …} +value: "453" +label: "Canton And Enderbury Islands" +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4240 +data: App\Entity\Country {#2163 …} +value: "235" +label: "Chad" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +data: App\Entity\Country {#2172 …} +value: "42" +label: "Checoslovaquia" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4242 +data: App\Entity\Country {#2181 …} +value: "56" +label: "Chile" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +data: App\Entity\Country {#2190 …} +value: "86" +label: "China" +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4244 +data: App\Entity\Country {#2199 …} +value: "357" +label: "Chipre" +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4245 +data: App\Entity\Country {#2208 …} +value: "446" +label: "Ciudad Estado Del Vaticano" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +data: App\Entity\Country {#2217 …} +value: "57" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +data: App\Entity\Country {#2226 …} +value: "410" +label: "Comoros" +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4248 +data: App\Entity\Country {#2235 …} +value: "411" +label: "Corea Del Norte" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4249 +data: App\Entity\Country {#2244 …} +value: "82" +label: "Corea Del Sur" +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4250 +data: App\Entity\Country {#2253 …} +value: "225" +label: "Costa De Marfil" +attr: [] +labelTranslationParameters: [] } 506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4251 +data: App\Entity\Country {#2262 …} +value: "506" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4252 +data: App\Entity\Country {#2271 …} +value: "191" +label: "Croacia" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4253 +data: App\Entity\Country {#2280 …} +value: "53" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +data: App\Entity\Country {#2289 …} +value: "45" +label: "Dinamarca" +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4255 +data: App\Entity\Country {#2298 …} +value: "253" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +data: App\Entity\Country {#2307 …} +value: "412" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4257 +data: App\Entity\Country {#2316 …} +value: "454" +label: "Dronning Maud Land" +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +data: App\Entity\Country {#2325 …} +value: "455" +label: "East Timor" +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +data: App\Entity\Country {#2334 …} +value: "593" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +data: App\Entity\Country {#2343 …} +value: "20" +label: "Egipto" +attr: [] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +data: App\Entity\Country {#2352 …} +value: "503" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +data: App\Entity\Country {#2361 …} +value: "971" +label: "Emiratos Arabes Unidos" +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +data: App\Entity\Country {#2370 …} +value: "291" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } 1421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +data: App\Entity\Country {#2379 …} +value: "1421" +label: "Eslovaquia" +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +data: App\Entity\Country {#2388 …} +value: "386" +label: "Eslovenia" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +data: App\Entity\Country {#2397 …} +value: "34" +label: "EspaÑa" +attr: [] +labelTranslationParameters: [] } 970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +data: App\Entity\Country {#2406 …} +value: "970" +label: "Estado Palestino" +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +data: App\Entity\Country {#2415 …} +value: "1" +label: "Estados Unidos" +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +data: App\Entity\Country {#2424 …} +value: "372" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +data: App\Entity\Country {#2433 …} +value: "251" +label: "Etiopia" +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +data: App\Entity\Country {#2442 …} +value: "456" +label: "Faeroe Islands" +attr: [] +labelTranslationParameters: [] } 679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +data: App\Entity\Country {#2451 …} +value: "679" +label: "Fiji" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +data: App\Entity\Country {#2460 …} +value: "63" +label: "Filipinas" +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +data: App\Entity\Country {#2469 …} +value: "358" +label: "Finlandia" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +data: App\Entity\Country {#2478 …} +value: "33" +label: "Francia" +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +data: App\Entity\Country {#2487 …} +value: "241" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +data: App\Entity\Country {#2496 …} +value: "220" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } 995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +data: App\Entity\Country {#2505 …} +value: "995" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } 1500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +data: App\Entity\Country {#2514 …} +value: "1500" +label: "Georgia Del Sur E Islas Sandwi" +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +data: App\Entity\Country {#2523 …} +value: "233" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +data: App\Entity\Country {#2532 …} +value: "413" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +data: App\Entity\Country {#2541 …} +value: "414" +label: "Granada" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +data: App\Entity\Country {#2550 …} +value: "30" +label: "Grecia" +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +data: App\Entity\Country {#2559 …} +value: "415" +label: "Groenlandia" +attr: [] +labelTranslationParameters: [] } 590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +data: App\Entity\Country {#2568 …} +value: "590" +label: "Guadalupe" +attr: [] +labelTranslationParameters: [] } 671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +data: App\Entity\Country {#2577 …} +value: "671" +label: "Guam" +attr: [] +labelTranslationParameters: [] } 502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +data: App\Entity\Country {#2586 …} +value: "502" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +data: App\Entity\Country {#2595 …} +value: "224" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +data: App\Entity\Country {#2604 …} +value: "240" +label: "Guinea Ecuatorial" +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +data: App\Entity\Country {#2613 …} +value: "594" +label: "Guinea Francesa" +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +data: App\Entity\Country {#2622 …} +value: "245" +label: "Guinea-bissau" +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +data: App\Entity\Country {#2631 …} +value: "592" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +data: App\Entity\Country {#2640 …} +value: "509" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +data: App\Entity\Country {#2649 …} +value: "469" +label: "Hawai" +attr: [] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +data: App\Entity\Country {#2658 …} +value: "504" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } 852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +data: App\Entity\Country {#2667 …} +value: "852" +label: "Hong Kong" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +data: App\Entity\Country {#2676 …} +value: "36" +label: "Hungria" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +data: App\Entity\Country {#2685 …} +value: "91" +label: "India" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +data: App\Entity\Country {#2694 …} +value: "62" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +data: App\Entity\Country {#2703 …} +value: "98" +label: "Iran" +attr: [] +labelTranslationParameters: [] } 964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +data: App\Entity\Country {#2712 …} +value: "964" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +data: App\Entity\Country {#2721 …} +value: "353" +label: "Irlanda" +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +data: App\Entity\Country {#2730 …} +value: "457" +label: "Isla Bouvet" +attr: [] +labelTranslationParameters: [] } 1044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +data: App\Entity\Country {#2739 …} +value: "1044" +label: "Isla De Man" +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +data: App\Entity\Country {#2748 …} +value: "1061" +label: "Isla Heard E Islas Mcdonald" +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +data: App\Entity\Country {#2757 …} +value: "416" +label: "Isla Johnston Y Sand" +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +data: App\Entity\Country {#2766 …} +value: "467" +label: "Isla Midway" +attr: [] +labelTranslationParameters: [] } 672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +data: App\Entity\Country {#2775 …} +value: "672" +label: "Isla Navidad" +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +data: App\Entity\Country {#2784 …} +value: "417" +label: "Isla Wake" +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +data: App\Entity\Country {#2793 …} +value: "354" +label: "Islandia" +attr: [] +labelTranslationParameters: [] } 1358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +data: App\Entity\Country {#2802 …} +value: "1358" +label: "Islas Åland" +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +data: App\Entity\Country {#2811 …} +value: "418" +label: "Islas Caiman" +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +data: App\Entity\Country {#2820 …} +value: "420" +label: "Islas Christmas" +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +data: App\Entity\Country {#2829 …} +value: "419" +label: "Islas Cocos" +attr: [] +labelTranslationParameters: [] } 682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +data: App\Entity\Country {#2838 …} +value: "682" +label: "Islas Cook" +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +data: App\Entity\Country {#2847 …} +value: "421" +label: "Islas Falkland O Malvinas" +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +data: App\Entity\Country {#2856 …} +value: "298" +label: "Islas Faroe" +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +data: App\Entity\Country {#2865 …} +value: "448" +label: "Islas Feroes" +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +data: App\Entity\Country {#2874 …} +value: "449" +label: "Islas Gilbert" +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +data: App\Entity\Country {#2883 …} +value: "422" +label: "Islas Heard Mcdonald" +attr: [] +labelTranslationParameters: [] } 1670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +data: App\Entity\Country {#2892 …} +value: "1670" +label: "Islas Marianas Del Norte" +attr: [] +labelTranslationParameters: [] } 692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +data: App\Entity\Country {#2901 …} +value: "692" +label: "Islas Marshall" +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +data: App\Entity\Country {#2910 …} +value: "1001" +label: "Islas Menores De Estados Unido" +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +data: App\Entity\Country {#2919 …} +value: "423" +label: "Islas Niue" +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +data: App\Entity\Country {#2928 …} +value: "424" +label: "Islas Norfolk" +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +data: App\Entity\Country {#2937 …} +value: "425" +label: "Islas Pitcairn" +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +data: App\Entity\Country {#2946 …} +value: "426" +label: "Islas Salomon" +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +data: App\Entity\Country {#2955 …} +value: "458" +label: "Islas Svalbard Y Juan Mayen" +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +data: App\Entity\Country {#2964 …} +value: "427" +label: "Islas Turcas Y Caicos" +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +data: App\Entity\Country {#2973 …} +value: "428" +label: "Islas Virgenes Americanas" +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +data: App\Entity\Country {#2982 …} +value: "429" +label: "Islas Virgenes Britanicas" +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +data: App\Entity\Country {#2991 …} +value: "430" +label: "Islas Wallis Y Futuna" +attr: [] +labelTranslationParameters: [] } 972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +data: App\Entity\Country {#3000 …} +value: "972" +label: "Israel" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +data: App\Entity\Country {#3009 …} +value: "39" +label: "Italia" +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +data: App\Entity\Country {#3018 …} +value: "431" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +data: App\Entity\Country {#3027 …} +value: "81" +label: "Japon" +attr: [] +labelTranslationParameters: [] } 962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +data: App\Entity\Country {#3036 …} +value: "962" +label: "Jordania" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +data: App\Entity\Country {#3045 …} +value: "7" +label: "Kazajstan" +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +data: App\Entity\Country {#3054 …} +value: "254" +label: "Kenia" +attr: [] +labelTranslationParameters: [] } 996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +data: App\Entity\Country {#3063 …} +value: "996" +label: "Kirguizistan" +attr: [] +labelTranslationParameters: [] } 686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +data: App\Entity\Country {#3072 …} +value: "686" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } 965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +data: App\Entity\Country {#3081 …} +value: "965" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +data: App\Entity\Country {#3090 …} +value: "432" +label: "Lao" +attr: [] +labelTranslationParameters: [] } 856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +data: App\Entity\Country {#3099 …} +value: "856" +label: "Laos" +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +data: App\Entity\Country {#3108 …} +value: "266" +label: "Lesoto" +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +data: App\Entity\Country {#3117 …} +value: "371" +label: "Letonia" +attr: [] +labelTranslationParameters: [] } 961 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +data: App\Entity\Country {#3126 …} +value: "961" +label: "Libano" +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +data: App\Entity\Country {#3135 …} +value: "231" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +data: App\Entity\Country {#3144 …} +value: "218" +label: "Libia" +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +data: App\Entity\Country {#3153 …} +value: "473" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +data: App\Entity\Country {#3162 …} +value: "370" +label: "Lituania" +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +data: App\Entity\Country {#3171 …} +value: "352" +label: "Luxemburgo" +attr: [] +labelTranslationParameters: [] } 853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +data: App\Entity\Country {#3180 …} +value: "853" +label: "Macao" +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +data: App\Entity\Country {#3189 …} +value: "261" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +data: App\Entity\Country {#3198 …} +value: "60" +label: "Malasia" +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +data: App\Entity\Country {#3207 …} +value: "265" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } 960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +data: App\Entity\Country {#3216 …} +value: "960" +label: "Maldivas" +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +data: App\Entity\Country {#3225 …} +value: "223" +label: "Mali" +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +data: App\Entity\Country {#3234 …} +value: "356" +label: "Malta" +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +data: App\Entity\Country {#3243 …} +value: "212" +label: "Marruecos" +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +data: App\Entity\Country {#3252 …} +value: "596" +label: "Martinica" +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +data: App\Entity\Country {#3261 …} +value: "230" +label: "Mauricio" +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +data: App\Entity\Country {#3270 …} +value: "222" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +data: App\Entity\Country {#3279 …} +value: "175" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +data: App\Entity\Country {#3288 …} +value: "52" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } 691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +data: App\Entity\Country {#3297 …} +value: "691" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +data: App\Entity\Country {#3306 …} +value: "373" +label: "Moldavia" +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +data: App\Entity\Country {#3315 …} +value: "468" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +data: App\Entity\Country {#3324 …} +value: "433" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +data: App\Entity\Country {#3333 …} +value: "434" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +data: App\Entity\Country {#3342 …} +value: "258" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +data: App\Entity\Country {#3351 …} +value: "459" +label: "Mundial" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +data: App\Entity\Country {#3360 …} +value: "95" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +data: App\Entity\Country {#3369 …} +value: "978" +label: "Nacionalidad Extranjera" +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +data: App\Entity\Country {#3378 …} +value: "264" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } 674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +data: App\Entity\Country {#3387 …} +value: "674" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +data: App\Entity\Country {#3396 …} +value: "977" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +data: App\Entity\Country {#3405 …} +value: "505" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +data: App\Entity\Country {#3414 …} +value: "227" +label: "Niger" +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +data: App\Entity\Country {#3423 …} +value: "234" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } 683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +data: App\Entity\Country {#3432 …} +value: "683" +label: "Niue" +attr: [] +labelTranslationParameters: [] } 0 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +data: App\Entity\Country {#3441 …} +value: "0" +label: "No Tiene" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +data: App\Entity\Country {#3450 …} +value: "47" +label: "Noruega" +attr: [] +labelTranslationParameters: [] } 687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +data: App\Entity\Country {#3459 …} +value: "687" +label: "Nueva Caledonia" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +data: App\Entity\Country {#3468 …} +value: "64" +label: "Nueva Zelanda" +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +data: App\Entity\Country {#3477 …} +value: "460" +label: "Nuevas Hebridas" +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +data: App\Entity\Country {#3486 …} +value: "461" +label: "Oceano Indico, Terr. Britanico" +attr: [] +labelTranslationParameters: [] } 968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +data: App\Entity\Country {#3495 …} +value: "968" +label: "Oman" +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +data: App\Entity\Country {#3504 …} +value: "462" +label: "Pacifico, Islas Varias De Eeuu" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +data: App\Entity\Country {#3513 …} +value: "31" +label: "Paises Bajos" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +data: App\Entity\Country {#3522 …} +value: "92" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +data: App\Entity\Country {#3531 …} +value: "680" +label: "Palau" +attr: [] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +data: App\Entity\Country {#3540 …} +value: "507" +label: "Panama" +attr: [] +labelTranslationParameters: [] } 675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +data: App\Entity\Country {#3549 …} +value: "675" +label: "Papua Nueva Guinea" +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +data: App\Entity\Country {#3558 …} +value: "595" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +data: App\Entity\Country {#3567 …} +value: "51" +label: "Peru" +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +data: App\Entity\Country {#3576 …} +value: "435" +label: "Polinesia Francesa" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +data: App\Entity\Country {#3585 …} +value: "48" +label: "Polonia" +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +data: App\Entity\Country {#3594 …} +value: "351" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +data: App\Entity\Country {#3603 …} +value: "470" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } 974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +data: App\Entity\Country {#3612 …} +value: "974" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +data: App\Entity\Country {#3621 …} +value: "44" +label: "Reino Unido" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +data: App\Entity\Country {#3630 …} +value: "236" +label: "Republica Centroafricana" +attr: [] +labelTranslationParameters: [] } 980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +data: App\Entity\Country {#3639 …} +value: "980" +label: "Republica Checa" +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +data: App\Entity\Country {#3648 …} +value: "242" +label: "Republica Del Congo" +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +data: App\Entity\Country {#3657 …} +value: "243" +label: "Republica Democratica Del Cong" +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +data: App\Entity\Country {#3666 …} +value: "436" +label: "Republica Dominicana" +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +data: App\Entity\Country {#3675 …} +value: "262" +label: "Reunion" +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +data: App\Entity\Country {#3684 …} +value: "464" +label: "Rhodesia Del Sur" +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +data: App\Entity\Country {#3693 …} +value: "250" +label: "Ruanda" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +data: App\Entity\Country {#3702 …} +value: "40" +label: "Rumania" +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +data: App\Entity\Country {#3711 …} +value: "437" +label: "Rusia" +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +data: App\Entity\Country {#3720 …} +value: "438" +label: "Sahara Occidental" +attr: [] +labelTranslationParameters: [] } 685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +data: App\Entity\Country {#3729 …} +value: "685" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } 684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +data: App\Entity\Country {#3738 …} +value: "684" +label: "Samoa Americana" +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +data: App\Entity\Country {#3747 …} +value: "463" +label: "San Cristobal Y Nieves" +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +data: App\Entity\Country {#3756 …} +value: "472" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +data: App\Entity\Country {#3765 …} +value: "508" +label: "San Pedro Y Miquelon" +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +data: App\Entity\Country {#3774 …} +value: "439" +label: "San Vicente Y Las Granadinas" +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +data: App\Entity\Country {#3783 …} +value: "440" +label: "Santa Helena" +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +data: App\Entity\Country {#3792 …} +value: "441" +label: "Santa Lucia" +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +data: App\Entity\Country {#3801 …} +value: "239" +label: "Santo Tome Y Principe" +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +data: App\Entity\Country {#3810 …} +value: "221" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +data: App\Entity\Country {#3819 …} +value: "381" +label: "Serbia Y Montenegro" +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +data: App\Entity\Country {#3828 …} +value: "248" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +data: App\Entity\Country {#3837 …} +value: "232" +label: "Sierra Leona" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +data: App\Entity\Country {#3846 …} +value: "65" +label: "Singapur" +attr: [] +labelTranslationParameters: [] } 963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +data: App\Entity\Country {#3855 …} +value: "963" +label: "Siria" +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +data: App\Entity\Country {#3864 …} +value: "442" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +data: App\Entity\Country {#3873 …} +value: "94" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +data: App\Entity\Country {#3882 …} +value: "268" +label: "Suazilandia" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +data: App\Entity\Country {#3891 …} +value: "27" +label: "Sudafrica" +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +data: App\Entity\Country {#3900 …} +value: "249" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +data: App\Entity\Country {#3909 …} +value: "46" +label: "Suecia" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +data: App\Entity\Country {#3918 …} +value: "41" +label: "Suiza" +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +data: App\Entity\Country {#3927 …} +value: "597" +label: "Surinam" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +data: App\Entity\Country {#3936 …} +value: "79" +label: "Svalbard Y Jan Mayen" +attr: [] +labelTranslationParameters: [] } 689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +data: App\Entity\Country {#3945 …} +value: "689" +label: "Tahiti" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +data: App\Entity\Country {#3954 …} +value: "66" +label: "Tailandia" +attr: [] +labelTranslationParameters: [] } 886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +data: App\Entity\Country {#3963 …} +value: "886" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } 992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +data: App\Entity\Country {#3972 …} +value: "992" +label: "Tajikistan" +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +data: App\Entity\Country {#3981 …} +value: "255" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +data: App\Entity\Country {#3990 …} +value: "246" +label: "Territorio Oceanico De La Indi" +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +data: App\Entity\Country {#3999 …} +value: "1033" +label: "Territorios SureÑos De Francia" +attr: [] +labelTranslationParameters: [] } 670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +data: App\Entity\Country {#4008 …} +value: "670" +label: "Timor Leste" +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +data: App\Entity\Country {#4017 …} +value: "465" +label: "Timor Oriental" +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +data: App\Entity\Country {#4026 …} +value: "228" +label: "Togo" +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +data: App\Entity\Country {#4035 …} +value: "466" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } 676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +data: App\Entity\Country {#4044 …} +value: "676" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +data: App\Entity\Country {#4053 …} +value: "443" +label: "Trinidad Y Tobago" +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +data: App\Entity\Country {#4062 …} +value: "216" +label: "Tunez" +attr: [] +labelTranslationParameters: [] } 993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +data: App\Entity\Country {#4071 …} +value: "993" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +data: App\Entity\Country {#4080 …} +value: "90" +label: "Turquia" +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +data: App\Entity\Country {#4089 …} +value: "444" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +data: App\Entity\Country {#4098 …} +value: "445" +label: "Ucrania" +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +data: App\Entity\Country {#4107 …} +value: "256" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +data: App\Entity\Country {#4116 …} +value: "598" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +data: App\Entity\Country {#4125 …} +value: "998" +label: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } 678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +data: App\Entity\Country {#4134 …} +value: "678" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +data: App\Entity\Country {#4143 …} +value: "58" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +data: App\Entity\Country {#4152 …} +value: "447" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } 681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +data: App\Entity\Country {#4161 …} +value: "681" +label: "Wallis Y Futuna" +attr: [] +labelTranslationParameters: [] } 967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +data: App\Entity\Country {#4170 …} +value: "967" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +data: App\Entity\Country {#4179 …} +value: "38" +label: "Yugoslavia" +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +data: App\Entity\Country {#4188 …} +value: "260" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +data: App\Entity\Country {#4197 …} +value: "263" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1716 -errors: [] -form: Symfony\Component\Form\Form {#1664 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1718 …5} |
| full_name | "application[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_country" |
| is_selected | Closure($choice, $value) {#1720 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" => "/index.php/university/search-ajax" ] |
[ "class" => "select2 university-selector" "data-ajax-url" => "/index.php/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) {#1372 class: "App\Form\ApplicationType" this: App\Form\ApplicationType {#1268 …} } |
Doctrine\ORM\QueryBuilder {#1401 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1399 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1394 #from: "App\Entity\University" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1397 #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 {#1398 …} -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1400 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#188 …11} } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2 university-selector" "data-ajax-url" => "/index.php/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 {#1391 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1381 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1392 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1377 …} } |
| 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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -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 {#188 …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 {#1343 -singleId: true -intId: true -idField: "codUniversidad" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#188 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1338 …} } |
| 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 {#1401 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1399 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1394 #from: "App\Entity\University" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1397 #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 {#1398 …} -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1400 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#188 …11} } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1346 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2 university-selector" "data-ajax-url" => "/index.php/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 {#4467 -errors: [] -form: Symfony\Component\Form\Form {#1667 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1719 …5} |
| full_name | "application[university]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_university" |
| is_selected | Closure($choice, $value) {#4469 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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1610 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 {#1609 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() {#1622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1626 …} $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 {#4470 -errors: [] -form: Symfony\Component\Form\Form {#1670 …} } |
| form | Symfony\Component\Form\FormView {#4468 …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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1635 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() {#1637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1636 …} $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 {#4471 -errors: [] -form: Symfony\Component\Form\Form {#1673 …} } |
| form | Symfony\Component\Form\FormView {#4472 …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 {#630 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#50 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#629 …} -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) {#4476 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() {#4478 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#4477 …} $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 {#4488 -errors: [] -form: Symfony\Component\Form\Form {#4484 …} } |
| form | Symfony\Component\Form\FormView {#4479 …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" |