- 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" => "45" "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" => "45" "unidadMilitar" => "203" ] |
[ "procesoReclutamiento" => "45" "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" => "45" "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" => "45" "unidadMilitar" => "203" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3588 -form: Symfony\Component\Form\Form {#2287 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3589 …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" => "45" "unidadMilitar" => "203" ] |
procesoReclutamiento
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\ProcesoReclutamiento {#2172 -id: 45 -anno: 2005 -llamada: "PRIMERA" -fechaInicioRegistro: DateTime @1710907200 {#2164 date: 2024-03-20 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1715486033 {#2157 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1715400000 {#2163 date: 2024-05-11 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1715486033 {#2168 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @43200 {#2169 date: 1970-01-01 07:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#2170 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1715486033 {#2171 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 2 -activo: false -cantCursos: 2 -cursos: Doctrine\ORM\PersistentCollection {#2173 …} -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 |
"45"
|
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 {#2172 -id: 45 -anno: 2005 -llamada: "PRIMERA" -fechaInicioRegistro: DateTime @1710907200 {#2164 date: 2024-03-20 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1715486033 {#2157 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1715400000 {#2163 date: 2024-05-11 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1715486033 {#2168 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @43200 {#2169 date: 1970-01-01 07:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#2170 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1715486033 {#2171 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 2 -activo: false -cantCursos: 2 -cursos: Doctrine\ORM\PersistentCollection {#2173 …} -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 {#2251 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2250 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2239 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2246 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2238 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2237 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2235 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2236 …} } |
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 {#2172 -id: 45 -anno: 2005 -llamada: "PRIMERA" -fechaInicioRegistro: DateTime @1710907200 {#2164 date: 2024-03-20 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1715486033 {#2157 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1715400000 {#2163 date: 2024-05-11 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1715486033 {#2168 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @43200 {#2169 date: 1970-01-01 07:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#2170 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1715486033 {#2171 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 2 -activo: false -cantCursos: 2 -cursos: Doctrine\ORM\PersistentCollection {#2173 …} -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 {#2245 -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() {#2247 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() {#2249 …} } } |
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 {#3583 +label: "2005 - SEGUNDA" +value: "47" +data: App\Entity\ProcesoReclutamiento {#1835 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3581 +label: "2005 - PRIMERA" +value: "45" +data: App\Entity\ProcesoReclutamiento {#2172 -id: 45 -anno: 2005 -llamada: "PRIMERA" -fechaInicioRegistro: DateTime @1710907200 {#2164 date: 2024-03-20 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1715486033 {#2157 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1715400000 {#2163 date: 2024-05-11 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1715486033 {#2168 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @43200 {#2169 date: 1970-01-01 07:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#2170 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1715486033 {#2171 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 2 -activo: false -cantCursos: 2 -cursos: Doctrine\ORM\PersistentCollection {#2173 …} -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: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3575 +label: "2004 - SEGUNDA" +value: "44" +data: App\Entity\ProcesoReclutamiento {#2364 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3574 +label: "2004 - PRIMERA" +value: "43" +data: App\Entity\ProcesoReclutamiento {#2344 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "2003 - PRIMERA" +value: "41" +data: App\Entity\ProcesoReclutamiento {#3599 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3582 +label: "2000 - PRIMERA" +value: "28" +data: App\Entity\ProcesoReclutamiento {#3607 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3573 +label: "2000 - SEGUNDA" +value: "39" +data: App\Entity\ProcesoReclutamiento {#3615 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3572 +label: "2003 - SEGUNDA" +value: "42" +data: App\Entity\ProcesoReclutamiento {#3625 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3579 +label: "2005 - TERCERA" +value: "48" +data: App\Entity\ProcesoReclutamiento {#3635 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\ProcesoReclutamiento {#2172 -id: 45 -anno: 2005 -llamada: "PRIMERA" -fechaInicioRegistro: DateTime @1710907200 {#2164 date: 2024-03-20 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1715486033 {#2157 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1715400000 {#2163 date: 2024-05-11 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1715486033 {#2168 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @43200 {#2169 date: 1970-01-01 07:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#2170 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1715486033 {#2171 date: 2024-05-11 23:53:53.0 America/New_York (-04:00) } -minutosTest: 120 -bajasPermitidas: 2 -activo: false -cantCursos: 2 -cursos: Doctrine\ORM\PersistentCollection {#2173 …} -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 {#3584 -form: Symfony\Component\Form\Form {#2322 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3585 …5} |
full_name | "form[procesoReclutamiento]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_procesoReclutamiento" |
is_selected | Closure($choice, $value) {#2337 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2221 …} } |
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 | "45" |
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 {#2251 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2250 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2359 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2278 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2277 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2237 …} } |
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 {#2279 …} } |
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 {#2283 -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() {#2276 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() {#2275 …} } } |
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 {#3640 +label: "BASMOV OCCIDENTAL" +value: "11" +data: App\Entity\BaseMovilizacion {#3648 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3638 -form: Symfony\Component\Form\Form {#2321 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3639 …5} |
full_name | "form[reclutaBase]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_reclutaBase" |
is_selected | Closure($choice, $value) {#3644 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2221 …} } |
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 {#2251 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2250 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2300 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2357 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2285 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2237 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2292 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2356 …} } |
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 {#2296 -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() {#2295 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() {#2298 …} } } |
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 {#3641 +label: "BASE OCCIDENTAL - GUAYAQUIL" +value: "39" +data: App\Entity\CentroMovilizacion {#3747 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3647 -form: Symfony\Component\Form\Form {#2299 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3646 …5} |
full_name | "form[centroMovilizacion]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_centroMovilizacion" |
is_selected | Closure($choice, $value) {#3643 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2221 …} } |
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 {#2215 -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 {#2270 …} -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 {#2215 -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 {#2270 …} -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 {#2251 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2250 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2360 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2305 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2350 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2237 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2308 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2313 …} } |
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 {#2215 -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 {#2270 …} -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 {#2314 -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() {#2303 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() {#2302 …} } } |
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 {#3655 +label: "ACADEMIA DE GUERRA DE LA FUERZA TERRESTRE" +value: "100" +data: App\Entity\UnidadMilitar {#3734 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3752 +label: "ALA DE COMBATE NRO. 23 MUJER" +value: "209" +data: App\Entity\UnidadMilitar {#3731 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3650 +label: "BASE AÉREA ELOY ALFARO (ALA 23)" +value: "238" +data: App\Entity\UnidadMilitar {#3728 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3741 +label: "BASE DE MOVILIZACIÓN CENTRAL (PICHINCHA)" +value: "239" +data: App\Entity\UnidadMilitar {#3726 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3742 +label: "BASE DE MOVILIZACION OCCIDENTAL" +value: "181" +data: App\Entity\UnidadMilitar {#3723 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3750 +label: "BASE DE MOVILIZACION ORIENTAL" +value: "133" +data: App\Entity\UnidadMilitar {#3720 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3736 +label: "BASE DE MOVILIZACION SUR" +value: "153" +data: App\Entity\UnidadMilitar {#3717 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3738 +label: "BASE NAVAL ESMERALDAS" +value: "232" +data: App\Entity\UnidadMilitar {#3714 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3740 +label: "BASE NAVAL JARAMIJO" +value: "207" +data: App\Entity\UnidadMilitar {#3711 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3754 +label: "BASE NAVAL NORTE GUAYAQUIL (MUJER)" +value: "271" +data: App\Entity\UnidadMilitar {#3709 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3735 +label: "BASE NAVAL SALINAS" +value: "218" +data: App\Entity\UnidadMilitar {#3707 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3979 +label: "BASE NAVAL SAN CRISTOBAL" +value: "199" +data: App\Entity\UnidadMilitar {#3704 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3980 +label: "BASE NAVAL SUR GQUIL" +value: "197" +data: App\Entity\UnidadMilitar {#3702 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3981 +label: "BAT. DE COMUNICACIONES NRO. 1 RUMINAHUI" +value: "76" +data: App\Entity\UnidadMilitar {#3700 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3982 +label: "BAT. DE INFANT. DE MARINA ESMERALDAS (BIMESM)" +value: "201" +data: App\Entity\UnidadMilitar {#3697 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3983 +label: "BAT. DE INFANT. DE MARINA JAMBELI" +value: "166" +data: App\Entity\UnidadMilitar {#3695 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3984 +label: "BAT. DE INFANT. DE MARINA JARAMIJO" +value: "208" +data: App\Entity\UnidadMilitar {#3692 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3985 +label: "BAT. DE INFANT. DE MARINA SAN EDUARDO" +value: "198" +data: App\Entity\UnidadMilitar {#3691 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3986 +label: "BAT. DE INFANT. DE MARINA SAN LORENZO" +value: "202" +data: App\Entity\UnidadMilitar {#3690 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3987 +label: "BAT. DE INFANT. NRO. 15 GUAYAQUIL" +value: "182" +data: App\Entity\UnidadMilitar {#3688 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3988 +label: "BAT. DE INFANT. NRO. 39 "MAYO. GALO MOLINA"" +value: "103" +data: App\Entity\UnidadMilitar {#3661 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3989 +label: "BAT. DE ING.DE COMBATE NRO. 67 'MONTUFAR'" +value: "127" +data: App\Entity\UnidadMilitar {#3664 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3990 +label: "BAT. DE ING.DE COMBATE NRO. 68 COTOPAXI" +value: "128" +data: App\Entity\UnidadMilitar {#3667 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3991 +label: "BAT. DE ING.DE COMBATE NRO. 69 CHIMBORAZO" +value: "129" +data: App\Entity\UnidadMilitar {#3670 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3992 +label: "BAT. DE SELVA NRO. 62 ZAMORA CMZAMORA" +value: "173" +data: App\Entity\UnidadMilitar {#3671 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3993 +label: "BAT. DE TRANSPORTES DEL COLOG CHASQUI" +value: "97" +data: App\Entity\UnidadMilitar {#3674 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3994 +label: "BAT. POLICIA MILITAR MINISTERIAL" +value: "84" +data: App\Entity\UnidadMilitar {#3676 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3995 +label: "BATALLO SELVA 49 CAPT CHIRIBOGA" +value: "230" +data: App\Entity\UnidadMilitar {#3678 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3996 +label: "BATALLÓN DE ABASTECIMIENTOS "PURUHA"" +value: "95" +data: App\Entity\UnidadMilitar {#3680 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3997 +label: "BATALLÓN DE INFANTERÍA MECANIZADA N° 9 "PEDERNALES"" +value: "283" +data: App\Entity\UnidadMilitar {#3681 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3998 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 1 "CONSTITUCIÓN"" +value: "165" +data: App\Entity\UnidadMilitar {#3684 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3999 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 13 "ESMERALDAS"" +value: "200" +data: App\Entity\UnidadMilitar {#3685 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4000 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 14 "MARAÑÓN"" +value: "217" +data: App\Entity\UnidadMilitar {#3687 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4001 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 19 "CARCHI"" +value: "186" +data: App\Entity\UnidadMilitar {#3760 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4002 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 2 "IMBABURA"" +value: "212" +data: App\Entity\UnidadMilitar {#3763 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4003 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 20 "CAPT. DIAZ"" +value: "187" +data: App\Entity\UnidadMilitar {#3764 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4004 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 21 "MACARA"" +value: "188" +data: App\Entity\UnidadMilitar {#3765 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4005 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 3 "PICHINCHA"" +value: "282" +data: App\Entity\UnidadMilitar {#3767 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4006 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 37 "VENCEDORES"" +value: "73" +data: App\Entity\UnidadMilitar {#3768 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 38 "AMBATO"" +value: "220" +data: App\Entity\UnidadMilitar {#3769 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4008 +label: "BATALLÓN DE INFANTERÍA No. 15 “GUAYAQUIL” (MUJR)" +value: "270" +data: App\Entity\UnidadMilitar {#3770 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4009 +label: "BATALLÓN DE INFANTERÍA No. 35 "LIBERTADORES"" +value: "304" +data: App\Entity\UnidadMilitar {#3771 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4010 +label: "BATALLÓN DE MANTENIMIENTO "QUISQUIS"" +value: "96" +data: App\Entity\UnidadMilitar {#3772 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4011 +label: "BATALLÓN DE OPERACIONES ESPECIALES DE SELVA NRO. 54 "CAPITÁN CALLES"" +value: "140" +data: App\Entity\UnidadMilitar {#3773 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4012 +label: "BATALLON DE SELVA No. 62 ZAMORA CMGUAYAS" +value: "222" +data: App\Entity\UnidadMilitar {#3776 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4013 +label: "BATALLÓN DE SELVA NRO. 17 "ZUMBA"" +value: "183" +data: App\Entity\UnidadMilitar {#3777 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4014 +label: "BATALLÓN DE SELVA NRO. 50 "MORONA"" +value: "137" +data: App\Entity\UnidadMilitar {#3780 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4015 +label: "BATALLÓN DE SELVA NRO. 55 "PUTUMAYO"" +value: "141" +data: App\Entity\UnidadMilitar {#3783 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4016 +label: "BATALLÓN DE SELVA NRO. 56 "TUNGURAHUA"" +value: "142" +data: App\Entity\UnidadMilitar {#3785 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4017 +label: "BATALLÓN DE SELVA NRO. 57 "MONTECRISTI"" +value: "147" +data: App\Entity\UnidadMilitar {#3787 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4018 +label: "BATALLÓN DE SELVA NRO. 61 "SANTIAGO"" +value: "194" +data: App\Entity\UnidadMilitar {#3790 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4019 +label: "BATALLÓN DE SELVA NRO. 63 "GUALAQUIZA"" +value: "196" +data: App\Entity\UnidadMilitar {#3792 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4020 +label: "CASA MILITAR PRESIDENCIAL" +value: "277" +data: App\Entity\UnidadMilitar {#3794 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4021 +label: "CENTRO DE ENTRENAMIENTO EN SELVA NRO. 21" +value: "193" +data: App\Entity\UnidadMilitar {#3796 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4022 +label: "CENTRO DE MANTENIMIENTO DE LA AVIACION EJERCITO" +value: "278" +data: App\Entity\UnidadMilitar {#3798 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4023 +label: "CENTRO DE REMONTA DEL EJÉRCITO-RIOBAMBA" +value: "302" +data: App\Entity\UnidadMilitar {#3800 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4024 +label: "CENTRO REMONTA DEL EJERCITO-IBARRA" +value: "109" +data: App\Entity\UnidadMilitar {#3803 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4025 +label: "CENTRO REMONTA DEL EJERCITO-MACHACHI" +value: "297" +data: App\Entity\UnidadMilitar {#3804 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4026 +label: "CIA. CUARTEL GEN II-DE" +value: "175" +data: App\Entity\UnidadMilitar {#3805 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4027 +label: "CIA. CUARTEL GENERAL DE LA I-DE" +value: "67" +data: App\Entity\UnidadMilitar {#3806 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4028 +label: "CIA. CUARTEL GENERAL DE LA I-DE MUJER" +value: "286" +data: App\Entity\UnidadMilitar {#3809 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4029 +label: "CIA. CUARTEL GENERAL NRO. 11" +value: "112" +data: App\Entity\UnidadMilitar {#3811 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4030 +label: "CIA. DE COMUNICACIONES NRO.25" +value: "92" +data: App\Entity\UnidadMilitar {#3813 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4031 +label: "CIA. DE COMUNICACIONES DE LA I-DE" +value: "66" +data: App\Entity\UnidadMilitar {#3814 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4032 +label: "CIA. DE COMUNICACIONES DE LA III.DE" +value: "151" +data: App\Entity\UnidadMilitar {#3815 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +label: "CIA. DE INGENIEROS DE COMBATE NRO. 1" +value: "234" +data: App\Entity\UnidadMilitar {#3816 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4034 +label: "CIA. POLICIA MILITAR DE LA IV-DE" +value: "104" +data: App\Entity\UnidadMilitar {#3817 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +label: "CIA. POLICIA MILITAR DEL CEE" +value: "125" +data: App\Entity\UnidadMilitar {#3819 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4036 +label: "CIA. POLICIA MILITAR NRO. 13" +value: "70" +data: App\Entity\UnidadMilitar {#3821 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4037 +label: "CIA. POLICIA MILITAR NRO. 21" +value: "190" +data: App\Entity\UnidadMilitar {#3822 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4038 +label: "CIA. POLICIA MILITAR NRO. 25" +value: "93" +data: App\Entity\UnidadMilitar {#3823 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4039 +label: "CIA. POLICIA MILITAR NRO. 27" +value: "157" +data: App\Entity\UnidadMilitar {#3824 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4040 +label: "CIA. POLICIA MILITAR NRO. 31" +value: "107" +data: App\Entity\UnidadMilitar {#3826 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4041 +label: "CMDO. APOYO LOGISTICO NRO. 15" +value: "81" +data: App\Entity\UnidadMilitar {#3827 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4042 +label: "CMDO. DE APOYO LOGISTICO DEL CEE" +value: "102" +data: App\Entity\UnidadMilitar {#3828 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4043 +label: "CMDO. DE APOYO LOGISTICO ELECTRONICO" +value: "78" +data: App\Entity\UnidadMilitar {#3829 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4044 +label: "CMDO. DE APOYO LOGISTICO NRO. 9" +value: "111" +data: App\Entity\UnidadMilitar {#3830 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4045 +label: "CMDO. LOGISTICO NRO.72 SHYRIS" +value: "98" +data: App\Entity\UnidadMilitar {#3833 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +label: "CMDO. LOGISTICO NRO.72 SHYRIS mujeres" +value: "285" +data: App\Entity\UnidadMilitar {#3834 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4047 +label: "CMDO. LOGISTICO REGIONAL NRO. 73" +value: "154" +data: App\Entity\UnidadMilitar {#3835 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4048 +label: "CMDO. LOGISTICO REGIONAL NRO. 74 HUANCAVILCA" +value: "178" +data: App\Entity\UnidadMilitar {#3837 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4049 +label: "CMDO. Y ESTADO MAYOR DEL CEDE" +value: "219" +data: App\Entity\UnidadMilitar {#3838 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4050 +label: "COLEGIO MILITAR No. 13 "PATRIA"" +value: "300" +data: App\Entity\UnidadMilitar {#3839 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4051 +label: "COLEGIO MILITAR No. 6 "COMBATIENTES DE TAPI"" +value: "301" +data: App\Entity\UnidadMilitar {#3841 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4052 +label: "COLEGIO MILITAR NRO. 1 "ELOY ALFARO"" +value: "99" +data: App\Entity\UnidadMilitar {#3842 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4053 +label: "COLEGIO MILITAR NRO. 10 "ABDON CALDERON"" +value: "296" +data: App\Entity\UnidadMilitar {#3844 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4054 +label: "COLEGIO MILITAR NRO. 11 "HEROES DEL CENEPA"" +value: "305" +data: App\Entity\UnidadMilitar {#3846 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4055 +label: "COLEGIO MILITAR NRO. 12 "CAPT GEOVANNY CALLES"" +value: "298" +data: App\Entity\UnidadMilitar {#3847 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4056 +label: "COLEGIO MILITAR NRO. 14 "CRNL LUCIANO CORAL"" +value: "306" +data: App\Entity\UnidadMilitar {#3849 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4057 +label: "COLEGIO MILITAR NRO. 2 "TNTE. HUGO ORTIZ"" +value: "290" +data: App\Entity\UnidadMilitar {#3850 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4058 +label: "COLEGIO MILITAR NRO. 3 "HÉROES DEL 41"" +value: "164" +data: App\Entity\UnidadMilitar {#3851 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4059 +label: "COLEGIO MILITAR NRO. 4 "ABDÓN CALDERÓN"" +value: "152" +data: App\Entity\UnidadMilitar {#3852 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4060 +label: "COLEGIO MILITAR NRO. 5 "TCRN LAURO GUERRERO"" +value: "295" +data: App\Entity\UnidadMilitar {#3854 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +label: "COLEGIO MILITAR NRO. 7 "MIGUEL ITURRALDE"" +value: "293" +data: App\Entity\UnidadMilitar {#3856 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4062 +label: "COLEGIO MILITAR NRO. 8 "GRAL JOSÉ DE VILLAMIL JOL"" +value: "294" +data: App\Entity\UnidadMilitar {#3858 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4063 +label: "COLEGIO MILITAR NRO. 9 "EUGENIO ESPEJO"" +value: "292" +data: App\Entity\UnidadMilitar {#3860 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +label: "COMANDO APOYO LOGISTICO N. 73 (MUJR)" +value: "273" +data: App\Entity\UnidadMilitar {#3862 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 1" +value: "213" +data: App\Entity\UnidadMilitar {#3864 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4066 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 11" +value: "121" +data: App\Entity\UnidadMilitar {#3865 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4067 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 13" +value: "236" +data: App\Entity\UnidadMilitar {#3866 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4068 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 17" +value: "134" +data: App\Entity\UnidadMilitar {#3867 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4069 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 19" +value: "144" +data: App\Entity\UnidadMilitar {#3869 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4070 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 21" +value: "192" +data: App\Entity\UnidadMilitar {#3870 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4071 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 27" +value: "233" +data: App\Entity\UnidadMilitar {#3871 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 31" +value: "106" +data: App\Entity\UnidadMilitar {#3872 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4073 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 7" +value: "172" +data: App\Entity\UnidadMilitar {#3873 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +label: "COMANDO LOGÍSTICO No. 74 "HUANCAVILCA" (MUJR)" +value: "268" +data: App\Entity\UnidadMilitar {#3874 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4075 +label: "COMANDO LOGÍSTICO No 75 DE LA IV.D.E "AUCA"" +value: "146" +data: App\Entity\UnidadMilitar {#3875 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4076 +label: "COMANDO Y ESTADO MAYOR No. 25" +value: "303" +data: App\Entity\UnidadMilitar {#3877 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +label: "COMPANIA DE COMUNICACIONES NRO 5" +value: "280" +data: App\Entity\UnidadMilitar {#3879 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +label: "COMPANIA DE COMUNICACIONES NRO 5 MUJERES" +value: "288" +data: App\Entity\UnidadMilitar {#3880 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4079 +label: "COMPAÑÍA CUARTEL GENERAL DE LA III.D.E" +value: "205" +data: App\Entity\UnidadMilitar {#3881 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4080 +label: "COMPAÑÍA DE COMUNICACIONES DE LA II.D.E" +value: "176" +data: App\Entity\UnidadMilitar {#3882 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4081 +label: "COMPAÑÍA DE COMUNICACIONES DE LA IV.D.E" +value: "105" +data: App\Entity\UnidadMilitar {#3883 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4082 +label: "COMPAÑÍA DE COMUNICACIONES DEL CEE" +value: "126" +data: App\Entity\UnidadMilitar {#3885 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4083 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 1" +value: "161" +data: App\Entity\UnidadMilitar {#3886 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4084 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 13" +value: "71" +data: App\Entity\UnidadMilitar {#3887 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 17" +value: "135" +data: App\Entity\UnidadMilitar {#3888 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4086 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 19" +value: "145" +data: App\Entity\UnidadMilitar {#3889 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 21" +value: "191" +data: App\Entity\UnidadMilitar {#3890 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4088 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 27" +value: "156" +data: App\Entity\UnidadMilitar {#3891 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4089 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 31" +value: "64" +data: App\Entity\UnidadMilitar {#3892 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4090 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 7" +value: "170" +data: App\Entity\UnidadMilitar {#3893 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4091 +label: "COMPAÑÍA DE GUERRA ELECTRÓNICA" +value: "77" +data: App\Entity\UnidadMilitar {#3894 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4092 +label: "COMPAÑÍA LOGÍSTICA No. 25" +value: "241" +data: App\Entity\UnidadMilitar {#3895 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4093 +label: "COMPAÑÍA POLICÍA MILITAR No. 27 “PORTETE" (MUJR)" +value: "274" +data: App\Entity\UnidadMilitar {#3896 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4094 +label: "CUARTEL GENERAL NRO. 1" +value: "214" +data: App\Entity\UnidadMilitar {#3898 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4095 +label: "CUARTEL GENERAL NRO. 17" +value: "130" +data: App\Entity\UnidadMilitar {#3899 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4096 +label: "CUARTEL GENERAL NRO. 19" +value: "143" +data: App\Entity\UnidadMilitar {#3900 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4097 +label: "CUARTEL GENERAL NRO. 7" +value: "169" +data: App\Entity\UnidadMilitar {#3901 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4098 +label: "DIREC. DE MOVILIZACION CC.FF.AA." +value: "89" +data: App\Entity\UnidadMilitar {#3902 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4099 +label: "DISPENSARIO MEDICO NRO. 17" +value: "132" +data: App\Entity\UnidadMilitar {#3903 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4100 +label: "DISPENSARIO MÉDICO TIPO "A" NRO. 1" +value: "162" +data: App\Entity\UnidadMilitar {#3904 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4101 +label: "DISPENSARIO MÉDICO TIPO "A" NRO. 7" +value: "168" +data: App\Entity\UnidadMilitar {#3905 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4102 +label: "DISPENSARIO MÉDICO TIPO "B" DE LA I.D.E" +value: "65" +data: App\Entity\UnidadMilitar {#3906 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4103 +label: "DISPENSARIO MÉDICO TIPO "B" IDE MUJER" +value: "299" +data: App\Entity\UnidadMilitar {#3907 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4104 +label: "DISPENSARIO MÉDICO TIPO "B" No. 5 (MUJR)" +value: "269" +data: App\Entity\UnidadMilitar {#3908 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4105 +label: "DISPENSARIO MEDICO TIPO B NRO. 13" +value: "69" +data: App\Entity\UnidadMilitar {#3909 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4106 +label: "DISPENSARIO MEDICO TIPO B NRO. 21" +value: "189" +data: App\Entity\UnidadMilitar {#3910 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4107 +label: "DISPENSARIO MEDICO TIPO B NRO. 25" +value: "91" +data: App\Entity\UnidadMilitar {#3911 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4108 +label: "DISPENSARIO MEDICO TIPO B NRO. 5" +value: "180" +data: App\Entity\UnidadMilitar {#3912 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4109 +label: "DISPENSARIO MEDICO_A NRO. 27" +value: "155" +data: App\Entity\UnidadMilitar {#3913 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4110 +label: "DISPENSARIO MEDICO_A NRO. 27 MUJERES" +value: "287" +data: App\Entity\UnidadMilitar {#3914 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4111 +label: "ENTRENAMIENTO Y CERTIFICACIÓN DEL EJÉRCITO" +value: "216" +data: App\Entity\UnidadMilitar {#3916 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4112 +label: "ESC. DE CABALLERIA BLINDADA" +value: "116" +data: App\Entity\UnidadMilitar {#3918 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4113 +label: "ESC. DE SELVA Y CONTRA INSURGENCIA DE LA FUERZA TERRESTRE" +value: "149" +data: App\Entity\UnidadMilitar {#3919 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4114 +label: "ESCUADRÓN DE COMUNICACIONES NRO. 11" +value: "120" +data: App\Entity\UnidadMilitar {#3920 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4115 +label: "ESCUADRÓN DE COMUNICACIONES NRO. 15" +value: "79" +data: App\Entity\UnidadMilitar {#3921 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4116 +label: "ESCUADRÓN DE INGENIEROS BLINDADOS NRO. 11" +value: "118" +data: App\Entity\UnidadMilitar {#3922 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4117 +label: "ESCUADRÓN DE RECONOCIMIENTO Y SEGURIDAD NO. 11" +value: "119" +data: App\Entity\UnidadMilitar {#3923 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4118 +label: "ESCUELA DE AVIACIÓN DEL EJÉRCITO "CAPT. FERNANDO VÁSCONEZ"" +value: "179" +data: App\Entity\UnidadMilitar {#3924 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4119 +label: "ESCUELA DE FORMACIÓN DE SLDOS. DE LA F.T. "VENCEDORES DEL CENEPA"" +value: "113" +data: App\Entity\UnidadMilitar {#3925 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4120 +label: "ESCUELA DE IWIAS DE LA FUERZA TERRESTRE" +value: "284" +data: App\Entity\UnidadMilitar {#3927 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4121 +label: "ESCUELA SUPERIOR MILITAR "ELOY ALFARO"" +value: "101" +data: App\Entity\UnidadMilitar {#3928 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4122 +label: "GPO. DE ART. LANZ. MULT. DE 122 NRO. 80 'ABDON CALDERON'" +value: "159" +data: App\Entity\UnidadMilitar {#3930 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4123 +label: "GPO. DE ARTILLERIA DE 155 MM. NRO. 79" +value: "158" +data: App\Entity\UnidadMilitar {#3931 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4124 +label: "GPO. DE AVIACION DEL EJERCITO NRO. 43 PORTOVIEJO" +value: "210" +data: App\Entity\UnidadMilitar {#3932 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4125 +label: "GPO. DE CAB. BLIND. NRO. 32 AZUAY" +value: "114" +data: App\Entity\UnidadMilitar {#3934 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4126 +label: "GPO. DE CAB. BLIND. NRO. 33 TAPI" +value: "115" +data: App\Entity\UnidadMilitar {#3935 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4127 +label: "GPO. DE CAB. BLINDADA NO. 4 F. CORDERO" +value: "204" +data: App\Entity\UnidadMilitar {#3936 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4128 +label: "GPO. DE CABALLERIA MECANIZADO NRO. 16 SARAGURO" +value: "240" +data: App\Entity\UnidadMilitar {#3938 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4129 +label: "GRUPO DE ARTILLERIA ANTIAEREA AUTO PROPULSADA 12" +value: "235" +data: App\Entity\UnidadMilitar {#3939 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4130 +label: "GRUPO DE ARTILLERÍA ANTI-AÉREA NRO. 5 "MAYOR VALENCIA"" +value: "215" +data: App\Entity\UnidadMilitar {#3940 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4131 +label: "GRUPO DE ARTILLERÍA AUTO REMOLCADO No. 79 (MUJR)" +value: "275" +data: App\Entity\UnidadMilitar {#3941 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4132 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 1 "BOLÍVAR"" +value: "203" +data: App\Entity\UnidadMilitar {#2215 -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 {#2270 …} -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 {#4133 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 13 "MARISCAL SUCRE"" +value: "72" +data: App\Entity\UnidadMilitar {#3942 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4134 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 7 "CABO MINACHO"" +value: "184" +data: App\Entity\UnidadMilitar {#3943 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4135 +label: "GRUPO DE ARTILLERÍA DE 155 MM. NRO. 11 "TNTE. RODRÍGUEZ"" +value: "122" +data: App\Entity\UnidadMilitar {#3944 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4136 +label: "GRUPO DE ARTILLERÍA DE LANZADORES No. 80 (MUJR)" +value: "276" +data: App\Entity\UnidadMilitar {#3945 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4137 +label: "GRUPO DE AVIACIÓN DEL EJÉRCITO NRO. 44 "PASTAZA"" +value: "136" +data: App\Entity\UnidadMilitar {#3946 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4138 +label: "GRUPO DE AVIACIÓN DEL EJÉRCITO NRO. 45 "PICHINCHA"" +value: "83" +data: App\Entity\UnidadMilitar {#3947 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4139 +label: "GRUPO DE CABALLERÍA BLINDADO NRO. 31 "MACHALA"" +value: "123" +data: App\Entity\UnidadMilitar {#3948 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4140 +label: "GRUPO DE CABALLERÍA MEC. NRO. 18 ""CAZADORES DE LOS RÍOS"" +value: "185" +data: App\Entity\UnidadMilitar {#3949 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4141 +label: "GRUPO DE CABALLERÍA MECANIZADA DE LA III.D.E "GRAL. DÁVALOS"" +value: "206" +data: App\Entity\UnidadMilitar {#3950 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4142 +label: "GRUPO DE CABALLERÍA MECANIZADA NRO. 12 "TNTE. ORTIZ"" +value: "211" +data: App\Entity\UnidadMilitar {#3951 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4143 +label: "GRUPO DE CABALLERÍA MECANIZADA NRO. 36 " "" +value: "108" +data: App\Entity\UnidadMilitar {#3952 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4144 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 25" +value: "256" +data: App\Entity\UnidadMilitar {#3953 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4145 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 26" +value: "266" +data: App\Entity\UnidadMilitar {#3954 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4146 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 27" +value: "257" +data: App\Entity\UnidadMilitar {#3957 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4147 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 53 "RAYO"" +value: "139" +data: App\Entity\UnidadMilitar {#3958 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4148 +label: "HOSPITAL DE BRIGADA NRO. 1" +value: "160" +data: App\Entity\UnidadMilitar {#3960 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4149 +label: "HOSPITAL DE BRIGADA NRO. 11" +value: "117" +data: App\Entity\UnidadMilitar {#3961 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4150 +label: "HOSPITAL DE BRIGADA NRO. 17" +value: "131" +data: App\Entity\UnidadMilitar {#3962 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4151 +label: "HOSPITAL DE BRIGADA NRO. 19" +value: "148" +data: App\Entity\UnidadMilitar {#3963 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4152 +label: "HOSPITAL DE BRIGADA NRO. 7" +value: "167" +data: App\Entity\UnidadMilitar {#3964 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4153 +label: "HOSPITAL DE DIVISION DE LA II-DE" +value: "174" +data: App\Entity\UnidadMilitar {#3965 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4154 +label: "HOSPITAL DE DIVISION DE LA III-DE" +value: "150" +data: App\Entity\UnidadMilitar {#3966 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4155 +label: "INST. GEOGRAFICO MILITAR" +value: "85" +data: App\Entity\UnidadMilitar {#3967 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4156 +label: "PELOTÓN POLICÍA MILITAR DEL AGRUCOMGE" +value: "75" +data: App\Entity\UnidadMilitar {#3968 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4157 +label: "PELOTON POLICIA MILITAR NRO. 15" +value: "82" +data: App\Entity\UnidadMilitar {#3969 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4158 +label: "POLICLÍNICO DEL AGRUCOMGE" +value: "74" +data: App\Entity\UnidadMilitar {#3970 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4159 +label: "POLICLÍNICO DEL CEE" +value: "124" +data: App\Entity\UnidadMilitar {#3971 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4160 +label: "POLICLÍNICO No. 15" +value: "237" +data: App\Entity\UnidadMilitar {#3972 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4161 +label: "UNIDAD DE SISTEMA CONJUNTO DE DEFENSA ANTIAEREA" +value: "177" +data: App\Entity\UnidadMilitar {#3973 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4162 +label: "UNIVERSIDAD DE FF. AA. SANTO DOMINGO" +value: "289" +data: App\Entity\UnidadMilitar {#3975 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4163 +label: "UNIVERSIDAD DE LAS FUERZAS ARMADAS - SEDE LATACUNGA" +value: "87" +data: App\Entity\UnidadMilitar {#3977 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4164 +label: "UNIVERSIDAD DE LAS FUERZAS ARMADAS ESPE - SANGOLQUÍ" +value: "86" +data: App\Entity\UnidadMilitar {#3978 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\UnidadMilitar {#2215 -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 {#2270 …} -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 {#3755 -form: Symfony\Component\Form\Form {#2340 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3756 …5} |
full_name | "form[unidadMilitar]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_unidadMilitar" |
is_selected | Closure($choice, $value) {#4166 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2221 …} } |
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" |