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) {#1306 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() {#1308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1307 …} $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 {#1628 -errors: [] -form: Symfony\Component\Form\Form {#1633 …} } |
| form | Symfony\Component\Form\FormView {#1309 …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) {#1408 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() {#1410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1409 …} $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 {#1466 -errors: [] -form: Symfony\Component\Form\Form {#1636 …} } |
| form | Symfony\Component\Form\FormView {#1613 …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 {#1314 +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 {#1314 +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 {#1314 +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() {#1424 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1423 …} $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 {#1457 -errors: [] -form: Symfony\Component\Form\Form {#1639 …} } |
| form | Symfony\Component\Form\FormView {#1444 …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) {#1432 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "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() {#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" "text" "_application_name" ] |
| cache_key | "_application_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1435 -errors: [] -form: Symfony\Component\Form\Form {#1642 …} } |
| form | Symfony\Component\Form\FormView {#1425 …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) {#1441 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "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() {#1443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1442 …} $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 {#1411 -errors: [] -form: Symfony\Component\Form\Form {#1645 …} } |
| form | Symfony\Component\Form\FormView {#1667 …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) {#1454 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() {#1456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1455 …} $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 {#1669 -errors: [] -form: Symfony\Component\Form\Form {#1648 …} } |
| form | Symfony\Component\Form\FormView {#1670 …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) {#1463 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() {#1465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1464 …} $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 {#1671 -errors: [] -form: Symfony\Component\Form\Form {#1651 …} } |
| form | Symfony\Component\Form\FormView {#1672 …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) {#1316 class: "App\Form\ApplicationType" this: App\Form\ApplicationType {#1258 …} } |
Doctrine\ORM\QueryBuilder {#1512 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1511 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1510 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1513 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.country ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1388 …} -dql: "SELECT c FROM App\Entity\Country c ORDER BY c.country ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1507 …} -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 {#1622 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1515 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1514 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1371 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1518 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1516 …} } |
| 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 {#1610 -singleId: true -intId: true -idField: "CodPais" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#188 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1474 …} } |
| 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 {#1512 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1511 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1510 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1513 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.country ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1388 …} -dql: "SELECT c FROM App\Entity\Country c ORDER BY c.country ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1507 …} -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() {#1473 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1472 …} $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 {#1711 +data: App\Entity\Country {#1727 …} +value: "400" +label: "Afganistan" +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1715 +data: App\Entity\Country {#1766 …} +value: "401" +label: "Albania" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1713 +data: App\Entity\Country {#1775 …} +value: "49" +label: "Alemania" +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1717 +data: App\Entity\Country {#1784 …} +value: "402" +label: "Alto Volta" +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1712 +data: App\Entity\Country {#1793 …} +value: "471" +label: "Andorra" +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1724 +data: App\Entity\Country {#1802 …} +value: "244" +label: "Angola" +attr: [] +labelTranslationParameters: [] } 1264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1723 +data: App\Entity\Country {#1811 …} +value: "1264" +label: "Anguilla" +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1722 +data: App\Entity\Country {#1820 …} +value: "450" +label: "Antartida" +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1714 +data: App\Entity\Country {#1829 …} +value: "389" +label: "Antigua Republica Yugoslava De" +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1719 +data: App\Entity\Country {#1838 …} +value: "403" +label: "Antigua Y Barbuda" +attr: [] +labelTranslationParameters: [] } 599 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4196 +data: App\Entity\Country {#1847 …} +value: "599" +label: "Antillas Holandesas" +attr: [] +labelTranslationParameters: [] } 966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4197 +data: App\Entity\Country {#1856 …} +value: "966" +label: "Arabia Saudi" +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4198 +data: App\Entity\Country {#1865 …} +value: "213" +label: "Argelia" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4199 +data: App\Entity\Country {#1874 …} +value: "54" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4200 +data: App\Entity\Country {#1883 …} +value: "374" +label: "Armenia" +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4201 +data: App\Entity\Country {#1892 …} +value: "404" +label: "Aruba" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4202 +data: App\Entity\Country {#1901 …} +value: "61" +label: "Australia" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4203 +data: App\Entity\Country {#1910 …} +value: "43" +label: "Austria" +attr: [] +labelTranslationParameters: [] } 994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4204 +data: App\Entity\Country {#1919 …} +value: "994" +label: "Azerbaiyan" +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4205 +data: App\Entity\Country {#1928 …} +value: "405" +label: "Bahamas" +attr: [] +labelTranslationParameters: [] } 973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4206 +data: App\Entity\Country {#1937 …} +value: "973" +label: "Bahrein" +attr: [] +labelTranslationParameters: [] } 880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4207 +data: App\Entity\Country {#1946 …} +value: "880" +label: "Bangladesh" +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4208 +data: App\Entity\Country {#1955 …} +value: "406" +label: "Barbados" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4209 +data: App\Entity\Country {#1964 …} +value: "32" +label: "Belgica" +attr: [] +labelTranslationParameters: [] } 501 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4210 +data: App\Entity\Country {#1973 …} +value: "501" +label: "Belice" +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4211 +data: App\Entity\Country {#1982 …} +value: "229" +label: "Benin" +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4212 +data: App\Entity\Country {#1991 …} +value: "407" +label: "Bermuda" +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4213 +data: App\Entity\Country {#2000 …} +value: "408" +label: "Bielorrusia" +attr: [] +labelTranslationParameters: [] } 591 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4214 +data: App\Entity\Country {#2009 …} +value: "591" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } 979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4215 +data: App\Entity\Country {#2018 …} +value: "979" +label: "Bosnia Y Herzegovina" +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4216 +data: App\Entity\Country {#2027 …} +value: "267" +label: "Botswana" +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4217 +data: App\Entity\Country {#2036 …} +value: "451" +label: "Bouvet Islands" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4218 +data: App\Entity\Country {#2045 …} +value: "55" +label: "Brasil" +attr: [] +labelTranslationParameters: [] } 673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4219 +data: App\Entity\Country {#2054 …} +value: "673" +label: "Brunei Darussalam" +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4220 +data: App\Entity\Country {#2063 …} +value: "359" +label: "Bulgaria" +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4221 +data: App\Entity\Country {#2072 …} +value: "226" +label: "Burkina Faso" +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4222 +data: App\Entity\Country {#2081 …} +value: "452" +label: "Burma" +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4223 +data: App\Entity\Country {#2090 …} +value: "257" +label: "Burundi" +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4224 +data: App\Entity\Country {#2099 …} +value: "409" +label: "Butan" +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4225 +data: App\Entity\Country {#2108 …} +value: "238" +label: "Cabo Verde" +attr: [] +labelTranslationParameters: [] } 855 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4226 +data: App\Entity\Country {#2117 …} +value: "855" +label: "Camboya" +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4227 +data: App\Entity\Country {#2126 …} +value: "237" +label: "Camerun" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4228 +data: App\Entity\Country {#2135 …} +value: "10" +label: "Canada" +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4229 +data: App\Entity\Country {#2144 …} +value: "453" +label: "Canton And Enderbury Islands" +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4230 +data: App\Entity\Country {#2153 …} +value: "235" +label: "Chad" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4231 +data: App\Entity\Country {#2162 …} +value: "42" +label: "Checoslovaquia" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4232 +data: App\Entity\Country {#2171 …} +value: "56" +label: "Chile" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +data: App\Entity\Country {#2180 …} +value: "86" +label: "China" +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +data: App\Entity\Country {#2189 …} +value: "357" +label: "Chipre" +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4235 +data: App\Entity\Country {#2198 …} +value: "446" +label: "Ciudad Estado Del Vaticano" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4236 +data: App\Entity\Country {#2207 …} +value: "57" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +data: App\Entity\Country {#2216 …} +value: "410" +label: "Comoros" +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +data: App\Entity\Country {#2225 …} +value: "411" +label: "Corea Del Norte" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4239 +data: App\Entity\Country {#2234 …} +value: "82" +label: "Corea Del Sur" +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4240 +data: App\Entity\Country {#2243 …} +value: "225" +label: "Costa De Marfil" +attr: [] +labelTranslationParameters: [] } 506 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +data: App\Entity\Country {#2252 …} +value: "506" +label: "Costa Rica" +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4242 +data: App\Entity\Country {#2261 …} +value: "191" +label: "Croacia" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +data: App\Entity\Country {#2270 …} +value: "53" +label: "Cuba" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4244 +data: App\Entity\Country {#2279 …} +value: "45" +label: "Dinamarca" +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4245 +data: App\Entity\Country {#2288 …} +value: "253" +label: "Djibouti" +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +data: App\Entity\Country {#2297 …} +value: "412" +label: "Dominica" +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +data: App\Entity\Country {#2306 …} +value: "454" +label: "Dronning Maud Land" +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4248 +data: App\Entity\Country {#2315 …} +value: "455" +label: "East Timor" +attr: [] +labelTranslationParameters: [] } 593 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4249 +data: App\Entity\Country {#2324 …} +value: "593" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4250 +data: App\Entity\Country {#2333 …} +value: "20" +label: "Egipto" +attr: [] +labelTranslationParameters: [] } 503 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4251 +data: App\Entity\Country {#2342 …} +value: "503" +label: "El Salvador" +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4252 +data: App\Entity\Country {#2351 …} +value: "971" +label: "Emiratos Arabes Unidos" +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4253 +data: App\Entity\Country {#2360 …} +value: "291" +label: "Eritrea" +attr: [] +labelTranslationParameters: [] } 1421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +data: App\Entity\Country {#2369 …} +value: "1421" +label: "Eslovaquia" +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4255 +data: App\Entity\Country {#2378 …} +value: "386" +label: "Eslovenia" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +data: App\Entity\Country {#2387 …} +value: "34" +label: "EspaÑa" +attr: [] +labelTranslationParameters: [] } 970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4257 +data: App\Entity\Country {#2396 …} +value: "970" +label: "Estado Palestino" +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +data: App\Entity\Country {#2405 …} +value: "1" +label: "Estados Unidos" +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +data: App\Entity\Country {#2414 …} +value: "372" +label: "Estonia" +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +data: App\Entity\Country {#2423 …} +value: "251" +label: "Etiopia" +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +data: App\Entity\Country {#2432 …} +value: "456" +label: "Faeroe Islands" +attr: [] +labelTranslationParameters: [] } 679 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +data: App\Entity\Country {#2441 …} +value: "679" +label: "Fiji" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +data: App\Entity\Country {#2450 …} +value: "63" +label: "Filipinas" +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +data: App\Entity\Country {#2459 …} +value: "358" +label: "Finlandia" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +data: App\Entity\Country {#2468 …} +value: "33" +label: "Francia" +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +data: App\Entity\Country {#2477 …} +value: "241" +label: "Gabon" +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +data: App\Entity\Country {#2486 …} +value: "220" +label: "Gambia" +attr: [] +labelTranslationParameters: [] } 995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +data: App\Entity\Country {#2495 …} +value: "995" +label: "Georgia" +attr: [] +labelTranslationParameters: [] } 1500 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +data: App\Entity\Country {#2504 …} +value: "1500" +label: "Georgia Del Sur E Islas Sandwi" +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +data: App\Entity\Country {#2513 …} +value: "233" +label: "Ghana" +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +data: App\Entity\Country {#2522 …} +value: "413" +label: "Gibraltar" +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +data: App\Entity\Country {#2531 …} +value: "414" +label: "Granada" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +data: App\Entity\Country {#2540 …} +value: "30" +label: "Grecia" +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +data: App\Entity\Country {#2549 …} +value: "415" +label: "Groenlandia" +attr: [] +labelTranslationParameters: [] } 590 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +data: App\Entity\Country {#2558 …} +value: "590" +label: "Guadalupe" +attr: [] +labelTranslationParameters: [] } 671 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +data: App\Entity\Country {#2567 …} +value: "671" +label: "Guam" +attr: [] +labelTranslationParameters: [] } 502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +data: App\Entity\Country {#2576 …} +value: "502" +label: "Guatemala" +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +data: App\Entity\Country {#2585 …} +value: "224" +label: "Guinea" +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +data: App\Entity\Country {#2594 …} +value: "240" +label: "Guinea Ecuatorial" +attr: [] +labelTranslationParameters: [] } 594 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +data: App\Entity\Country {#2603 …} +value: "594" +label: "Guinea Francesa" +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +data: App\Entity\Country {#2612 …} +value: "245" +label: "Guinea-bissau" +attr: [] +labelTranslationParameters: [] } 592 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +data: App\Entity\Country {#2621 …} +value: "592" +label: "Guyana" +attr: [] +labelTranslationParameters: [] } 509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +data: App\Entity\Country {#2630 …} +value: "509" +label: "Haiti" +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +data: App\Entity\Country {#2639 …} +value: "469" +label: "Hawai" +attr: [] +labelTranslationParameters: [] } 504 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +data: App\Entity\Country {#2648 …} +value: "504" +label: "Honduras" +attr: [] +labelTranslationParameters: [] } 852 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +data: App\Entity\Country {#2657 …} +value: "852" +label: "Hong Kong" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +data: App\Entity\Country {#2666 …} +value: "36" +label: "Hungria" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +data: App\Entity\Country {#2675 …} +value: "91" +label: "India" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +data: App\Entity\Country {#2684 …} +value: "62" +label: "Indonesia" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +data: App\Entity\Country {#2693 …} +value: "98" +label: "Iran" +attr: [] +labelTranslationParameters: [] } 964 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +data: App\Entity\Country {#2702 …} +value: "964" +label: "Iraq" +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +data: App\Entity\Country {#2711 …} +value: "353" +label: "Irlanda" +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +data: App\Entity\Country {#2720 …} +value: "457" +label: "Isla Bouvet" +attr: [] +labelTranslationParameters: [] } 1044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +data: App\Entity\Country {#2729 …} +value: "1044" +label: "Isla De Man" +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +data: App\Entity\Country {#2738 …} +value: "1061" +label: "Isla Heard E Islas Mcdonald" +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +data: App\Entity\Country {#2747 …} +value: "416" +label: "Isla Johnston Y Sand" +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +data: App\Entity\Country {#2756 …} +value: "467" +label: "Isla Midway" +attr: [] +labelTranslationParameters: [] } 672 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +data: App\Entity\Country {#2765 …} +value: "672" +label: "Isla Navidad" +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +data: App\Entity\Country {#2774 …} +value: "417" +label: "Isla Wake" +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +data: App\Entity\Country {#2783 …} +value: "354" +label: "Islandia" +attr: [] +labelTranslationParameters: [] } 1358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +data: App\Entity\Country {#2792 …} +value: "1358" +label: "Islas Åland" +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +data: App\Entity\Country {#2801 …} +value: "418" +label: "Islas Caiman" +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +data: App\Entity\Country {#2810 …} +value: "420" +label: "Islas Christmas" +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +data: App\Entity\Country {#2819 …} +value: "419" +label: "Islas Cocos" +attr: [] +labelTranslationParameters: [] } 682 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +data: App\Entity\Country {#2828 …} +value: "682" +label: "Islas Cook" +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +data: App\Entity\Country {#2837 …} +value: "421" +label: "Islas Falkland O Malvinas" +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +data: App\Entity\Country {#2846 …} +value: "298" +label: "Islas Faroe" +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +data: App\Entity\Country {#2855 …} +value: "448" +label: "Islas Feroes" +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +data: App\Entity\Country {#2864 …} +value: "449" +label: "Islas Gilbert" +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +data: App\Entity\Country {#2873 …} +value: "422" +label: "Islas Heard Mcdonald" +attr: [] +labelTranslationParameters: [] } 1670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +data: App\Entity\Country {#2882 …} +value: "1670" +label: "Islas Marianas Del Norte" +attr: [] +labelTranslationParameters: [] } 692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +data: App\Entity\Country {#2891 …} +value: "692" +label: "Islas Marshall" +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +data: App\Entity\Country {#2900 …} +value: "1001" +label: "Islas Menores De Estados Unido" +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +data: App\Entity\Country {#2909 …} +value: "423" +label: "Islas Niue" +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +data: App\Entity\Country {#2918 …} +value: "424" +label: "Islas Norfolk" +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +data: App\Entity\Country {#2927 …} +value: "425" +label: "Islas Pitcairn" +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +data: App\Entity\Country {#2936 …} +value: "426" +label: "Islas Salomon" +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +data: App\Entity\Country {#2945 …} +value: "458" +label: "Islas Svalbard Y Juan Mayen" +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +data: App\Entity\Country {#2954 …} +value: "427" +label: "Islas Turcas Y Caicos" +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +data: App\Entity\Country {#2963 …} +value: "428" +label: "Islas Virgenes Americanas" +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +data: App\Entity\Country {#2972 …} +value: "429" +label: "Islas Virgenes Britanicas" +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +data: App\Entity\Country {#2981 …} +value: "430" +label: "Islas Wallis Y Futuna" +attr: [] +labelTranslationParameters: [] } 972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +data: App\Entity\Country {#2990 …} +value: "972" +label: "Israel" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +data: App\Entity\Country {#2999 …} +value: "39" +label: "Italia" +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +data: App\Entity\Country {#3008 …} +value: "431" +label: "Jamaica" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +data: App\Entity\Country {#3017 …} +value: "81" +label: "Japon" +attr: [] +labelTranslationParameters: [] } 962 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +data: App\Entity\Country {#3026 …} +value: "962" +label: "Jordania" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +data: App\Entity\Country {#3035 …} +value: "7" +label: "Kazajstan" +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +data: App\Entity\Country {#3044 …} +value: "254" +label: "Kenia" +attr: [] +labelTranslationParameters: [] } 996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +data: App\Entity\Country {#3053 …} +value: "996" +label: "Kirguizistan" +attr: [] +labelTranslationParameters: [] } 686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +data: App\Entity\Country {#3062 …} +value: "686" +label: "Kiribati" +attr: [] +labelTranslationParameters: [] } 965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +data: App\Entity\Country {#3071 …} +value: "965" +label: "Kuwait" +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +data: App\Entity\Country {#3080 …} +value: "432" +label: "Lao" +attr: [] +labelTranslationParameters: [] } 856 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +data: App\Entity\Country {#3089 …} +value: "856" +label: "Laos" +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +data: App\Entity\Country {#3098 …} +value: "266" +label: "Lesoto" +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +data: App\Entity\Country {#3107 …} +value: "371" +label: "Letonia" +attr: [] +labelTranslationParameters: [] } 961 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +data: App\Entity\Country {#3116 …} +value: "961" +label: "Libano" +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +data: App\Entity\Country {#3125 …} +value: "231" +label: "Liberia" +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +data: App\Entity\Country {#3134 …} +value: "218" +label: "Libia" +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +data: App\Entity\Country {#3143 …} +value: "473" +label: "Liechtenstein" +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +data: App\Entity\Country {#3152 …} +value: "370" +label: "Lituania" +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +data: App\Entity\Country {#3161 …} +value: "352" +label: "Luxemburgo" +attr: [] +labelTranslationParameters: [] } 853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +data: App\Entity\Country {#3170 …} +value: "853" +label: "Macao" +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +data: App\Entity\Country {#3179 …} +value: "261" +label: "Madagascar" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +data: App\Entity\Country {#3188 …} +value: "60" +label: "Malasia" +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +data: App\Entity\Country {#3197 …} +value: "265" +label: "Malawi" +attr: [] +labelTranslationParameters: [] } 960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +data: App\Entity\Country {#3206 …} +value: "960" +label: "Maldivas" +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +data: App\Entity\Country {#3215 …} +value: "223" +label: "Mali" +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +data: App\Entity\Country {#3224 …} +value: "356" +label: "Malta" +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +data: App\Entity\Country {#3233 …} +value: "212" +label: "Marruecos" +attr: [] +labelTranslationParameters: [] } 596 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +data: App\Entity\Country {#3242 …} +value: "596" +label: "Martinica" +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +data: App\Entity\Country {#3251 …} +value: "230" +label: "Mauricio" +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +data: App\Entity\Country {#3260 …} +value: "222" +label: "Mauritania" +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +data: App\Entity\Country {#3269 …} +value: "175" +label: "Mayotte" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +data: App\Entity\Country {#3278 …} +value: "52" +label: "Mexico" +attr: [] +labelTranslationParameters: [] } 691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +data: App\Entity\Country {#3287 …} +value: "691" +label: "Micronesia" +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +data: App\Entity\Country {#3296 …} +value: "373" +label: "Moldavia" +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +data: App\Entity\Country {#3305 …} +value: "468" +label: "Monaco" +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +data: App\Entity\Country {#3314 …} +value: "433" +label: "Mongolia" +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +data: App\Entity\Country {#3323 …} +value: "434" +label: "Montserrat" +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +data: App\Entity\Country {#3332 …} +value: "258" +label: "Mozambique" +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +data: App\Entity\Country {#3341 …} +value: "459" +label: "Mundial" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +data: App\Entity\Country {#3350 …} +value: "95" +label: "Myanmar" +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +data: App\Entity\Country {#3359 …} +value: "978" +label: "Nacionalidad Extranjera" +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +data: App\Entity\Country {#3368 …} +value: "264" +label: "Namibia" +attr: [] +labelTranslationParameters: [] } 674 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +data: App\Entity\Country {#3377 …} +value: "674" +label: "Nauru" +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +data: App\Entity\Country {#3386 …} +value: "977" +label: "Nepal" +attr: [] +labelTranslationParameters: [] } 505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +data: App\Entity\Country {#3395 …} +value: "505" +label: "Nicaragua" +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +data: App\Entity\Country {#3404 …} +value: "227" +label: "Niger" +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +data: App\Entity\Country {#3413 …} +value: "234" +label: "Nigeria" +attr: [] +labelTranslationParameters: [] } 683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +data: App\Entity\Country {#3422 …} +value: "683" +label: "Niue" +attr: [] +labelTranslationParameters: [] } 0 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +data: App\Entity\Country {#3431 …} +value: "0" +label: "No Tiene" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +data: App\Entity\Country {#3440 …} +value: "47" +label: "Noruega" +attr: [] +labelTranslationParameters: [] } 687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +data: App\Entity\Country {#3449 …} +value: "687" +label: "Nueva Caledonia" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +data: App\Entity\Country {#3458 …} +value: "64" +label: "Nueva Zelanda" +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +data: App\Entity\Country {#3467 …} +value: "460" +label: "Nuevas Hebridas" +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +data: App\Entity\Country {#3476 …} +value: "461" +label: "Oceano Indico, Terr. Britanico" +attr: [] +labelTranslationParameters: [] } 968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +data: App\Entity\Country {#3485 …} +value: "968" +label: "Oman" +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +data: App\Entity\Country {#3494 …} +value: "462" +label: "Pacifico, Islas Varias De Eeuu" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +data: App\Entity\Country {#3503 …} +value: "31" +label: "Paises Bajos" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +data: App\Entity\Country {#3512 …} +value: "92" +label: "Pakistan" +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +data: App\Entity\Country {#3521 …} +value: "680" +label: "Palau" +attr: [] +labelTranslationParameters: [] } 507 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +data: App\Entity\Country {#3530 …} +value: "507" +label: "Panama" +attr: [] +labelTranslationParameters: [] } 675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +data: App\Entity\Country {#3539 …} +value: "675" +label: "Papua Nueva Guinea" +attr: [] +labelTranslationParameters: [] } 595 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +data: App\Entity\Country {#3548 …} +value: "595" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +data: App\Entity\Country {#3557 …} +value: "51" +label: "Peru" +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +data: App\Entity\Country {#3566 …} +value: "435" +label: "Polinesia Francesa" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +data: App\Entity\Country {#3575 …} +value: "48" +label: "Polonia" +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +data: App\Entity\Country {#3584 …} +value: "351" +label: "Portugal" +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +data: App\Entity\Country {#3593 …} +value: "470" +label: "Puerto Rico" +attr: [] +labelTranslationParameters: [] } 974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +data: App\Entity\Country {#3602 …} +value: "974" +label: "Qatar" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +data: App\Entity\Country {#3611 …} +value: "44" +label: "Reino Unido" +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +data: App\Entity\Country {#3620 …} +value: "236" +label: "Republica Centroafricana" +attr: [] +labelTranslationParameters: [] } 980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +data: App\Entity\Country {#3629 …} +value: "980" +label: "Republica Checa" +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +data: App\Entity\Country {#3638 …} +value: "242" +label: "Republica Del Congo" +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +data: App\Entity\Country {#3647 …} +value: "243" +label: "Republica Democratica Del Cong" +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +data: App\Entity\Country {#3656 …} +value: "436" +label: "Republica Dominicana" +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +data: App\Entity\Country {#3665 …} +value: "262" +label: "Reunion" +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +data: App\Entity\Country {#3674 …} +value: "464" +label: "Rhodesia Del Sur" +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +data: App\Entity\Country {#3683 …} +value: "250" +label: "Ruanda" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +data: App\Entity\Country {#3692 …} +value: "40" +label: "Rumania" +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +data: App\Entity\Country {#3701 …} +value: "437" +label: "Rusia" +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +data: App\Entity\Country {#3710 …} +value: "438" +label: "Sahara Occidental" +attr: [] +labelTranslationParameters: [] } 685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +data: App\Entity\Country {#3719 …} +value: "685" +label: "Samoa" +attr: [] +labelTranslationParameters: [] } 684 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +data: App\Entity\Country {#3728 …} +value: "684" +label: "Samoa Americana" +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +data: App\Entity\Country {#3737 …} +value: "463" +label: "San Cristobal Y Nieves" +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +data: App\Entity\Country {#3746 …} +value: "472" +label: "San Marino" +attr: [] +labelTranslationParameters: [] } 508 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +data: App\Entity\Country {#3755 …} +value: "508" +label: "San Pedro Y Miquelon" +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +data: App\Entity\Country {#3764 …} +value: "439" +label: "San Vicente Y Las Granadinas" +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +data: App\Entity\Country {#3773 …} +value: "440" +label: "Santa Helena" +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +data: App\Entity\Country {#3782 …} +value: "441" +label: "Santa Lucia" +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +data: App\Entity\Country {#3791 …} +value: "239" +label: "Santo Tome Y Principe" +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +data: App\Entity\Country {#3800 …} +value: "221" +label: "Senegal" +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +data: App\Entity\Country {#3809 …} +value: "381" +label: "Serbia Y Montenegro" +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +data: App\Entity\Country {#3818 …} +value: "248" +label: "Seychelles" +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +data: App\Entity\Country {#3827 …} +value: "232" +label: "Sierra Leona" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +data: App\Entity\Country {#3836 …} +value: "65" +label: "Singapur" +attr: [] +labelTranslationParameters: [] } 963 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +data: App\Entity\Country {#3845 …} +value: "963" +label: "Siria" +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +data: App\Entity\Country {#3854 …} +value: "442" +label: "Somalia" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +data: App\Entity\Country {#3863 …} +value: "94" +label: "Sri Lanka" +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +data: App\Entity\Country {#3872 …} +value: "268" +label: "Suazilandia" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +data: App\Entity\Country {#3881 …} +value: "27" +label: "Sudafrica" +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +data: App\Entity\Country {#3890 …} +value: "249" +label: "Sudan" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +data: App\Entity\Country {#3899 …} +value: "46" +label: "Suecia" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +data: App\Entity\Country {#3908 …} +value: "41" +label: "Suiza" +attr: [] +labelTranslationParameters: [] } 597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +data: App\Entity\Country {#3917 …} +value: "597" +label: "Surinam" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +data: App\Entity\Country {#3926 …} +value: "79" +label: "Svalbard Y Jan Mayen" +attr: [] +labelTranslationParameters: [] } 689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +data: App\Entity\Country {#3935 …} +value: "689" +label: "Tahiti" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +data: App\Entity\Country {#3944 …} +value: "66" +label: "Tailandia" +attr: [] +labelTranslationParameters: [] } 886 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +data: App\Entity\Country {#3953 …} +value: "886" +label: "Taiwan" +attr: [] +labelTranslationParameters: [] } 992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +data: App\Entity\Country {#3962 …} +value: "992" +label: "Tajikistan" +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +data: App\Entity\Country {#3971 …} +value: "255" +label: "Tanzania" +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +data: App\Entity\Country {#3980 …} +value: "246" +label: "Territorio Oceanico De La Indi" +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +data: App\Entity\Country {#3989 …} +value: "1033" +label: "Territorios SureÑos De Francia" +attr: [] +labelTranslationParameters: [] } 670 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +data: App\Entity\Country {#3998 …} +value: "670" +label: "Timor Leste" +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +data: App\Entity\Country {#4007 …} +value: "465" +label: "Timor Oriental" +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +data: App\Entity\Country {#4016 …} +value: "228" +label: "Togo" +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +data: App\Entity\Country {#4025 …} +value: "466" +label: "Tokelau" +attr: [] +labelTranslationParameters: [] } 676 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +data: App\Entity\Country {#4034 …} +value: "676" +label: "Tonga" +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +data: App\Entity\Country {#4043 …} +value: "443" +label: "Trinidad Y Tobago" +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +data: App\Entity\Country {#4052 …} +value: "216" +label: "Tunez" +attr: [] +labelTranslationParameters: [] } 993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +data: App\Entity\Country {#4061 …} +value: "993" +label: "Turkmenistan" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +data: App\Entity\Country {#4070 …} +value: "90" +label: "Turquia" +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +data: App\Entity\Country {#4079 …} +value: "444" +label: "Tuvalu" +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +data: App\Entity\Country {#4088 …} +value: "445" +label: "Ucrania" +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +data: App\Entity\Country {#4097 …} +value: "256" +label: "Uganda" +attr: [] +labelTranslationParameters: [] } 598 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +data: App\Entity\Country {#4106 …} +value: "598" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +data: App\Entity\Country {#4115 …} +value: "998" +label: "Uzbekistan" +attr: [] +labelTranslationParameters: [] } 678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +data: App\Entity\Country {#4124 …} +value: "678" +label: "Vanuatu" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +data: App\Entity\Country {#4133 …} +value: "58" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +data: App\Entity\Country {#4142 …} +value: "447" +label: "Vietnam" +attr: [] +labelTranslationParameters: [] } 681 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +data: App\Entity\Country {#4151 …} +value: "681" +label: "Wallis Y Futuna" +attr: [] +labelTranslationParameters: [] } 967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +data: App\Entity\Country {#4160 …} +value: "967" +label: "Yemen" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +data: App\Entity\Country {#4169 …} +value: "38" +label: "Yugoslavia" +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +data: App\Entity\Country {#4178 …} +value: "260" +label: "Zambia" +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +data: App\Entity\Country {#4187 …} +value: "263" +label: "Zimbabwe" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1706 -errors: [] -form: Symfony\Component\Form\Form {#1654 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1708 …5} |
| full_name | "application[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_country" |
| is_selected | Closure($choice, $value) {#1710 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) {#1362 class: "App\Form\ApplicationType" this: App\Form\ApplicationType {#1258 …} } |
Doctrine\ORM\QueryBuilder {#1391 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1389 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1384 #from: "App\Entity\University" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1387 #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 {#1388 …} -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1390 …} -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 {#1381 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1371 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1382 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1367 …} } |
| 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 {#1333 -singleId: true -intId: true -idField: "codUniversidad" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#188 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1328 …} } |
| 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 {#1391 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1389 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1384 #from: "App\Entity\University" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1387 #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 {#1388 …} -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1390 …} -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() {#1334 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1336 …} $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 {#4457 -errors: [] -form: Symfony\Component\Form\Form {#1657 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1709 …5} |
| full_name | "application[university]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "application_university" |
| is_selected | Closure($choice, $value) {#4459 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) {#1600 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 {#1599 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() {#1612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1616 …} $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 {#4460 -errors: [] -form: Symfony\Component\Form\Form {#1660 …} } |
| form | Symfony\Component\Form\FormView {#4458 …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) {#1625 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() {#1627 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1626 …} $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 {#4461 -errors: [] -form: Symfony\Component\Form\Form {#1663 …} } |
| form | Symfony\Component\Form\FormView {#4462 …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) {#4466 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() {#4468 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#4467 …} $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 {#4478 -errors: [] -form: Symfony\Component\Form\Form {#4474 …} } |
| form | Symfony\Component\Form\FormView {#4469 …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" |