- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 55
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "procesoReclutamiento" => "47" "unidadMilitar" => "203" ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
csrf_protection | false |
false
|
data | [ "procesoReclutamiento" => "47" "unidadMilitar" => "203" ] |
[ "procesoReclutamiento" => "47" "unidadMilitar" => "203" ] |
validation_groups | [
"filtering"
] |
[
"filtering"
]
|
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1422 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1424 …} -namespace: Closure() {#1426 …} } |
data | [ "procesoReclutamiento" => "47" "unidadMilitar" => "203" ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1441 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1325 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1428 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#1442 …} } } |
validation_groups | [
"filtering"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | [ "procesoReclutamiento" => "47" "unidadMilitar" => "203" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3103 -form: Symfony\Component\Form\Form {#2276 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3104 …5} |
full_name | "form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form" |
valid | true |
value | [ "procesoReclutamiento" => "47" "unidadMilitar" => "203" ] |
procesoReclutamiento
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\ProcesoReclutamiento {#1835 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1826 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1823 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1825 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1830 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1831 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1832 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1833 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 1 -activo: true -cantCursos: 3 -cursos: Doctrine\ORM\PersistentCollection {#1861 …} -fotoUniforme: null -tituloReporteUniforme: "Talla de Uniforme" -fotoJockey: null -tituloReporteJockey: "Talla de jockey" -fotoCalzado: null -tituloReporteCalzado: "Talla de calzado" -fotoCamiseta: null -tituloReporteCamiseta: "Talla de camiseta" -tituloReporteEstudios: "Estudios culminados" } |
View Format |
"47"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\ProcesoReclutamiento" |
same as passed value |
data | App\Entity\ProcesoReclutamiento {#1835 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1826 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1823 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1825 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1830 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1831 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1832 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1833 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 1 -activo: true -cantCursos: 3 -cursos: Doctrine\ORM\PersistentCollection {#1861 …} -fotoUniforme: null -tituloReporteUniforme: "Talla de Uniforme" -fotoJockey: null -tituloReporteJockey: "Talla de jockey" -fotoCalzado: null -tituloReporteCalzado: "Talla de calzado" -fotoCamiseta: null -tituloReporteCamiseta: "Talla de camiseta" -tituloReporteEstudios: "Estudios culminados" } |
same as passed value |
empty_data | null |
null
|
label | "Proceso" |
same as passed value |
mapped | false |
false
|
multiple | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2240 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2239 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2228 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2235 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2227 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2226 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2224 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2225 …} } |
choices | null |
class | "App\Entity\ProcesoReclutamiento" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1422 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1424 …} -namespace: Closure() {#1426 …} } |
data | App\Entity\ProcesoReclutamiento {#1835 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1826 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1823 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1825 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1830 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1831 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1832 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1833 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 1 -activo: true -cantCursos: 3 -cursos: Doctrine\ORM\PersistentCollection {#1861 …} -fotoUniforme: null -tituloReporteUniforme: "Talla de Uniforme" -fotoJockey: null -tituloReporteJockey: "Talla de jockey" -fotoCalzado: null -tituloReporteCalzado: "Talla de calzado" -fotoCamiseta: null -tituloReporteCamiseta: "Talla de camiseta" -tituloReporteEstudios: "Estudios culminados" } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#406 …2} |
empty_data | null |
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 {#2234 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#406 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1485 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Proceso" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "--- Seleccione ---" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2236 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1428 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#2238 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_procesoReclutamiento" ] |
cache_key | "_form_procesoReclutamiento_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3098 +label: "2005 - SEGUNDA" +value: "47" +data: App\Entity\ProcesoReclutamiento {#1835 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1826 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1823 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1825 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1830 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1831 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1832 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1833 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 1 -activo: true -cantCursos: 3 -cursos: Doctrine\ORM\PersistentCollection {#1861 …} -fotoUniforme: null -tituloReporteUniforme: "Talla de Uniforme" -fotoJockey: null -tituloReporteJockey: "Talla de jockey" -fotoCalzado: null -tituloReporteCalzado: "Talla de calzado" -fotoCamiseta: null -tituloReporteCamiseta: "Talla de camiseta" -tituloReporteEstudios: "Estudios culminados" } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3096 +label: "2005 - PRIMERA" +value: "45" +data: App\Entity\ProcesoReclutamiento {#2353 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3090 +label: "2004 - SEGUNDA" +value: "44" +data: App\Entity\ProcesoReclutamiento {#2333 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3089 +label: "2004 - PRIMERA" +value: "43" +data: App\Entity\ProcesoReclutamiento {#3114 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "2003 - PRIMERA" +value: "41" +data: App\Entity\ProcesoReclutamiento {#3124 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3097 +label: "2000 - PRIMERA" +value: "28" +data: App\Entity\ProcesoReclutamiento {#3132 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3088 +label: "2000 - SEGUNDA" +value: "39" +data: App\Entity\ProcesoReclutamiento {#3140 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "2003 - SEGUNDA" +value: "42" +data: App\Entity\ProcesoReclutamiento {#3150 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3094 +label: "2005 - TERCERA" +value: "48" +data: App\Entity\ProcesoReclutamiento {#3160 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\ProcesoReclutamiento {#1835 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1826 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1823 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1825 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1830 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1831 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1832 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1833 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 1 -activo: true -cantCursos: 3 -cursos: Doctrine\ORM\PersistentCollection {#1861 …} -fotoUniforme: null -tituloReporteUniforme: "Talla de Uniforme" -fotoJockey: null -tituloReporteJockey: "Talla de jockey" -fotoCalzado: null -tituloReporteCalzado: "Talla de calzado" -fotoCamiseta: null -tituloReporteCamiseta: "Talla de camiseta" -tituloReporteEstudios: "Estudios culminados" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3099 -form: Symfony\Component\Form\Form {#2311 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3100 …5} |
full_name | "form[procesoReclutamiento]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_procesoReclutamiento" |
is_selected | Closure($choice, $value) {#2326 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2210 …} } |
label | "Proceso" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "procesoReclutamiento" |
placeholder | "--- Seleccione ---" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_procesoReclutamiento" |
valid | true |
value | "47" |
reclutaBase
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "style" => "width: 100%" "class" => "chosen-select" ] |
[ "style" => "width: 100%" "class" => "chosen-select" ] |
class | "App\Entity\BaseMovilizacion" |
same as passed value |
label | "Base de movilización:" |
same as passed value |
mapped | false |
false
|
multiple | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
query_builder | Doctrine\ORM\QueryBuilder {#2049 -_em: Doctrine\ORM\EntityManager {#524 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2056 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "b" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2053 #from: "App\Entity\BaseMovilizacion" #alias: "b" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2054 #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: [ "b.id in (SELECT prb_base.id FROM App\Entity\ProcesoReclutamientoBase prb INNER JOIN prb.proceso prb_proceso INNER JOIN prb.base prb_base WHERE prb_proceso.id = :PROCESO AND (prb_base.id in (SELECT prc_base.id FROM App\Entity\ProcesoReclutamientoCentro prc INNER JOIN prc.proceso prc_proceso INNER JOIN prc.base prc_base INNER JOIN prc.lugar prc_centro INNER JOIN prc_centro.centrosInstruccion centrosInstruccion WHERE prc_proceso.id = 47 AND centrosInstruccion.id = 22)))" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2055 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "b.nombre ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT b FROM App\Entity\BaseMovilizacion b WHERE b.id in (SELECT prb_base.id FROM App\Entity\ProcesoReclutamientoBase prb INNER JOIN prb.proceso prb_proceso INNER JOIN prb.base prb_base WHERE prb_proceso.id = :PROCESO AND (prb_base.id in (SELECT prc_base.id FROM App\Entity\ProcesoReclutamientoCentro prc INNER JOIN prc.proceso prc_proceso INNER JOIN prc.base prc_base INNER JOIN prc.lugar prc_centro INNER JOIN prc_centro.centrosInstruccion centrosInstruccion WHERE prc_proceso.id = 47 AND centrosInstruccion.id = 22))) ORDER BY b.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2057 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "chosen-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2240 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2239 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2348 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2267 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2266 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2226 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2270 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2268 …} } |
choices | null |
class | "App\Entity\BaseMovilizacion" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1422 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1424 …} -namespace: Closure() {#1426 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#406 …2} |
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 {#2272 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#406 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#691 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Base de movilización:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "--- Seleccione ---" |
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 {#2049 -_em: Doctrine\ORM\EntityManager {#524 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2056 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "b" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2053 #from: "App\Entity\BaseMovilizacion" #alias: "b" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2054 #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: [ "b.id in (SELECT prb_base.id FROM App\Entity\ProcesoReclutamientoBase prb INNER JOIN prb.proceso prb_proceso INNER JOIN prb.base prb_base WHERE prb_proceso.id = :PROCESO AND (prb_base.id in (SELECT prc_base.id FROM App\Entity\ProcesoReclutamientoCentro prc INNER JOIN prc.proceso prc_proceso INNER JOIN prc.base prc_base INNER JOIN prc.lugar prc_centro INNER JOIN prc_centro.centrosInstruccion centrosInstruccion WHERE prc_proceso.id = 47 AND centrosInstruccion.id = 22)))" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2055 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "b.nombre ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT b FROM App\Entity\BaseMovilizacion b WHERE b.id in (SELECT prb_base.id FROM App\Entity\ProcesoReclutamientoBase prb INNER JOIN prb.proceso prb_proceso INNER JOIN prb.base prb_base WHERE prb_proceso.id = :PROCESO AND (prb_base.id in (SELECT prc_base.id FROM App\Entity\ProcesoReclutamientoCentro prc INNER JOIN prc.proceso prc_proceso INNER JOIN prc.base prc_base INNER JOIN prc.lugar prc_centro INNER JOIN prc_centro.centrosInstruccion centrosInstruccion WHERE prc_proceso.id = 47 AND centrosInstruccion.id = 22))) ORDER BY b.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2057 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2265 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1428 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#2264 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "chosen-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_reclutaBase" ] |
cache_key | "_form_reclutaBase_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +label: "BASMOV OCCIDENTAL" +value: "11" +data: App\Entity\BaseMovilizacion {#3173 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3163 -form: Symfony\Component\Form\Form {#2310 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3164 …5} |
full_name | "form[reclutaBase]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_reclutaBase" |
is_selected | Closure($choice, $value) {#3169 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2210 …} } |
label | "Base de movilización:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "reclutaBase" |
placeholder | "--- Seleccione ---" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_reclutaBase" |
valid | true |
value | "" |
centroMovilizacion
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\CentroMovilizacion" |
same as passed value |
empty_data | null |
null
|
label | "Centro de movilización" |
same as passed value |
mapped | false |
false
|
multiple | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
query_builder | Doctrine\ORM\QueryBuilder {#2060 -_em: Doctrine\ORM\EntityManager {#524 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2068 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2069 #from: "App\Entity\CentroMovilizacion" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2070 #joinType: "INNER" #join: "c.centrosInstruccion" #alias: "centrosInstruccion" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2065 #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: [ "c.id in (SELECT prc_centro.id FROM App\Entity\ProcesoReclutamientoCentro prc INNER JOIN prc.proceso prc_proceso INNER JOIN prc.base prc_base INNER JOIN prc.lugar prc_centro WHERE prc_proceso.id = 47)" "centrosInstruccion.id = 22" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2061 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.nombre ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\CentroMovilizacion c INNER JOIN c.centrosInstruccion centrosInstruccion WHERE c.id in (SELECT prc_centro.id FROM App\Entity\ProcesoReclutamientoCentro prc INNER JOIN prc.proceso prc_proceso INNER JOIN prc.base prc_base INNER JOIN prc.lugar prc_centro WHERE prc_proceso.id = 47) AND centrosInstruccion.id = 22 ORDER BY c.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2067 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [ "centrosInstruccion" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2240 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2239 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2289 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2346 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2274 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2226 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2281 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2345 …} } |
choices | null |
class | "App\Entity\CentroMovilizacion" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1422 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1424 …} -namespace: Closure() {#1426 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#406 …2} |
empty_data | null |
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 {#2285 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#406 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#746 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Centro de movilización" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "--- Seleccione ---" |
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 {#2060 -_em: Doctrine\ORM\EntityManager {#524 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2068 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2069 #from: "App\Entity\CentroMovilizacion" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2070 #joinType: "INNER" #join: "c.centrosInstruccion" #alias: "centrosInstruccion" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2065 #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: [ "c.id in (SELECT prc_centro.id FROM App\Entity\ProcesoReclutamientoCentro prc INNER JOIN prc.proceso prc_proceso INNER JOIN prc.base prc_base INNER JOIN prc.lugar prc_centro WHERE prc_proceso.id = 47)" "centrosInstruccion.id = 22" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2061 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.nombre ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\CentroMovilizacion c INNER JOIN c.centrosInstruccion centrosInstruccion WHERE c.id in (SELECT prc_centro.id FROM App\Entity\ProcesoReclutamientoCentro prc INNER JOIN prc.proceso prc_proceso INNER JOIN prc.base prc_base INNER JOIN prc.lugar prc_centro WHERE prc_proceso.id = 47) AND centrosInstruccion.id = 22 ORDER BY c.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2067 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [ "centrosInstruccion" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2284 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1428 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#2287 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_centroMovilizacion" ] |
cache_key | "_form_centroMovilizacion_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3166 +label: "BASE OCCIDENTAL - GUAYAQUIL" +value: "39" +data: App\Entity\CentroMovilizacion {#3272 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3172 -form: Symfony\Component\Form\Form {#2288 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3171 …5} |
full_name | "form[centroMovilizacion]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_centroMovilizacion" |
is_selected | Closure($choice, $value) {#3168 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2210 …} } |
label | "Centro de movilización" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "centroMovilizacion" |
placeholder | "--- Seleccione ---" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_centroMovilizacion" |
valid | true |
value | "" |
unidadMilitar
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\UnidadMilitar {#2204 -id: 203 -sigla: "G.A.105 1" -nombre: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 1 "BOLÍVAR"" -centroInstruccion: Proxies\__CG__\App\Entity\CentroInstruccion {#1075 …} -fuerza: "TERRESTRE" -localizacion: Proxies\__CG__\App\Entity\NmclDominioLocalizacion {#2259 …} -cupoMasculino: 60 -adicionalMasculino: 550 -cupoFemenino: 0 -adicionalFemenino: 0 -direccion: "Panamericana/Troncal de la Sierra/E35, E487 y Troncal de la Costa/E25" -geometria: "POINT(-79.9059784412384 -3.2833067939888037)" -activo: true } |
View Format |
"203"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\UnidadMilitar" |
same as passed value |
data | App\Entity\UnidadMilitar {#2204 -id: 203 -sigla: "G.A.105 1" -nombre: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 1 "BOLÍVAR"" -centroInstruccion: Proxies\__CG__\App\Entity\CentroInstruccion {#1075 …} -fuerza: "TERRESTRE" -localizacion: Proxies\__CG__\App\Entity\NmclDominioLocalizacion {#2259 …} -cupoMasculino: 60 -adicionalMasculino: 550 -cupoFemenino: 0 -adicionalFemenino: 0 -direccion: "Panamericana/Troncal de la Sierra/E35, E487 y Troncal de la Costa/E25" -geometria: "POINT(-79.9059784412384 -3.2833067939888037)" -activo: true } |
same as passed value |
empty_data | null |
null
|
label | "Unidad asignada" |
same as passed value |
mapped | false |
false
|
multiple | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
query_builder | Doctrine\ORM\QueryBuilder {#2151 -_em: Doctrine\ORM\EntityManager {#524 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2159 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2158 #from: "App\Entity\UnidadMilitar" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2155 #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.id in (SELECT pru_unidad.id FROM App\Entity\ProcesoReclutamientoUnidad pru INNER JOIN pru.proceso pru_proceso INNER JOIN pru.lugar pru_centro INNER JOIN pru.unidad pru_unidad WHERE pru_proceso.id = 47)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2156 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT u FROM App\Entity\UnidadMilitar u WHERE u.id in (SELECT pru_unidad.id FROM App\Entity\ProcesoReclutamientoUnidad pru INNER JOIN pru.proceso pru_proceso INNER JOIN pru.lugar pru_centro INNER JOIN pru.unidad pru_unidad WHERE pru_proceso.id = 47) ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2160 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2240 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2239 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2349 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2294 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2339 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2226 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2297 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2302 …} } |
choices | null |
class | "App\Entity\UnidadMilitar" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1422 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1424 …} -namespace: Closure() {#1426 …} } |
data | App\Entity\UnidadMilitar {#2204 -id: 203 -sigla: "G.A.105 1" -nombre: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 1 "BOLÍVAR"" -centroInstruccion: Proxies\__CG__\App\Entity\CentroInstruccion {#1075 …} -fuerza: "TERRESTRE" -localizacion: Proxies\__CG__\App\Entity\NmclDominioLocalizacion {#2259 …} -cupoMasculino: 60 -adicionalMasculino: 550 -cupoFemenino: 0 -adicionalFemenino: 0 -direccion: "Panamericana/Troncal de la Sierra/E35, E487 y Troncal de la Costa/E25" -geometria: "POINT(-79.9059784412384 -3.2833067939888037)" -activo: true } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#406 …2} |
empty_data | null |
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 {#2303 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#406 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#807 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Unidad asignada" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "--- Seleccione ---" |
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 {#2151 -_em: Doctrine\ORM\EntityManager {#524 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2159 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2158 #from: "App\Entity\UnidadMilitar" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2155 #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.id in (SELECT pru_unidad.id FROM App\Entity\ProcesoReclutamientoUnidad pru INNER JOIN pru.proceso pru_proceso INNER JOIN pru.lugar pru_centro INNER JOIN pru.unidad pru_unidad WHERE pru_proceso.id = 47)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2156 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT u FROM App\Entity\UnidadMilitar u WHERE u.id in (SELECT pru_unidad.id FROM App\Entity\ProcesoReclutamientoUnidad pru INNER JOIN pru.proceso pru_proceso INNER JOIN pru.lugar pru_centro INNER JOIN pru.unidad pru_unidad WHERE pru_proceso.id = 47) ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2160 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2292 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1428 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#2291 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_unidadMilitar" ] |
cache_key | "_form_unidadMilitar_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +label: "ACADEMIA DE GUERRA DE LA FUERZA TERRESTRE" +value: "100" +data: App\Entity\UnidadMilitar {#3259 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3277 +label: "ALA DE COMBATE NRO. 23 MUJER" +value: "209" +data: App\Entity\UnidadMilitar {#3256 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +label: "BASE AÉREA ELOY ALFARO (ALA 23)" +value: "238" +data: App\Entity\UnidadMilitar {#3253 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +label: "BASE DE MOVILIZACIÓN CENTRAL (PICHINCHA)" +value: "239" +data: App\Entity\UnidadMilitar {#3251 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3267 +label: "BASE DE MOVILIZACION OCCIDENTAL" +value: "181" +data: App\Entity\UnidadMilitar {#3248 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3275 +label: "BASE DE MOVILIZACION ORIENTAL" +value: "133" +data: App\Entity\UnidadMilitar {#3245 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3261 +label: "BASE DE MOVILIZACION SUR" +value: "153" +data: App\Entity\UnidadMilitar {#3242 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3263 +label: "BASE NAVAL ESMERALDAS" +value: "232" +data: App\Entity\UnidadMilitar {#3240 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3265 +label: "BASE NAVAL JARAMIJO" +value: "207" +data: App\Entity\UnidadMilitar {#3237 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3279 +label: "BASE NAVAL NORTE GUAYAQUIL (MUJER)" +value: "271" +data: App\Entity\UnidadMilitar {#3235 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3260 +label: "BASE NAVAL SALINAS" +value: "218" +data: App\Entity\UnidadMilitar {#3233 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3504 +label: "BASE NAVAL SAN CRISTOBAL" +value: "199" +data: App\Entity\UnidadMilitar {#3230 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3505 +label: "BASE NAVAL SUR GQUIL" +value: "197" +data: App\Entity\UnidadMilitar {#3228 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3506 +label: "BAT. DE COMUNICACIONES NRO. 1 RUMINAHUI" +value: "76" +data: App\Entity\UnidadMilitar {#3226 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3507 +label: "BAT. DE INFANT. DE MARINA ESMERALDAS (BIMESM)" +value: "201" +data: App\Entity\UnidadMilitar {#3223 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3508 +label: "BAT. DE INFANT. DE MARINA JAMBELI" +value: "166" +data: App\Entity\UnidadMilitar {#3221 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3509 +label: "BAT. DE INFANT. DE MARINA JARAMIJO" +value: "208" +data: App\Entity\UnidadMilitar {#3218 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3510 +label: "BAT. DE INFANT. DE MARINA SAN EDUARDO" +value: "198" +data: App\Entity\UnidadMilitar {#3217 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3511 +label: "BAT. DE INFANT. DE MARINA SAN LORENZO" +value: "202" +data: App\Entity\UnidadMilitar {#3216 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3512 +label: "BAT. DE INFANT. NRO. 15 GUAYAQUIL" +value: "182" +data: App\Entity\UnidadMilitar {#3214 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3513 +label: "BAT. DE INFANT. NRO. 39 "MAYO. GALO MOLINA"" +value: "103" +data: App\Entity\UnidadMilitar {#3185 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3514 +label: "BAT. DE ING.DE COMBATE NRO. 67 'MONTUFAR'" +value: "127" +data: App\Entity\UnidadMilitar {#3188 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3515 +label: "BAT. DE ING.DE COMBATE NRO. 68 COTOPAXI" +value: "128" +data: App\Entity\UnidadMilitar {#3191 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3516 +label: "BAT. DE ING.DE COMBATE NRO. 69 CHIMBORAZO" +value: "129" +data: App\Entity\UnidadMilitar {#3194 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3517 +label: "BAT. DE SELVA NRO. 62 ZAMORA CMZAMORA" +value: "173" +data: App\Entity\UnidadMilitar {#3195 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3518 +label: "BAT. DE TRANSPORTES DEL COLOG CHASQUI" +value: "97" +data: App\Entity\UnidadMilitar {#3198 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3519 +label: "BAT. POLICIA MILITAR MINISTERIAL" +value: "84" +data: App\Entity\UnidadMilitar {#3200 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3520 +label: "BATALLO SELVA 49 CAPT CHIRIBOGA" +value: "230" +data: App\Entity\UnidadMilitar {#3202 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3521 +label: "BATALLÓN DE ABASTECIMIENTOS "PURUHA"" +value: "95" +data: App\Entity\UnidadMilitar {#3204 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3522 +label: "BATALLÓN DE INFANTERÍA MECANIZADA N° 9 "PEDERNALES"" +value: "283" +data: App\Entity\UnidadMilitar {#3205 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3523 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 1 "CONSTITUCIÓN"" +value: "165" +data: App\Entity\UnidadMilitar {#3208 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3524 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 13 "ESMERALDAS"" +value: "200" +data: App\Entity\UnidadMilitar {#3210 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3525 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 14 "MARAÑÓN"" +value: "217" +data: App\Entity\UnidadMilitar {#3212 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3526 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 19 "CARCHI"" +value: "186" +data: App\Entity\UnidadMilitar {#3285 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3527 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 2 "IMBABURA"" +value: "212" +data: App\Entity\UnidadMilitar {#3288 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3528 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 20 "CAPT. DIAZ"" +value: "187" +data: App\Entity\UnidadMilitar {#3289 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3529 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 21 "MACARA"" +value: "188" +data: App\Entity\UnidadMilitar {#3290 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3530 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 3 "PICHINCHA"" +value: "282" +data: App\Entity\UnidadMilitar {#3292 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3531 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 37 "VENCEDORES"" +value: "73" +data: App\Entity\UnidadMilitar {#3293 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3532 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 38 "AMBATO"" +value: "220" +data: App\Entity\UnidadMilitar {#3294 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3533 +label: "BATALLÓN DE INFANTERÍA No. 15 “GUAYAQUIL” (MUJR)" +value: "270" +data: App\Entity\UnidadMilitar {#3295 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3534 +label: "BATALLÓN DE INFANTERÍA No. 35 "LIBERTADORES"" +value: "304" +data: App\Entity\UnidadMilitar {#3296 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3535 +label: "BATALLÓN DE MANTENIMIENTO "QUISQUIS"" +value: "96" +data: App\Entity\UnidadMilitar {#3297 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3536 +label: "BATALLÓN DE OPERACIONES ESPECIALES DE SELVA NRO. 54 "CAPITÁN CALLES"" +value: "140" +data: App\Entity\UnidadMilitar {#3298 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3537 +label: "BATALLON DE SELVA No. 62 ZAMORA CMGUAYAS" +value: "222" +data: App\Entity\UnidadMilitar {#3301 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3538 +label: "BATALLÓN DE SELVA NRO. 17 "ZUMBA"" +value: "183" +data: App\Entity\UnidadMilitar {#3302 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3539 +label: "BATALLÓN DE SELVA NRO. 50 "MORONA"" +value: "137" +data: App\Entity\UnidadMilitar {#3305 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3540 +label: "BATALLÓN DE SELVA NRO. 55 "PUTUMAYO"" +value: "141" +data: App\Entity\UnidadMilitar {#3308 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3541 +label: "BATALLÓN DE SELVA NRO. 56 "TUNGURAHUA"" +value: "142" +data: App\Entity\UnidadMilitar {#3310 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3542 +label: "BATALLÓN DE SELVA NRO. 57 "MONTECRISTI"" +value: "147" +data: App\Entity\UnidadMilitar {#3312 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3543 +label: "BATALLÓN DE SELVA NRO. 61 "SANTIAGO"" +value: "194" +data: App\Entity\UnidadMilitar {#3315 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3544 +label: "BATALLÓN DE SELVA NRO. 63 "GUALAQUIZA"" +value: "196" +data: App\Entity\UnidadMilitar {#3317 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3545 +label: "CASA MILITAR PRESIDENCIAL" +value: "277" +data: App\Entity\UnidadMilitar {#3319 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3546 +label: "CENTRO DE ENTRENAMIENTO EN SELVA NRO. 21" +value: "193" +data: App\Entity\UnidadMilitar {#3321 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3547 +label: "CENTRO DE MANTENIMIENTO DE LA AVIACION EJERCITO" +value: "278" +data: App\Entity\UnidadMilitar {#3323 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3548 +label: "CENTRO DE REMONTA DEL EJÉRCITO-RIOBAMBA" +value: "302" +data: App\Entity\UnidadMilitar {#3325 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3549 +label: "CENTRO REMONTA DEL EJERCITO-IBARRA" +value: "109" +data: App\Entity\UnidadMilitar {#3328 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3550 +label: "CENTRO REMONTA DEL EJERCITO-MACHACHI" +value: "297" +data: App\Entity\UnidadMilitar {#3329 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3551 +label: "CIA. CUARTEL GEN II-DE" +value: "175" +data: App\Entity\UnidadMilitar {#3330 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3552 +label: "CIA. CUARTEL GENERAL DE LA I-DE" +value: "67" +data: App\Entity\UnidadMilitar {#3331 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3553 +label: "CIA. CUARTEL GENERAL DE LA I-DE MUJER" +value: "286" +data: App\Entity\UnidadMilitar {#3334 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3554 +label: "CIA. CUARTEL GENERAL NRO. 11" +value: "112" +data: App\Entity\UnidadMilitar {#3336 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3555 +label: "CIA. DE COMUNICACIONES NRO.25" +value: "92" +data: App\Entity\UnidadMilitar {#3338 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3556 +label: "CIA. DE COMUNICACIONES DE LA I-DE" +value: "66" +data: App\Entity\UnidadMilitar {#3339 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3557 +label: "CIA. DE COMUNICACIONES DE LA III.DE" +value: "151" +data: App\Entity\UnidadMilitar {#3340 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3558 +label: "CIA. DE INGENIEROS DE COMBATE NRO. 1" +value: "234" +data: App\Entity\UnidadMilitar {#3341 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3559 +label: "CIA. POLICIA MILITAR DE LA IV-DE" +value: "104" +data: App\Entity\UnidadMilitar {#3342 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3560 +label: "CIA. POLICIA MILITAR DEL CEE" +value: "125" +data: App\Entity\UnidadMilitar {#3344 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3561 +label: "CIA. POLICIA MILITAR NRO. 13" +value: "70" +data: App\Entity\UnidadMilitar {#3346 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3562 +label: "CIA. POLICIA MILITAR NRO. 21" +value: "190" +data: App\Entity\UnidadMilitar {#3347 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3563 +label: "CIA. POLICIA MILITAR NRO. 25" +value: "93" +data: App\Entity\UnidadMilitar {#3348 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3564 +label: "CIA. POLICIA MILITAR NRO. 27" +value: "157" +data: App\Entity\UnidadMilitar {#3349 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3565 +label: "CIA. POLICIA MILITAR NRO. 31" +value: "107" +data: App\Entity\UnidadMilitar {#3351 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3566 +label: "CMDO. APOYO LOGISTICO NRO. 15" +value: "81" +data: App\Entity\UnidadMilitar {#3352 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3567 +label: "CMDO. DE APOYO LOGISTICO DEL CEE" +value: "102" +data: App\Entity\UnidadMilitar {#3353 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3568 +label: "CMDO. DE APOYO LOGISTICO ELECTRONICO" +value: "78" +data: App\Entity\UnidadMilitar {#3354 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3569 +label: "CMDO. DE APOYO LOGISTICO NRO. 9" +value: "111" +data: App\Entity\UnidadMilitar {#3355 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3570 +label: "CMDO. LOGISTICO NRO.72 SHYRIS" +value: "98" +data: App\Entity\UnidadMilitar {#3358 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3571 +label: "CMDO. LOGISTICO NRO.72 SHYRIS mujeres" +value: "285" +data: App\Entity\UnidadMilitar {#3359 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3572 +label: "CMDO. LOGISTICO REGIONAL NRO. 73" +value: "154" +data: App\Entity\UnidadMilitar {#3360 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3573 +label: "CMDO. LOGISTICO REGIONAL NRO. 74 HUANCAVILCA" +value: "178" +data: App\Entity\UnidadMilitar {#3362 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3574 +label: "CMDO. Y ESTADO MAYOR DEL CEDE" +value: "219" +data: App\Entity\UnidadMilitar {#3363 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3575 +label: "COLEGIO MILITAR No. 13 "PATRIA"" +value: "300" +data: App\Entity\UnidadMilitar {#3364 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3576 +label: "COLEGIO MILITAR No. 6 "COMBATIENTES DE TAPI"" +value: "301" +data: App\Entity\UnidadMilitar {#3366 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3577 +label: "COLEGIO MILITAR NRO. 1 "ELOY ALFARO"" +value: "99" +data: App\Entity\UnidadMilitar {#3367 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3578 +label: "COLEGIO MILITAR NRO. 10 "ABDON CALDERON"" +value: "296" +data: App\Entity\UnidadMilitar {#3369 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3579 +label: "COLEGIO MILITAR NRO. 11 "HEROES DEL CENEPA"" +value: "305" +data: App\Entity\UnidadMilitar {#3371 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3580 +label: "COLEGIO MILITAR NRO. 12 "CAPT GEOVANNY CALLES"" +value: "298" +data: App\Entity\UnidadMilitar {#3372 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3581 +label: "COLEGIO MILITAR NRO. 14 "CRNL LUCIANO CORAL"" +value: "306" +data: App\Entity\UnidadMilitar {#3374 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3582 +label: "COLEGIO MILITAR NRO. 2 "TNTE. HUGO ORTIZ"" +value: "290" +data: App\Entity\UnidadMilitar {#3375 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3583 +label: "COLEGIO MILITAR NRO. 3 "HÉROES DEL 41"" +value: "164" +data: App\Entity\UnidadMilitar {#3376 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3584 +label: "COLEGIO MILITAR NRO. 4 "ABDÓN CALDERÓN"" +value: "152" +data: App\Entity\UnidadMilitar {#3377 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3585 +label: "COLEGIO MILITAR NRO. 5 "TCRN LAURO GUERRERO"" +value: "295" +data: App\Entity\UnidadMilitar {#3379 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3586 +label: "COLEGIO MILITAR NRO. 7 "MIGUEL ITURRALDE"" +value: "293" +data: App\Entity\UnidadMilitar {#3381 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3587 +label: "COLEGIO MILITAR NRO. 8 "GRAL JOSÉ DE VILLAMIL JOL"" +value: "294" +data: App\Entity\UnidadMilitar {#3383 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3588 +label: "COLEGIO MILITAR NRO. 9 "EUGENIO ESPEJO"" +value: "292" +data: App\Entity\UnidadMilitar {#3385 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3589 +label: "COMANDO APOYO LOGISTICO N. 73 (MUJR)" +value: "273" +data: App\Entity\UnidadMilitar {#3387 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3590 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 1" +value: "213" +data: App\Entity\UnidadMilitar {#3389 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3591 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 11" +value: "121" +data: App\Entity\UnidadMilitar {#3390 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3592 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 13" +value: "236" +data: App\Entity\UnidadMilitar {#3391 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3593 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 17" +value: "134" +data: App\Entity\UnidadMilitar {#3392 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3594 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 19" +value: "144" +data: App\Entity\UnidadMilitar {#3394 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3595 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 21" +value: "192" +data: App\Entity\UnidadMilitar {#3395 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3596 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 27" +value: "233" +data: App\Entity\UnidadMilitar {#3396 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3597 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 31" +value: "106" +data: App\Entity\UnidadMilitar {#3397 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3598 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 7" +value: "172" +data: App\Entity\UnidadMilitar {#3398 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3599 +label: "COMANDO LOGÍSTICO No. 74 "HUANCAVILCA" (MUJR)" +value: "268" +data: App\Entity\UnidadMilitar {#3399 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3600 +label: "COMANDO LOGÍSTICO No 75 DE LA IV.D.E "AUCA"" +value: "146" +data: App\Entity\UnidadMilitar {#3400 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3601 +label: "COMANDO Y ESTADO MAYOR No. 25" +value: "303" +data: App\Entity\UnidadMilitar {#3402 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3602 +label: "COMPANIA DE COMUNICACIONES NRO 5" +value: "280" +data: App\Entity\UnidadMilitar {#3404 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3603 +label: "COMPANIA DE COMUNICACIONES NRO 5 MUJERES" +value: "288" +data: App\Entity\UnidadMilitar {#3405 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3604 +label: "COMPAÑÍA CUARTEL GENERAL DE LA III.D.E" +value: "205" +data: App\Entity\UnidadMilitar {#3406 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3605 +label: "COMPAÑÍA DE COMUNICACIONES DE LA II.D.E" +value: "176" +data: App\Entity\UnidadMilitar {#3407 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3606 +label: "COMPAÑÍA DE COMUNICACIONES DE LA IV.D.E" +value: "105" +data: App\Entity\UnidadMilitar {#3408 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3607 +label: "COMPAÑÍA DE COMUNICACIONES DEL CEE" +value: "126" +data: App\Entity\UnidadMilitar {#3410 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3608 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 1" +value: "161" +data: App\Entity\UnidadMilitar {#3411 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3609 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 13" +value: "71" +data: App\Entity\UnidadMilitar {#3412 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3610 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 17" +value: "135" +data: App\Entity\UnidadMilitar {#3413 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3611 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 19" +value: "145" +data: App\Entity\UnidadMilitar {#3414 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3612 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 21" +value: "191" +data: App\Entity\UnidadMilitar {#3415 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3613 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 27" +value: "156" +data: App\Entity\UnidadMilitar {#3416 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3614 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 31" +value: "64" +data: App\Entity\UnidadMilitar {#3417 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3615 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 7" +value: "170" +data: App\Entity\UnidadMilitar {#3418 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3616 +label: "COMPAÑÍA DE GUERRA ELECTRÓNICA" +value: "77" +data: App\Entity\UnidadMilitar {#3419 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3617 +label: "COMPAÑÍA LOGÍSTICA No. 25" +value: "241" +data: App\Entity\UnidadMilitar {#3420 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3618 +label: "COMPAÑÍA POLICÍA MILITAR No. 27 “PORTETE" (MUJR)" +value: "274" +data: App\Entity\UnidadMilitar {#3421 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3619 +label: "CUARTEL GENERAL NRO. 1" +value: "214" +data: App\Entity\UnidadMilitar {#3423 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3620 +label: "CUARTEL GENERAL NRO. 17" +value: "130" +data: App\Entity\UnidadMilitar {#3424 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3621 +label: "CUARTEL GENERAL NRO. 19" +value: "143" +data: App\Entity\UnidadMilitar {#3425 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3622 +label: "CUARTEL GENERAL NRO. 7" +value: "169" +data: App\Entity\UnidadMilitar {#3426 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3623 +label: "DIREC. DE MOVILIZACION CC.FF.AA." +value: "89" +data: App\Entity\UnidadMilitar {#3427 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3624 +label: "DISPENSARIO MEDICO NRO. 17" +value: "132" +data: App\Entity\UnidadMilitar {#3428 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3625 +label: "DISPENSARIO MÉDICO TIPO "A" NRO. 1" +value: "162" +data: App\Entity\UnidadMilitar {#3429 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3626 +label: "DISPENSARIO MÉDICO TIPO "A" NRO. 7" +value: "168" +data: App\Entity\UnidadMilitar {#3430 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3627 +label: "DISPENSARIO MÉDICO TIPO "B" DE LA I.D.E" +value: "65" +data: App\Entity\UnidadMilitar {#3431 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3628 +label: "DISPENSARIO MÉDICO TIPO "B" IDE MUJER" +value: "299" +data: App\Entity\UnidadMilitar {#3432 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3629 +label: "DISPENSARIO MÉDICO TIPO "B" No. 5 (MUJR)" +value: "269" +data: App\Entity\UnidadMilitar {#3433 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3630 +label: "DISPENSARIO MEDICO TIPO B NRO. 13" +value: "69" +data: App\Entity\UnidadMilitar {#3434 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3631 +label: "DISPENSARIO MEDICO TIPO B NRO. 21" +value: "189" +data: App\Entity\UnidadMilitar {#3435 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3632 +label: "DISPENSARIO MEDICO TIPO B NRO. 25" +value: "91" +data: App\Entity\UnidadMilitar {#3436 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3633 +label: "DISPENSARIO MEDICO TIPO B NRO. 5" +value: "180" +data: App\Entity\UnidadMilitar {#3437 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3634 +label: "DISPENSARIO MEDICO_A NRO. 27" +value: "155" +data: App\Entity\UnidadMilitar {#3438 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3635 +label: "DISPENSARIO MEDICO_A NRO. 27 MUJERES" +value: "287" +data: App\Entity\UnidadMilitar {#3439 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3636 +label: "ENTRENAMIENTO Y CERTIFICACIÓN DEL EJÉRCITO" +value: "216" +data: App\Entity\UnidadMilitar {#3441 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3637 +label: "ESC. DE CABALLERIA BLINDADA" +value: "116" +data: App\Entity\UnidadMilitar {#3442 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3638 +label: "ESC. DE SELVA Y CONTRA INSURGENCIA DE LA FUERZA TERRESTRE" +value: "149" +data: App\Entity\UnidadMilitar {#3443 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3639 +label: "ESCUADRÓN DE COMUNICACIONES NRO. 11" +value: "120" +data: App\Entity\UnidadMilitar {#3444 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3640 +label: "ESCUADRÓN DE COMUNICACIONES NRO. 15" +value: "79" +data: App\Entity\UnidadMilitar {#3445 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3641 +label: "ESCUADRÓN DE INGENIEROS BLINDADOS NRO. 11" +value: "118" +data: App\Entity\UnidadMilitar {#3446 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3642 +label: "ESCUADRÓN DE RECONOCIMIENTO Y SEGURIDAD NO. 11" +value: "119" +data: App\Entity\UnidadMilitar {#3447 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3643 +label: "ESCUELA DE AVIACIÓN DEL EJÉRCITO "CAPT. FERNANDO VÁSCONEZ"" +value: "179" +data: App\Entity\UnidadMilitar {#3448 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3644 +label: "ESCUELA DE FORMACIÓN DE SLDOS. DE LA F.T. "VENCEDORES DEL CENEPA"" +value: "113" +data: App\Entity\UnidadMilitar {#3449 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3645 +label: "ESCUELA DE IWIAS DE LA FUERZA TERRESTRE" +value: "284" +data: App\Entity\UnidadMilitar {#3451 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3646 +label: "ESCUELA SUPERIOR MILITAR "ELOY ALFARO"" +value: "101" +data: App\Entity\UnidadMilitar {#3452 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3647 +label: "GPO. DE ART. LANZ. MULT. DE 122 NRO. 80 'ABDON CALDERON'" +value: "159" +data: App\Entity\UnidadMilitar {#3454 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3648 +label: "GPO. DE ARTILLERIA DE 155 MM. NRO. 79" +value: "158" +data: App\Entity\UnidadMilitar {#3455 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3649 +label: "GPO. DE AVIACION DEL EJERCITO NRO. 43 PORTOVIEJO" +value: "210" +data: App\Entity\UnidadMilitar {#3456 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3650 +label: "GPO. DE CAB. BLIND. NRO. 32 AZUAY" +value: "114" +data: App\Entity\UnidadMilitar {#3458 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3651 +label: "GPO. DE CAB. BLIND. NRO. 33 TAPI" +value: "115" +data: App\Entity\UnidadMilitar {#3459 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3652 +label: "GPO. DE CAB. BLINDADA NO. 4 F. CORDERO" +value: "204" +data: App\Entity\UnidadMilitar {#3460 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3653 +label: "GPO. DE CABALLERIA MECANIZADO NRO. 16 SARAGURO" +value: "240" +data: App\Entity\UnidadMilitar {#3463 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3654 +label: "GRUPO DE ARTILLERIA ANTIAEREA AUTO PROPULSADA 12" +value: "235" +data: App\Entity\UnidadMilitar {#3464 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3655 +label: "GRUPO DE ARTILLERÍA ANTI-AÉREA NRO. 5 "MAYOR VALENCIA"" +value: "215" +data: App\Entity\UnidadMilitar {#3465 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3656 +label: "GRUPO DE ARTILLERÍA AUTO REMOLCADO No. 79 (MUJR)" +value: "275" +data: App\Entity\UnidadMilitar {#3466 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3657 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 1 "BOLÍVAR"" +value: "203" +data: App\Entity\UnidadMilitar {#2204 -id: 203 -sigla: "G.A.105 1" -nombre: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 1 "BOLÍVAR"" -centroInstruccion: Proxies\__CG__\App\Entity\CentroInstruccion {#1075 …} -fuerza: "TERRESTRE" -localizacion: Proxies\__CG__\App\Entity\NmclDominioLocalizacion {#2259 …} -cupoMasculino: 60 -adicionalMasculino: 550 -cupoFemenino: 0 -adicionalFemenino: 0 -direccion: "Panamericana/Troncal de la Sierra/E35, E487 y Troncal de la Costa/E25" -geometria: "POINT(-79.9059784412384 -3.2833067939888037)" -activo: true } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3658 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 13 "MARISCAL SUCRE"" +value: "72" +data: App\Entity\UnidadMilitar {#3467 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3659 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 7 "CABO MINACHO"" +value: "184" +data: App\Entity\UnidadMilitar {#3468 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3660 +label: "GRUPO DE ARTILLERÍA DE 155 MM. NRO. 11 "TNTE. RODRÍGUEZ"" +value: "122" +data: App\Entity\UnidadMilitar {#3469 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3661 +label: "GRUPO DE ARTILLERÍA DE LANZADORES No. 80 (MUJR)" +value: "276" +data: App\Entity\UnidadMilitar {#3470 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3662 +label: "GRUPO DE AVIACIÓN DEL EJÉRCITO NRO. 44 "PASTAZA"" +value: "136" +data: App\Entity\UnidadMilitar {#3471 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3663 +label: "GRUPO DE AVIACIÓN DEL EJÉRCITO NRO. 45 "PICHINCHA"" +value: "83" +data: App\Entity\UnidadMilitar {#3472 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3664 +label: "GRUPO DE CABALLERÍA BLINDADO NRO. 31 "MACHALA"" +value: "123" +data: App\Entity\UnidadMilitar {#3473 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3665 +label: "GRUPO DE CABALLERÍA MEC. NRO. 18 ""CAZADORES DE LOS RÍOS"" +value: "185" +data: App\Entity\UnidadMilitar {#3474 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3666 +label: "GRUPO DE CABALLERÍA MECANIZADA DE LA III.D.E "GRAL. DÁVALOS"" +value: "206" +data: App\Entity\UnidadMilitar {#3475 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3667 +label: "GRUPO DE CABALLERÍA MECANIZADA NRO. 12 "TNTE. ORTIZ"" +value: "211" +data: App\Entity\UnidadMilitar {#3476 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3668 +label: "GRUPO DE CABALLERÍA MECANIZADA NRO. 36 " "" +value: "108" +data: App\Entity\UnidadMilitar {#3477 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3669 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 25" +value: "256" +data: App\Entity\UnidadMilitar {#3478 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3670 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 26" +value: "266" +data: App\Entity\UnidadMilitar {#3479 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3671 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 27" +value: "257" +data: App\Entity\UnidadMilitar {#3482 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3672 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 53 "RAYO"" +value: "139" +data: App\Entity\UnidadMilitar {#3483 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3673 +label: "HOSPITAL DE BRIGADA NRO. 1" +value: "160" +data: App\Entity\UnidadMilitar {#3485 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3674 +label: "HOSPITAL DE BRIGADA NRO. 11" +value: "117" +data: App\Entity\UnidadMilitar {#3486 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3675 +label: "HOSPITAL DE BRIGADA NRO. 17" +value: "131" +data: App\Entity\UnidadMilitar {#3487 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3676 +label: "HOSPITAL DE BRIGADA NRO. 19" +value: "148" +data: App\Entity\UnidadMilitar {#3488 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3677 +label: "HOSPITAL DE BRIGADA NRO. 7" +value: "167" +data: App\Entity\UnidadMilitar {#3489 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3678 +label: "HOSPITAL DE DIVISION DE LA II-DE" +value: "174" +data: App\Entity\UnidadMilitar {#3490 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3679 +label: "HOSPITAL DE DIVISION DE LA III-DE" +value: "150" +data: App\Entity\UnidadMilitar {#3491 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3680 +label: "INST. GEOGRAFICO MILITAR" +value: "85" +data: App\Entity\UnidadMilitar {#3492 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3681 +label: "PELOTÓN POLICÍA MILITAR DEL AGRUCOMGE" +value: "75" +data: App\Entity\UnidadMilitar {#3493 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3682 +label: "PELOTON POLICIA MILITAR NRO. 15" +value: "82" +data: App\Entity\UnidadMilitar {#3494 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3683 +label: "POLICLÍNICO DEL AGRUCOMGE" +value: "74" +data: App\Entity\UnidadMilitar {#3495 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3684 +label: "POLICLÍNICO DEL CEE" +value: "124" +data: App\Entity\UnidadMilitar {#3496 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3685 +label: "POLICLÍNICO No. 15" +value: "237" +data: App\Entity\UnidadMilitar {#3497 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3686 +label: "UNIDAD DE SISTEMA CONJUNTO DE DEFENSA ANTIAEREA" +value: "177" +data: App\Entity\UnidadMilitar {#3498 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3687 +label: "UNIVERSIDAD DE FF. AA. SANTO DOMINGO" +value: "289" +data: App\Entity\UnidadMilitar {#3500 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3688 +label: "UNIVERSIDAD DE LAS FUERZAS ARMADAS - SEDE LATACUNGA" +value: "87" +data: App\Entity\UnidadMilitar {#3502 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3689 +label: "UNIVERSIDAD DE LAS FUERZAS ARMADAS ESPE - SANGOLQUÍ" +value: "86" +data: App\Entity\UnidadMilitar {#3503 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\UnidadMilitar {#2204 -id: 203 -sigla: "G.A.105 1" -nombre: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 1 "BOLÍVAR"" -centroInstruccion: Proxies\__CG__\App\Entity\CentroInstruccion {#1075 …} -fuerza: "TERRESTRE" -localizacion: Proxies\__CG__\App\Entity\NmclDominioLocalizacion {#2259 …} -cupoMasculino: 60 -adicionalMasculino: 550 -cupoFemenino: 0 -adicionalFemenino: 0 -direccion: "Panamericana/Troncal de la Sierra/E35, E487 y Troncal de la Costa/E25" -geometria: "POINT(-79.9059784412384 -3.2833067939888037)" -activo: true } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3280 -form: Symfony\Component\Form\Form {#2329 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3281 …5} |
full_name | "form[unidadMilitar]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_unidadMilitar" |
is_selected | Closure($choice, $value) {#3691 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2210 …} } |
label | "Unidad asignada" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "unidadMilitar" |
placeholder | "--- Seleccione ---" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_unidadMilitar" |
valid | true |
value | "203" |