- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 5
- 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 | [ "proceso" => 47 ] |
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 | [ "proceso" => 47 ] |
[ "proceso" => 47 ] |
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 {#1634 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1635 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1636 …} -namespace: Closure() {#1638 …} } |
data | [ "proceso" => 47 ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1653 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1537 …} } |
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() {#1655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1640 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1654 …} } } |
validation_groups | [
"filtering"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | [ "proceso" => 47 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2301 -form: Symfony\Component\Form\Form {#2247 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2395 …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 | [ "proceso" => 47 ] |
proceso
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\ProcesoReclutamiento {#1499 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1490 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1487 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1489 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1494 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1495 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1496 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1497 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 {#1525 …} -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 {#1499 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1490 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1487 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1489 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1494 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1495 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1496 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1497 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 {#1525 …} -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 {#2210 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2211 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2222 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2215 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2223 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2224 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2226 -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 {#1634 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1635 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1636 …} -namespace: Closure() {#1638 …} } |
data | App\Entity\ProcesoReclutamiento {#1499 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1490 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1487 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1489 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1494 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1495 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1496 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1497 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 {#1525 …} -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 {#606 …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 {#2216 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#44 …} -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() {#2214 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1640 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#2212 …} } } |
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_proceso" ] |
cache_key | "_form_proceso_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +label: "2005 - SEGUNDA" +value: "47" +data: App\Entity\ProcesoReclutamiento {#1499 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1490 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1487 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1489 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1494 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1495 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1496 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1497 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 {#1525 …} -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 {#2365 +label: "2005 - PRIMERA" +value: "45" +data: App\Entity\ProcesoReclutamiento {#2404 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "2004 - SEGUNDA" +value: "44" +data: App\Entity\ProcesoReclutamiento {#2385 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +label: "2004 - PRIMERA" +value: "43" +data: App\Entity\ProcesoReclutamiento {#2373 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "2003 - PRIMERA" +value: "41" +data: App\Entity\ProcesoReclutamiento {#2446 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +label: "2000 - PRIMERA" +value: "28" +data: App\Entity\ProcesoReclutamiento {#2454 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "2000 - SEGUNDA" +value: "39" +data: App\Entity\ProcesoReclutamiento {#2462 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +label: "2003 - SEGUNDA" +value: "42" +data: App\Entity\ProcesoReclutamiento {#2472 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +label: "2005 - TERCERA" +value: "48" +data: App\Entity\ProcesoReclutamiento {#2482 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\ProcesoReclutamiento {#1499 -id: 47 -anno: 2005 -llamada: "SEGUNDA" -fechaInicioRegistro: DateTime @1724212800 {#1490 date: 2024-08-21 00:00:00.0 America/New_York (-04:00) } -fechaFinRegistro: DateTime @1726977233 {#1487 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -fechaAcuartelamiento: DateTime @1726891200 {#1489 date: 2024-09-21 00:00:00.0 America/New_York (-04:00) } -fechaFinDias: DateTime @1726977233 {#1494 date: 2024-09-21 23:53:53.0 America/New_York (-04:00) } -horaInicioAcuartelamiento: DateTime @21600 {#1495 date: 1970-01-01 01:00:00.0 America/New_York (-05:00) } -horaFinAcuartelamiento: DateTime @82800 {#1496 date: 1970-01-01 18:00:00.0 America/New_York (-05:00) } -fechaFinDiasPosteriores: DateTime @1726977233 {#1497 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 {#1525 …} -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 {#2305 -form: Symfony\Component\Form\Form {#2282 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2360 …5} |
full_name | "form[proceso]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_proceso" |
is_selected | Closure($choice, $value) {#2411 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2173 …} } |
label | "Proceso" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "proceso" |
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_proceso" |
valid | true |
value | "47" |
baseMovilizacion
"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 movilización:" |
same as passed value |
mapped | false |
false
|
multiple | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
query_builder | Doctrine\ORM\QueryBuilder {#2160 -_em: Doctrine\ORM\EntityManager {#577 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2167 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "b" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2164 #from: "App\Entity\BaseMovilizacion" #alias: "b" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2165 #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 = 24)))" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2166 #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 = 24))) ORDER BY b.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2168 …} -_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 {#2210 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2211 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2319 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2238 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2237 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2224 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2241 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2239 …} } |
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 {#1634 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1635 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1636 …} -namespace: Closure() {#1638 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …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 {#2243 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#940 …} -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 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 {#2160 -_em: Doctrine\ORM\EntityManager {#577 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2167 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "b" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2164 #from: "App\Entity\BaseMovilizacion" #alias: "b" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2165 #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 = 24)))" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2166 #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 = 24))) ORDER BY b.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2168 …} -_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() {#2236 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1640 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#2235 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "chosen-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_baseMovilizacion" ] |
cache_key | "_form_baseMovilizacion_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "BASMOV SUR" +value: "9" +data: Proxies\__CG__\App\Entity\BaseMovilizacion {#1325 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2485 -form: Symfony\Component\Form\Form {#2281 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2486 …5} |
full_name | "form[baseMovilizacion]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_baseMovilizacion" |
is_selected | Closure($choice, $value) {#2491 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2173 …} } |
label | "Base movilización:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "baseMovilizacion" |
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_baseMovilizacion" |
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 | [ "style" => "width: 100%" "class" => "chosen-select" ] |
[ "style" => "width: 100%" "class" => "chosen-select" ] |
class | "App\Entity\CentroMovilizacion" |
same as passed value |
label | "Centro Acuartelamiento:" |
same as passed value |
mapped | false |
false
|
multiple | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
query_builder | Doctrine\ORM\QueryBuilder {#2171 -_em: Doctrine\ORM\EntityManager {#577 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2179 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2180 #from: "App\Entity\CentroMovilizacion" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2181 #joinType: "INNER" #join: "c.centrosInstruccion" #alias: "centrosInstruccion" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2176 #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 = 24" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2172 #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 = 24 ORDER BY c.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2178 …} -_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 | [ "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 {#2210 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2211 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2260 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2317 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2245 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2224 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2252 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2316 …} } |
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 {#1634 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1635 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1636 …} -namespace: Closure() {#1638 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …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 {#2256 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#995 …} -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 Acuartelamiento:" |
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 {#2171 -_em: Doctrine\ORM\EntityManager {#577 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2179 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2180 #from: "App\Entity\CentroMovilizacion" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2181 #joinType: "INNER" #join: "c.centrosInstruccion" #alias: "centrosInstruccion" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2176 #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 = 24" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2172 #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 = 24 ORDER BY c.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2178 …} -_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() {#2255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1640 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#2258 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "chosen-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_centroMovilizacion" ] |
cache_key | "_form_centroMovilizacion_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +label: "BASE SUR" +value: "48" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#2435 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "CENMOV LOJA" +value: "23" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#1335 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2494 -form: Symfony\Component\Form\Form {#2259 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2493 …5} |
full_name | "form[centroMovilizacion]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_centroMovilizacion" |
is_selected | Closure($choice, $value) {#2515 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2173 …} } |
label | "Centro Acuartelamiento:" |
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 | "" |
unidad
"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\UnidadMilitar" |
same as passed value |
empty_data | null |
null
|
label | "Unidad Militar" |
same as passed value |
mapped | false |
false
|
multiple | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
query_builder | Doctrine\ORM\QueryBuilder {#2185 -_em: Doctrine\ORM\EntityManager {#577 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2187 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2188 #from: "App\Entity\UnidadMilitar" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2174 #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 {#2190 #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 {#2182 …} -_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 {#2210 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#2211 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2359 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2265 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2310 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2224 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2268 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2273 …} } |
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 {#1634 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1635 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1636 …} -namespace: Closure() {#1638 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …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 {#2274 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1056 …} -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 Militar" |
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 {#2185 -_em: Doctrine\ORM\EntityManager {#577 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2187 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2188 #from: "App\Entity\UnidadMilitar" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2174 #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 {#2190 #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 {#2182 …} -_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() {#2263 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1640 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#2262 …} } } |
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_unidad" ] |
cache_key | "_form_unidad_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2520 +label: "ACADEMIA DE GUERRA DE LA FUERZA TERRESTRE" +value: "100" +data: App\Entity\UnidadMilitar {#2539 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2516 +label: "ALA DE COMBATE NRO. 23 MUJER" +value: "209" +data: App\Entity\UnidadMilitar {#2543 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2521 +label: "BASE AÉREA ELOY ALFARO (ALA 23)" +value: "238" +data: App\Entity\UnidadMilitar {#2546 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +label: "BASE DE MOVILIZACIÓN CENTRAL (PICHINCHA)" +value: "239" +data: App\Entity\UnidadMilitar {#2548 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +label: "BASE DE MOVILIZACION OCCIDENTAL" +value: "181" +data: App\Entity\UnidadMilitar {#2551 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +label: "BASE DE MOVILIZACION ORIENTAL" +value: "133" +data: App\Entity\UnidadMilitar {#2554 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +label: "BASE DE MOVILIZACION SUR" +value: "153" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2429 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2534 +label: "BASE NAVAL ESMERALDAS" +value: "232" +data: App\Entity\UnidadMilitar {#2558 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +label: "BASE NAVAL JARAMIJO" +value: "207" +data: App\Entity\UnidadMilitar {#2561 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "BASE NAVAL NORTE GUAYAQUIL (MUJER)" +value: "271" +data: App\Entity\UnidadMilitar {#2563 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2537 +label: "BASE NAVAL SALINAS" +value: "218" +data: App\Entity\UnidadMilitar {#2566 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +label: "BASE NAVAL SAN CRISTOBAL" +value: "199" +data: App\Entity\UnidadMilitar {#2569 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "BASE NAVAL SUR GQUIL" +value: "197" +data: App\Entity\UnidadMilitar {#2571 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "BAT. DE COMUNICACIONES NRO. 1 RUMINAHUI" +value: "76" +data: App\Entity\UnidadMilitar {#2573 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "BAT. DE INFANT. DE MARINA ESMERALDAS (BIMESM)" +value: "201" +data: App\Entity\UnidadMilitar {#2575 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "BAT. DE INFANT. DE MARINA JAMBELI" +value: "166" +data: App\Entity\UnidadMilitar {#2577 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +label: "BAT. DE INFANT. DE MARINA JARAMIJO" +value: "208" +data: App\Entity\UnidadMilitar {#2580 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "BAT. DE INFANT. DE MARINA SAN EDUARDO" +value: "198" +data: App\Entity\UnidadMilitar {#2581 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "BAT. DE INFANT. DE MARINA SAN LORENZO" +value: "202" +data: App\Entity\UnidadMilitar {#2582 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "BAT. DE INFANT. NRO. 15 GUAYAQUIL" +value: "182" +data: App\Entity\UnidadMilitar {#2584 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "BAT. DE INFANT. NRO. 39 "MAYO. GALO MOLINA"" +value: "103" +data: App\Entity\UnidadMilitar {#2586 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +label: "BAT. DE ING.DE COMBATE NRO. 67 'MONTUFAR'" +value: "127" +data: App\Entity\UnidadMilitar {#2589 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +label: "BAT. DE ING.DE COMBATE NRO. 68 COTOPAXI" +value: "128" +data: App\Entity\UnidadMilitar {#2592 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +label: "BAT. DE ING.DE COMBATE NRO. 69 CHIMBORAZO" +value: "129" +data: App\Entity\UnidadMilitar {#2595 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +label: "BAT. DE SELVA NRO. 62 ZAMORA CMZAMORA" +value: "173" +data: App\Entity\UnidadMilitar {#2596 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +label: "BAT. DE TRANSPORTES DEL COLOG CHASQUI" +value: "97" +data: App\Entity\UnidadMilitar {#2599 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +label: "BAT. POLICIA MILITAR MINISTERIAL" +value: "84" +data: App\Entity\UnidadMilitar {#2601 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +label: "BATALLO SELVA 49 CAPT CHIRIBOGA" +value: "230" +data: App\Entity\UnidadMilitar {#2603 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "BATALLÓN DE ABASTECIMIENTOS "PURUHA"" +value: "95" +data: App\Entity\UnidadMilitar {#2605 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +label: "BATALLÓN DE INFANTERÍA MECANIZADA N° 9 "PEDERNALES"" +value: "283" +data: App\Entity\UnidadMilitar {#2606 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 1 "CONSTITUCIÓN"" +value: "165" +data: App\Entity\UnidadMilitar {#2608 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 13 "ESMERALDAS"" +value: "200" +data: App\Entity\UnidadMilitar {#2611 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 14 "MARAÑÓN"" +value: "217" +data: App\Entity\UnidadMilitar {#2612 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 19 "CARCHI"" +value: "186" +data: App\Entity\UnidadMilitar {#2615 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 2 "IMBABURA"" +value: "212" +data: App\Entity\UnidadMilitar {#2618 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 20 "CAPT. DIAZ"" +value: "187" +data: App\Entity\UnidadMilitar {#2620 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 21 "MACARA"" +value: "188" +data: App\Entity\UnidadMilitar {#2621 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 3 "PICHINCHA"" +value: "282" +data: App\Entity\UnidadMilitar {#2623 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 37 "VENCEDORES"" +value: "73" +data: App\Entity\UnidadMilitar {#2625 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +label: "BATALLÓN DE INFANTERÍA MOTORIZADA NRO. 38 "AMBATO"" +value: "220" +data: App\Entity\UnidadMilitar {#2626 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +label: "BATALLÓN DE INFANTERÍA No. 15 “GUAYAQUIL” (MUJR)" +value: "270" +data: App\Entity\UnidadMilitar {#2627 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +label: "BATALLÓN DE INFANTERÍA No. 35 "LIBERTADORES"" +value: "304" +data: App\Entity\UnidadMilitar {#2628 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +label: "BATALLÓN DE MANTENIMIENTO "QUISQUIS"" +value: "96" +data: App\Entity\UnidadMilitar {#2629 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +label: "BATALLÓN DE OPERACIONES ESPECIALES DE SELVA NRO. 54 "CAPITÁN CALLES"" +value: "140" +data: App\Entity\UnidadMilitar {#2630 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "BATALLON DE SELVA No. 62 ZAMORA CMGUAYAS" +value: "222" +data: App\Entity\UnidadMilitar {#2633 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +label: "BATALLÓN DE SELVA NRO. 17 "ZUMBA"" +value: "183" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2425 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2859 +label: "BATALLÓN DE SELVA NRO. 50 "MORONA"" +value: "137" +data: App\Entity\UnidadMilitar {#2635 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +label: "BATALLÓN DE SELVA NRO. 55 "PUTUMAYO"" +value: "141" +data: App\Entity\UnidadMilitar {#2638 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +label: "BATALLÓN DE SELVA NRO. 56 "TUNGURAHUA"" +value: "142" +data: App\Entity\UnidadMilitar {#2640 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +label: "BATALLÓN DE SELVA NRO. 57 "MONTECRISTI"" +value: "147" +data: App\Entity\UnidadMilitar {#2642 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +label: "BATALLÓN DE SELVA NRO. 61 "SANTIAGO"" +value: "194" +data: App\Entity\UnidadMilitar {#2645 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +label: "BATALLÓN DE SELVA NRO. 63 "GUALAQUIZA"" +value: "196" +data: App\Entity\UnidadMilitar {#2647 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +label: "CASA MILITAR PRESIDENCIAL" +value: "277" +data: App\Entity\UnidadMilitar {#2649 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +label: "CENTRO DE ENTRENAMIENTO EN SELVA NRO. 21" +value: "193" +data: App\Entity\UnidadMilitar {#2651 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +label: "CENTRO DE MANTENIMIENTO DE LA AVIACION EJERCITO" +value: "278" +data: App\Entity\UnidadMilitar {#2653 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +label: "CENTRO DE REMONTA DEL EJÉRCITO-RIOBAMBA" +value: "302" +data: App\Entity\UnidadMilitar {#2654 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +label: "CENTRO REMONTA DEL EJERCITO-IBARRA" +value: "109" +data: App\Entity\UnidadMilitar {#2657 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +label: "CENTRO REMONTA DEL EJERCITO-MACHACHI" +value: "297" +data: App\Entity\UnidadMilitar {#2658 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +label: "CIA. CUARTEL GEN II-DE" +value: "175" +data: App\Entity\UnidadMilitar {#2659 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "CIA. CUARTEL GENERAL DE LA I-DE" +value: "67" +data: App\Entity\UnidadMilitar {#2660 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2873 +label: "CIA. CUARTEL GENERAL DE LA I-DE MUJER" +value: "286" +data: App\Entity\UnidadMilitar {#2662 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "CIA. CUARTEL GENERAL NRO. 11" +value: "112" +data: App\Entity\UnidadMilitar {#2664 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +label: "CIA. DE COMUNICACIONES NRO.25" +value: "92" +data: App\Entity\UnidadMilitar {#2666 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +label: "CIA. DE COMUNICACIONES DE LA I-DE" +value: "66" +data: App\Entity\UnidadMilitar {#2667 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2877 +label: "CIA. DE COMUNICACIONES DE LA III.DE" +value: "151" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2433 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +label: "CIA. DE INGENIEROS DE COMBATE NRO. 1" +value: "234" +data: App\Entity\UnidadMilitar {#2668 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "CIA. POLICIA MILITAR DE LA IV-DE" +value: "104" +data: App\Entity\UnidadMilitar {#2669 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +label: "CIA. POLICIA MILITAR DEL CEE" +value: "125" +data: App\Entity\UnidadMilitar {#2671 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +label: "CIA. POLICIA MILITAR NRO. 13" +value: "70" +data: App\Entity\UnidadMilitar {#2673 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +label: "CIA. POLICIA MILITAR NRO. 21" +value: "190" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2421 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +label: "CIA. POLICIA MILITAR NRO. 25" +value: "93" +data: App\Entity\UnidadMilitar {#2674 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +label: "CIA. POLICIA MILITAR NRO. 27" +value: "157" +data: App\Entity\UnidadMilitar {#2675 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "CIA. POLICIA MILITAR NRO. 31" +value: "107" +data: App\Entity\UnidadMilitar {#2677 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "CMDO. APOYO LOGISTICO NRO. 15" +value: "81" +data: App\Entity\UnidadMilitar {#2678 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "CMDO. DE APOYO LOGISTICO DEL CEE" +value: "102" +data: App\Entity\UnidadMilitar {#2679 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "CMDO. DE APOYO LOGISTICO ELECTRONICO" +value: "78" +data: App\Entity\UnidadMilitar {#2680 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "CMDO. DE APOYO LOGISTICO NRO. 9" +value: "111" +data: App\Entity\UnidadMilitar {#2681 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "CMDO. LOGISTICO NRO.72 SHYRIS" +value: "98" +data: App\Entity\UnidadMilitar {#2684 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "CMDO. LOGISTICO NRO.72 SHYRIS mujeres" +value: "285" +data: App\Entity\UnidadMilitar {#2685 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "CMDO. LOGISTICO REGIONAL NRO. 73" +value: "154" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2427 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "CMDO. LOGISTICO REGIONAL NRO. 74 HUANCAVILCA" +value: "178" +data: App\Entity\UnidadMilitar {#2687 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "CMDO. Y ESTADO MAYOR DEL CEDE" +value: "219" +data: App\Entity\UnidadMilitar {#2688 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "COLEGIO MILITAR No. 13 "PATRIA"" +value: "300" +data: App\Entity\UnidadMilitar {#2689 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "COLEGIO MILITAR No. 6 "COMBATIENTES DE TAPI"" +value: "301" +data: App\Entity\UnidadMilitar {#2691 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "COLEGIO MILITAR NRO. 1 "ELOY ALFARO"" +value: "99" +data: App\Entity\UnidadMilitar {#2692 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "COLEGIO MILITAR NRO. 10 "ABDON CALDERON"" +value: "296" +data: App\Entity\UnidadMilitar {#2694 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "COLEGIO MILITAR NRO. 11 "HEROES DEL CENEPA"" +value: "305" +data: App\Entity\UnidadMilitar {#2696 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "COLEGIO MILITAR NRO. 12 "CAPT GEOVANNY CALLES"" +value: "298" +data: App\Entity\UnidadMilitar {#2697 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "COLEGIO MILITAR NRO. 14 "CRNL LUCIANO CORAL"" +value: "306" +data: App\Entity\UnidadMilitar {#2699 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "COLEGIO MILITAR NRO. 2 "TNTE. HUGO ORTIZ"" +value: "290" +data: App\Entity\UnidadMilitar {#2700 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "COLEGIO MILITAR NRO. 3 "HÉROES DEL 41"" +value: "164" +data: App\Entity\UnidadMilitar {#2701 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "COLEGIO MILITAR NRO. 4 "ABDÓN CALDERÓN"" +value: "152" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2431 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "COLEGIO MILITAR NRO. 5 "TCRN LAURO GUERRERO"" +value: "295" +data: App\Entity\UnidadMilitar {#2703 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "COLEGIO MILITAR NRO. 7 "MIGUEL ITURRALDE"" +value: "293" +data: App\Entity\UnidadMilitar {#2704 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "COLEGIO MILITAR NRO. 8 "GRAL JOSÉ DE VILLAMIL JOL"" +value: "294" +data: App\Entity\UnidadMilitar {#2706 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "COLEGIO MILITAR NRO. 9 "EUGENIO ESPEJO"" +value: "292" +data: App\Entity\UnidadMilitar {#2708 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "COMANDO APOYO LOGISTICO N. 73 (MUJR)" +value: "273" +data: App\Entity\UnidadMilitar {#2710 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 1" +value: "213" +data: App\Entity\UnidadMilitar {#2711 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 11" +value: "121" +data: App\Entity\UnidadMilitar {#2712 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 13" +value: "236" +data: App\Entity\UnidadMilitar {#2713 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 17" +value: "134" +data: App\Entity\UnidadMilitar {#2714 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 19" +value: "144" +data: App\Entity\UnidadMilitar {#2716 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 21" +value: "192" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2419 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 27" +value: "233" +data: App\Entity\UnidadMilitar {#2717 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 31" +value: "106" +data: App\Entity\UnidadMilitar {#2718 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "COMANDO DE APOYO LOGÍSTICO NRO. 7" +value: "172" +data: App\Entity\UnidadMilitar {#2719 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "COMANDO LOGÍSTICO No. 74 "HUANCAVILCA" (MUJR)" +value: "268" +data: App\Entity\UnidadMilitar {#2720 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "COMANDO LOGÍSTICO No 75 DE LA IV.D.E "AUCA"" +value: "146" +data: App\Entity\UnidadMilitar {#2721 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "COMANDO Y ESTADO MAYOR No. 25" +value: "303" +data: App\Entity\UnidadMilitar {#2723 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "COMPANIA DE COMUNICACIONES NRO 5" +value: "280" +data: App\Entity\UnidadMilitar {#2725 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "COMPANIA DE COMUNICACIONES NRO 5 MUJERES" +value: "288" +data: App\Entity\UnidadMilitar {#2726 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "COMPAÑÍA CUARTEL GENERAL DE LA III.D.E" +value: "205" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2417 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "COMPAÑÍA DE COMUNICACIONES DE LA II.D.E" +value: "176" +data: App\Entity\UnidadMilitar {#2727 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "COMPAÑÍA DE COMUNICACIONES DE LA IV.D.E" +value: "105" +data: App\Entity\UnidadMilitar {#2728 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "COMPAÑÍA DE COMUNICACIONES DEL CEE" +value: "126" +data: App\Entity\UnidadMilitar {#2730 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 1" +value: "161" +data: App\Entity\UnidadMilitar {#2731 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 13" +value: "71" +data: App\Entity\UnidadMilitar {#2732 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 17" +value: "135" +data: App\Entity\UnidadMilitar {#2733 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 19" +value: "145" +data: App\Entity\UnidadMilitar {#2734 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 21" +value: "191" +data: App\Entity\UnidadMilitar {#2735 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 27" +value: "156" +data: App\Entity\UnidadMilitar {#2736 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 31" +value: "64" +data: App\Entity\UnidadMilitar {#2737 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "COMPAÑÍA DE COMUNICACIONES NRO. 7" +value: "170" +data: App\Entity\UnidadMilitar {#2738 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "COMPAÑÍA DE GUERRA ELECTRÓNICA" +value: "77" +data: App\Entity\UnidadMilitar {#2739 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "COMPAÑÍA LOGÍSTICA No. 25" +value: "241" +data: App\Entity\UnidadMilitar {#2740 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "COMPAÑÍA POLICÍA MILITAR No. 27 “PORTETE" (MUJR)" +value: "274" +data: App\Entity\UnidadMilitar {#2741 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "CUARTEL GENERAL NRO. 1" +value: "214" +data: App\Entity\UnidadMilitar {#2743 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "CUARTEL GENERAL NRO. 17" +value: "130" +data: App\Entity\UnidadMilitar {#2744 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "CUARTEL GENERAL NRO. 19" +value: "143" +data: App\Entity\UnidadMilitar {#2745 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "CUARTEL GENERAL NRO. 7" +value: "169" +data: App\Entity\UnidadMilitar {#2746 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "DIREC. DE MOVILIZACION CC.FF.AA." +value: "89" +data: App\Entity\UnidadMilitar {#2747 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "DISPENSARIO MEDICO NRO. 17" +value: "132" +data: App\Entity\UnidadMilitar {#2748 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "DISPENSARIO MÉDICO TIPO "A" NRO. 1" +value: "162" +data: App\Entity\UnidadMilitar {#2749 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "DISPENSARIO MÉDICO TIPO "A" NRO. 7" +value: "168" +data: App\Entity\UnidadMilitar {#2750 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "DISPENSARIO MÉDICO TIPO "B" DE LA I.D.E" +value: "65" +data: App\Entity\UnidadMilitar {#2751 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "DISPENSARIO MÉDICO TIPO "B" IDE MUJER" +value: "299" +data: App\Entity\UnidadMilitar {#2752 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "DISPENSARIO MÉDICO TIPO "B" No. 5 (MUJR)" +value: "269" +data: App\Entity\UnidadMilitar {#2753 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "DISPENSARIO MEDICO TIPO B NRO. 13" +value: "69" +data: App\Entity\UnidadMilitar {#2754 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "DISPENSARIO MEDICO TIPO B NRO. 21" +value: "189" +data: App\Entity\UnidadMilitar {#2755 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "DISPENSARIO MEDICO TIPO B NRO. 25" +value: "91" +data: App\Entity\UnidadMilitar {#2756 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "DISPENSARIO MEDICO TIPO B NRO. 5" +value: "180" +data: App\Entity\UnidadMilitar {#2757 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "DISPENSARIO MEDICO_A NRO. 27" +value: "155" +data: App\Entity\UnidadMilitar {#2758 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "DISPENSARIO MEDICO_A NRO. 27 MUJERES" +value: "287" +data: App\Entity\UnidadMilitar {#2759 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "ENTRENAMIENTO Y CERTIFICACIÓN DEL EJÉRCITO" +value: "216" +data: App\Entity\UnidadMilitar {#2761 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "ESC. DE CABALLERIA BLINDADA" +value: "116" +data: App\Entity\UnidadMilitar {#2763 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "ESC. DE SELVA Y CONTRA INSURGENCIA DE LA FUERZA TERRESTRE" +value: "149" +data: App\Entity\UnidadMilitar {#2764 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "ESCUADRÓN DE COMUNICACIONES NRO. 11" +value: "120" +data: App\Entity\UnidadMilitar {#2765 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "ESCUADRÓN DE COMUNICACIONES NRO. 15" +value: "79" +data: App\Entity\UnidadMilitar {#2766 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "ESCUADRÓN DE INGENIEROS BLINDADOS NRO. 11" +value: "118" +data: App\Entity\UnidadMilitar {#2767 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "ESCUADRÓN DE RECONOCIMIENTO Y SEGURIDAD NO. 11" +value: "119" +data: App\Entity\UnidadMilitar {#2768 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +label: "ESCUELA DE AVIACIÓN DEL EJÉRCITO "CAPT. FERNANDO VÁSCONEZ"" +value: "179" +data: App\Entity\UnidadMilitar {#2769 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +label: "ESCUELA DE FORMACIÓN DE SLDOS. DE LA F.T. "VENCEDORES DEL CENEPA"" +value: "113" +data: App\Entity\UnidadMilitar {#2770 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +label: "ESCUELA DE IWIAS DE LA FUERZA TERRESTRE" +value: "284" +data: App\Entity\UnidadMilitar {#2772 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2966 +label: "ESCUELA SUPERIOR MILITAR "ELOY ALFARO"" +value: "101" +data: App\Entity\UnidadMilitar {#2773 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +label: "GPO. DE ART. LANZ. MULT. DE 122 NRO. 80 'ABDON CALDERON'" +value: "159" +data: App\Entity\UnidadMilitar {#2775 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "GPO. DE ARTILLERIA DE 155 MM. NRO. 79" +value: "158" +data: App\Entity\UnidadMilitar {#2776 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "GPO. DE AVIACION DEL EJERCITO NRO. 43 PORTOVIEJO" +value: "210" +data: App\Entity\UnidadMilitar {#2777 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "GPO. DE CAB. BLIND. NRO. 32 AZUAY" +value: "114" +data: App\Entity\UnidadMilitar {#2779 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "GPO. DE CAB. BLIND. NRO. 33 TAPI" +value: "115" +data: App\Entity\UnidadMilitar {#2780 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "GPO. DE CAB. BLINDADA NO. 4 F. CORDERO" +value: "204" +data: App\Entity\UnidadMilitar {#2781 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +label: "GPO. DE CABALLERIA MECANIZADO NRO. 16 SARAGURO" +value: "240" +data: App\Entity\UnidadMilitar {#2783 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +label: "GRUPO DE ARTILLERIA ANTIAEREA AUTO PROPULSADA 12" +value: "235" +data: App\Entity\UnidadMilitar {#2784 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +label: "GRUPO DE ARTILLERÍA ANTI-AÉREA NRO. 5 "MAYOR VALENCIA"" +value: "215" +data: App\Entity\UnidadMilitar {#2785 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +label: "GRUPO DE ARTILLERÍA AUTO REMOLCADO No. 79 (MUJR)" +value: "275" +data: App\Entity\UnidadMilitar {#2786 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 1 "BOLÍVAR"" +value: "203" +data: App\Entity\UnidadMilitar {#2787 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 13 "MARISCAL SUCRE"" +value: "72" +data: App\Entity\UnidadMilitar {#2789 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +label: "GRUPO DE ARTILLERÍA DE 105 MM. NRO. 7 "CABO MINACHO"" +value: "184" +data: App\Entity\UnidadMilitar {#2790 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +label: "GRUPO DE ARTILLERÍA DE 155 MM. NRO. 11 "TNTE. RODRÍGUEZ"" +value: "122" +data: App\Entity\UnidadMilitar {#2791 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "GRUPO DE ARTILLERÍA DE LANZADORES No. 80 (MUJR)" +value: "276" +data: App\Entity\UnidadMilitar {#2792 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +label: "GRUPO DE AVIACIÓN DEL EJÉRCITO NRO. 44 "PASTAZA"" +value: "136" +data: App\Entity\UnidadMilitar {#2793 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2983 +label: "GRUPO DE AVIACIÓN DEL EJÉRCITO NRO. 45 "PICHINCHA"" +value: "83" +data: App\Entity\UnidadMilitar {#2794 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +label: "GRUPO DE CABALLERÍA BLINDADO NRO. 31 "MACHALA"" +value: "123" +data: App\Entity\UnidadMilitar {#2795 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +label: "GRUPO DE CABALLERÍA MEC. NRO. 18 ""CAZADORES DE LOS RÍOS"" +value: "185" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2423 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +label: "GRUPO DE CABALLERÍA MECANIZADA DE LA III.D.E "GRAL. DÁVALOS"" +value: "206" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2415 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2987 +label: "GRUPO DE CABALLERÍA MECANIZADA NRO. 12 "TNTE. ORTIZ"" +value: "211" +data: App\Entity\UnidadMilitar {#2796 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2988 +label: "GRUPO DE CABALLERÍA MECANIZADA NRO. 36 " "" +value: "108" +data: App\Entity\UnidadMilitar {#2797 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2989 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 25" +value: "256" +data: App\Entity\UnidadMilitar {#2798 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 26" +value: "266" +data: App\Entity\UnidadMilitar {#2799 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 27" +value: "257" +data: App\Entity\UnidadMilitar {#2802 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2992 +label: "GRUPO DE FUERZAS ESPECIALES NRO. 53 "RAYO"" +value: "139" +data: App\Entity\UnidadMilitar {#2803 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +label: "HOSPITAL DE BRIGADA NRO. 1" +value: "160" +data: App\Entity\UnidadMilitar {#2805 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2994 +label: "HOSPITAL DE BRIGADA NRO. 11" +value: "117" +data: App\Entity\UnidadMilitar {#2807 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2995 +label: "HOSPITAL DE BRIGADA NRO. 17" +value: "131" +data: App\Entity\UnidadMilitar {#2808 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2996 +label: "HOSPITAL DE BRIGADA NRO. 19" +value: "148" +data: App\Entity\UnidadMilitar {#2809 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2997 +label: "HOSPITAL DE BRIGADA NRO. 7" +value: "167" +data: App\Entity\UnidadMilitar {#2810 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +label: "HOSPITAL DE DIVISION DE LA II-DE" +value: "174" +data: App\Entity\UnidadMilitar {#2811 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +label: "HOSPITAL DE DIVISION DE LA III-DE" +value: "150" +data: Proxies\__CG__\App\Entity\UnidadMilitar {#2436 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3000 +label: "INST. GEOGRAFICO MILITAR" +value: "85" +data: App\Entity\UnidadMilitar {#2812 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3001 +label: "PELOTÓN POLICÍA MILITAR DEL AGRUCOMGE" +value: "75" +data: App\Entity\UnidadMilitar {#2813 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3002 +label: "PELOTON POLICIA MILITAR NRO. 15" +value: "82" +data: App\Entity\UnidadMilitar {#2814 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3003 +label: "POLICLÍNICO DEL AGRUCOMGE" +value: "74" +data: App\Entity\UnidadMilitar {#2815 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3004 +label: "POLICLÍNICO DEL CEE" +value: "124" +data: App\Entity\UnidadMilitar {#2816 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3005 +label: "POLICLÍNICO No. 15" +value: "237" +data: App\Entity\UnidadMilitar {#2817 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +label: "UNIDAD DE SISTEMA CONJUNTO DE DEFENSA ANTIAEREA" +value: "177" +data: App\Entity\UnidadMilitar {#2818 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3007 +label: "UNIVERSIDAD DE FF. AA. SANTO DOMINGO" +value: "289" +data: App\Entity\UnidadMilitar {#2820 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +label: "UNIVERSIDAD DE LAS FUERZAS ARMADAS - SEDE LATACUNGA" +value: "87" +data: App\Entity\UnidadMilitar {#2822 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3009 +label: "UNIVERSIDAD DE LAS FUERZAS ARMADAS ESPE - SANGOLQUÍ" +value: "86" +data: App\Entity\UnidadMilitar {#2823 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2514 -form: Symfony\Component\Form\Form {#2300 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2502 …5} |
full_name | "form[unidad]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_unidad" |
is_selected | Closure($choice, $value) {#3011 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2173 …} } |
label | "Unidad Militar" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "unidad" |
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_unidad" |
valid | true |
value | "" |