- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Security
- Twig
- Doctrine
- Debug
- 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 | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "from" => DateTime @1455674400 {#1228 date: 2016-02-17 00:00:00.0 America/Sao_Paulo (-02:00) } "to" => DateTime @1787194800 {#1240 date: 2026-08-20 00:00:00.0 America/Sao_Paulo (-03:00) } "equipo" => App\Entity\Equipos\Maquinaria {#1283 -id: 198 -nombre: "COMPRESOR FRICK N°4" -codigo: null -activo: true -articulos: Doctrine\ORM\PersistentCollection {#1397 …} -sector: App\Entity\Mantenimiento\SectorPlanta {#1326 …} } ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1072 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1073 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1074 …} -namespace: Closure() {#1076 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1090 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1028 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#1091 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1028 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1089 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | [ "from" => DateTime @1455674400 {#1228 date: 2016-02-17 00:00:00.0 America/Sao_Paulo (-02:00) } "to" => DateTime @1787194800 {#1240 date: 2026-08-20 00:00:00.0 America/Sao_Paulo (-03:00) } "equipo" => App\Entity\Equipos\Maquinaria {#1283 -id: 198 -nombre: "COMPRESOR FRICK N°4" -codigo: null -activo: true -articulos: Doctrine\ORM\PersistentCollection {#1397 …} -sector: App\Entity\Mantenimiento\SectorPlanta {#1326 …} } ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1767 -form: Symfony\Component\Form\Form {#1193 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1699 …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 | true |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | [ "from" => DateTime @1455674400 {#1228 date: 2016-02-17 00:00:00.0 America/Sao_Paulo (-02:00) } "to" => DateTime @1787194800 {#1240 date: 2026-08-20 00:00:00.0 America/Sao_Paulo (-03:00) } "equipo" => App\Entity\Equipos\Maquinaria {#1283 -id: 198 -nombre: "COMPRESOR FRICK N°4" -codigo: null -activo: true -articulos: Doctrine\ORM\PersistentCollection {#1397 …} -sector: App\Entity\Mantenimiento\SectorPlanta {#1326 …} } ] |
from
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"2016-02-17"
|
| Normalized Format | DateTime @1455674400 {#1228 date: 2016-02-17 00:00:00.0 America/Sao_Paulo (-02:00) } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#1072 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1073 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1074 …} -namespace: Closure() {#1076 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#1110 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1028 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1111 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_form_from" ] |
| cache_key | "_form_from_date" |
| compound | false |
| data | DateTime @1455674400 {#1228 date: 2016-02-17 00:00:00.0 America/Sao_Paulo (-02:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1472 -form: Symfony\Component\Form\Form {#1190 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1695 …5} |
| full_name | "form[from]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_from" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "from" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_form_from" |
| valid | true |
| value | "2016-02-17" |
| widget | "single_text" |
to
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"2026-08-20"
|
| Normalized Format | DateTime @1787194800 {#1240 date: 2026-08-20 00:00:00.0 America/Sao_Paulo (-03:00) } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#1072 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1073 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1074 …} -namespace: Closure() {#1076 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#1120 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1028 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1119 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_form_to" ] |
| cache_key | "_form_to_date" |
| compound | false |
| data | DateTime @1787194800 {#1240 date: 2026-08-20 00:00:00.0 America/Sao_Paulo (-03:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1471 -form: Symfony\Component\Form\Form {#1211 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1571 …5} |
| full_name | "form[to]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_to" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "to" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | true |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_form_to" |
| valid | true |
| value | "2026-08-20" |
| widget | "single_text" |
equipo
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"198"
|
| Normalized Format | App\Entity\Equipos\Maquinaria {#1283 -id: 198 -nombre: "COMPRESOR FRICK N°4" -codigo: null -activo: true -articulos: Doctrine\ORM\PersistentCollection {#1397 …} -sector: App\Entity\Mantenimiento\SectorPlanta {#1326 …} } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Equipos\Maquinaria" |
same as passed value |
| group_by | Closure($choice, $key, $value) {#1097 class: "App\Controller\Mantenimiento\DiagramaTareaController" this: App\Controller\Mantenimiento\DiagramaTareaController {#49 …} } |
same as passed value |
| query_builder | Closure(EntityRepository $er): QueryBuilder {#1098 returnType: "Doctrine\ORM\QueryBuilder" class: "App\Controller\Mantenimiento\DiagramaTareaController" this: App\Controller\Mantenimiento\DiagramaTareaController {#49 …} use: { $user: App\Entity\User {#835 …} } } |
Doctrine\ORM\QueryBuilder {#1176 -em: Doctrine\ORM\EntityManager {#360 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1179 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1180 #from: "App\Entity\Equipos\Maquinaria" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1181 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "u.sector IN (:sectores)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1182 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Equipos\Maquinaria u WHERE u.sector IN (:sectores) ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1177 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1150 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1227 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1185 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1184 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1186 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1209 -om: Doctrine\ORM\EntityManager {#360 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1153 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Equipos\Maquinaria" |
| 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 {#1072 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1073 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1074 …} -namespace: Closure() {#1076 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#360 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | Closure($choice, $key, $value) {#1097 class: "App\Controller\Mantenimiento\DiagramaTareaController" this: App\Controller\Mantenimiento\DiagramaTareaController {#49 …} } |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1209 -om: Doctrine\ORM\EntityManager {#360 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1153 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 {#1176 -em: Doctrine\ORM\EntityManager {#360 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1179 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1180 #from: "App\Entity\Equipos\Maquinaria" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1181 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "u.sector IN (:sectores)" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1182 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Equipos\Maquinaria u WHERE u.sector IN (:sectores) ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1177 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1151 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1028 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1148 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_equipo" ] |
| cache_key | "_form_equipo_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ "POZO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1685 +label: "POZO" +choices: [ 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1762 +label: "AGITADOR DE PLUMA" +value: "203" +data: App\Entity\Equipos\Maquinaria {#1756 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2649 +label: "BOMBAS DE PLUMA" +value: "41" +data: App\Entity\Equipos\Maquinaria {#1773 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +label: "BOMBAS DE VISCERA" +value: "42" +data: App\Entity\Equipos\Maquinaria {#1901 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +label: "POZO" +value: "248" +data: App\Entity\Equipos\Maquinaria {#2330 …} +attr: [] +labelTranslationParameters: [] } ] } "PLANTA DE HARINA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1760 +label: "PLANTA DE HARINA" +choices: [ 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1715 +label: "ALIMENTADOR DE PRENSA VISCERAS" +value: "155" +data: App\Entity\Equipos\Maquinaria {#1755 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +label: "BOMBA DE SANGRE" +value: "170" +data: App\Entity\Equipos\Maquinaria {#1779 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2675 +label: "CERNIDOR DE PLUMA" +value: "174" +data: App\Entity\Equipos\Maquinaria {#1946 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +label: "CICLON HARINA PLUMAS" +value: "161" +data: App\Entity\Equipos\Maquinaria {#1970 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +label: "COMEDOR PLANTA DE HARINA" +value: "149" +data: App\Entity\Equipos\Maquinaria {#2012 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +label: "DAF" +value: "151" +data: App\Entity\Equipos\Maquinaria {#2072 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +label: "DECANTER" +value: "148" +data: App\Entity\Equipos\Maquinaria {#2075 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +label: "DETECTOR DE METALES" +value: "158" +data: App\Entity\Equipos\Maquinaria {#2123 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +label: "DIGESTOR DE PLUMA Nº4" +value: "136" +data: App\Entity\Equipos\Maquinaria {#2129 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +label: "DIGESTOR DE VISCERAS Nº1" +value: "133" +data: App\Entity\Equipos\Maquinaria {#2132 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +label: "DIGESTOR DE VISCERAS Nº2" +value: "134" +data: App\Entity\Equipos\Maquinaria {#2135 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +label: "DIGESTOR DE VISCERAS Nº3" +value: "135" +data: App\Entity\Equipos\Maquinaria {#2138 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2799 +label: "MOLINO HARINA PLUMA" +value: "253" +data: App\Entity\Equipos\Maquinaria {#2237 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2800 +label: "MOLINO HARINA VISCERAS" +value: "144" +data: App\Entity\Equipos\Maquinaria {#2240 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "PERCOLADOR HARINA VISCERAS" +value: "137" +data: App\Entity\Equipos\Maquinaria {#2309 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "PLANTA DE HARINA" +value: "109" +data: App\Entity\Equipos\Maquinaria {#2315 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +label: "PRENSA EXPELLER H. VISCERAS" +value: "140" +data: App\Entity\Equipos\Maquinaria {#2351 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +label: "PRENSA PLUMAS" +value: "141" +data: App\Entity\Equipos\Maquinaria {#2354 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +label: "SANCOCHADOR" +value: "221" +data: App\Entity\Equipos\Maquinaria {#2396 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "SECADOR DE PLUMAS" +value: "145" +data: App\Entity\Equipos\Maquinaria {#2405 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +label: "SECTOR PRODUCTO TERMINADO" +value: "150" +data: App\Entity\Equipos\Maquinaria {#2408 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "TANQUE ACEITE Nº1" +value: "165" +data: App\Entity\Equipos\Maquinaria {#2447 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "TANQUE ACEITE Nº2" +value: "166" +data: App\Entity\Equipos\Maquinaria {#2450 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "TANQUE AUSTRALIANO" +value: "167" +data: App\Entity\Equipos\Maquinaria {#2453 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "TANQUE DE MEZCLA DE BARROS" +value: "164" +data: App\Entity\Equipos\Maquinaria {#2456 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "TANQUE DE SANGRE" +value: "163" +data: App\Entity\Equipos\Maquinaria {#2459 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "TOLVA BAJADA DIGESTOR DE PLUMAS" +value: "138" +data: App\Entity\Equipos\Maquinaria {#2468 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "TOLVA PLUMAS" +value: "142" +data: App\Entity\Equipos\Maquinaria {#2471 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "TOLVA PRENSA EXPELLER" +value: "153" +data: App\Entity\Equipos\Maquinaria {#2474 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "TOLVA VISCERAS" +value: "143" +data: App\Entity\Equipos\Maquinaria {#2477 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "TRANSPORTE A ZARANDA DE PLUMAS" +value: "160" +data: App\Entity\Equipos\Maquinaria {#2516 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "TRANSPORTE A ZARANDA DE VISCERAS" +value: "157" +data: App\Entity\Equipos\Maquinaria {#2519 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "TRANSPORTE AL MOLINO DE VISCERAS" +value: "156" +data: App\Entity\Equipos\Maquinaria {#2522 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "TRANSPORTE DE BORRA" +value: "154" +data: App\Entity\Equipos\Maquinaria {#2525 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "TRANSPORTE DE PLUMAS" +value: "162" +data: App\Entity\Equipos\Maquinaria {#2528 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "TRANSPORTE DE TOLVA H. PLUMAS A DETECTOR DE METALES" +value: "159" +data: App\Entity\Equipos\Maquinaria {#2531 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "TRANSPORTE HARINA DE PLUMA" +value: "139" +data: App\Entity\Equipos\Maquinaria {#2537 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "TRIDECANTER" +value: "152" +data: App\Entity\Equipos\Maquinaria {#2543 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "VESTUARIO PLANTA DE HARINA" +value: "168" +data: App\Entity\Equipos\Maquinaria {#2570 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "ZARANDA HARINA DE PLUMAS" +value: "146" +data: App\Entity\Equipos\Maquinaria {#2576 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "ZARANDA HARINA DE VISCERAS" +value: "147" +data: App\Entity\Equipos\Maquinaria {#2579 …} +attr: [] +labelTranslationParameters: [] } ] } "EVISCERADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1751 +label: "EVISCERADO" +choices: [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1754 +label: "ANILLADORA" +value: "13" +data: App\Entity\Equipos\Maquinaria {#1745 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2677 +label: "CHILLER 1,2 Y 3" +value: "49" +data: App\Entity\Equipos\Maquinaria {#1952 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +label: "CHILLER Nº1" +value: "171" +data: App\Entity\Equipos\Maquinaria {#1961 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +label: "CHILLER Nº2" +value: "172" +data: App\Entity\Equipos\Maquinaria {#1964 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +label: "CHILLER Nº3" +value: "173" +data: App\Entity\Equipos\Maquinaria {#1967 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +label: "CINTAS DE CHILLERS" +value: "51" +data: App\Entity\Equipos\Maquinaria {#2000 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +label: "CORTA PIEL DE COGOTES" +value: "18" +data: App\Entity\Equipos\Maquinaria {#2054 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2740 +label: "DESCOLGADOR" +value: "47" +data: App\Entity\Equipos\Maquinaria {#2090 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +label: "DESTRONCADORA" +value: "17" +data: App\Entity\Equipos\Maquinaria {#2120 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2767 +label: "EVISCERADO" +value: "120" +data: App\Entity\Equipos\Maquinaria {#2165 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +label: "EVISCERADORA" +value: "15" +data: App\Entity\Equipos\Maquinaria {#2168 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2785 +label: "LAVADORA DE POLLOS" +value: "48" +data: App\Entity\Equipos\Maquinaria {#2207 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2797 +label: "MAYNAR" +value: "52" +data: App\Entity\Equipos\Maquinaria {#2231 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +label: "NORIA DE EVISCERADO" +value: "55" +data: App\Entity\Equipos\Maquinaria {#2249 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +label: "NORIA DE MENUDOS" +value: "56" +data: App\Entity\Equipos\Maquinaria {#2252 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +label: "PELADORA DE CORAZONES" +value: "57" +data: App\Entity\Equipos\Maquinaria {#2285 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "PELADORA SEMIL" +value: "54" +data: App\Entity\Equipos\Maquinaria {#2300 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "PGI" +value: "53" +data: App\Entity\Equipos\Maquinaria {#2312 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +label: "PRIMER CORTE" +value: "14" +data: App\Entity\Equipos\Maquinaria {#2357 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +label: "SACADORA DE BUCHES" +value: "16" +data: App\Entity\Equipos\Maquinaria {#2372 …} +attr: [] +labelTranslationParameters: [] } ] } "PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1758 +label: "PLAYA" +choices: [ 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +label: "ATONTADOR" +value: "36" +data: App\Entity\Equipos\Maquinaria {#1742 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2676 +label: "CERNIDOR DE VISCERAS" +value: "38" +data: App\Entity\Equipos\Maquinaria {#1949 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +label: "CINTA BAJADA JAULAS" +value: "3" +data: App\Entity\Equipos\Maquinaria {#1973 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2688 +label: "CINTA DE COLGAR" +value: "4" +data: App\Entity\Equipos\Maquinaria {#1979 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "CINTA DOSIFICADORA" +value: "7" +data: App\Entity\Equipos\Maquinaria {#1985 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +label: "CINTA ELEVADORA" +value: "5" +data: App\Entity\Equipos\Maquinaria {#1988 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +label: "CINTA LAVA JAULAS" +value: "6" +data: App\Entity\Equipos\Maquinaria {#1991 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +label: "CUCHILLA DE TOLVA" +value: "40" +data: App\Entity\Equipos\Maquinaria {#2066 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +label: "DEGOLLADOR" +value: "37" +data: App\Entity\Equipos\Maquinaria {#2078 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +label: "DEPOSITO DE CLORO" +value: "169" +data: App\Entity\Equipos\Maquinaria {#2084 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2784 +label: "LAVADORA DE JAULAS" +value: "241" +data: App\Entity\Equipos\Maquinaria {#2204 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +label: "PLAYA" +value: "108" +data: App\Entity\Equipos\Maquinaria {#2318 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "SOPLADORES REPIKY" +value: "181" +data: App\Entity\Equipos\Maquinaria {#2426 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "SUMERGIDOR DE JAULAS" +value: "247" +data: App\Entity\Equipos\Maquinaria {#2429 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "TRANSPORTE DE VISCERAS" +value: "39" +data: App\Entity\Equipos\Maquinaria {#2534 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "VENTILADORES PLAYA DESCARGA" +value: "132" +data: App\Entity\Equipos\Maquinaria {#2555 …} +attr: [] +labelTranslationParameters: [] } ] } "AUTOELEVADOR ALQUILADO 1" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2602 +label: "AUTOELEVADOR ALQUILADO 1" +choices: [ 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +label: "AUTOELEVADOR ALQUILADO Nº1" +value: "256" +data: App\Entity\Equipos\Maquinaria {#1738 …} +attr: [] +labelTranslationParameters: [] } ] } "CAMARAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2605 +label: "CAMARAS" +choices: [ 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2606 +label: "AUTOELEVADOR ALQUILADO Nº4" +value: "213" +data: App\Entity\Equipos\Maquinaria {#1734 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2607 +label: "AUTOELEVADOR ALQUILADO Nº5" +value: "214" +data: App\Entity\Equipos\Maquinaria {#1731 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +label: "AUTOELEVADOR ALQUILADO Nº6" +value: "215" +data: App\Entity\Equipos\Maquinaria {#1727 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +label: "AUTOELEVADOR CAT Nº2" +value: "66" +data: App\Entity\Equipos\Maquinaria {#1724 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +label: "AUTOELEVADOR SIBICAR Nº3" +value: "67" +data: App\Entity\Equipos\Maquinaria {#1720 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2611 +label: "AUTOELEVADOR TOYOTA Nº1" +value: "216" +data: App\Entity\Equipos\Maquinaria {#1717 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +label: "CAMARA Nº1" +value: "255" +data: App\Entity\Equipos\Maquinaria {#1919 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2665 +label: "CAMARA Nº10" +value: "260" +data: App\Entity\Equipos\Maquinaria {#1922 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2666 +label: "CAMARA Nº11" +value: "261" +data: App\Entity\Equipos\Maquinaria {#1925 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2667 +label: "CAMARA Nº2" +value: "257" +data: App\Entity\Equipos\Maquinaria {#1928 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2668 +label: "CAMARA Nº8" +value: "258" +data: App\Entity\Equipos\Maquinaria {#1931 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2669 +label: "CAMARA Nº9" +value: "259" +data: App\Entity\Equipos\Maquinaria {#1934 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +label: "CAMARAS" +value: "126" +data: App\Entity\Equipos\Maquinaria {#1937 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "CINTAS PRETUNEL" +value: "34" +data: App\Entity\Equipos\Maquinaria {#2006 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +label: "DETECTOR DE METALES PENTA" +value: "252" +data: App\Entity\Equipos\Maquinaria {#2126 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +label: "FORZADORES" +value: "32" +data: App\Entity\Equipos\Maquinaria {#2180 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +label: "Pasillo de cámara 10 y 11" +value: "264" +data: App\Entity\Equipos\Maquinaria {#2279 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +label: "PUERTAS" +value: "33" +data: App\Entity\Equipos\Maquinaria {#2360 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "Sala de clark" +value: "266" +data: App\Entity\Equipos\Maquinaria {#2384 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +label: "Sala de Picking" +value: "265" +data: App\Entity\Equipos\Maquinaria {#2393 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +label: "SELLADORAS TERMOCONTRAIBLES" +value: "35" +data: App\Entity\Equipos\Maquinaria {#2414 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "TERMOCONTRAIBLE EDOS" +value: "87" +data: App\Entity\Equipos\Maquinaria {#2462 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "TERMOCONTRAIBLE SEMIL" +value: "88" +data: App\Entity\Equipos\Maquinaria {#2465 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "Zorra 2" +value: "218" +data: App\Entity\Equipos\Maquinaria {#2582 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "Zorra 3" +value: "219" +data: App\Entity\Equipos\Maquinaria {#2585 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "ZORRA ELECTRICA DARC Nº2" +value: "224" +data: App\Entity\Equipos\Maquinaria {#2588 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "ZORRA ELECTRICA Nº1" +value: "217" +data: App\Entity\Equipos\Maquinaria {#2591 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "ZORRA ELECTRICA TOYOTA Nº3" +value: "222" +data: App\Entity\Equipos\Maquinaria {#2594 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "ZORRA ELECTRICA TOYOTA Nº4" +value: "223" +data: App\Entity\Equipos\Maquinaria {#2597 …} +attr: [] +labelTranslationParameters: [] } ] } "BALANZA DE CAMIONES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2613 +label: "BALANZA DE CAMIONES" +choices: [ 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2614 +label: "BALANZA DE CAMIONES" +value: "131" +data: App\Entity\Equipos\Maquinaria {#1713 …} +attr: [] +labelTranslationParameters: [] } ] } "EMPAQUE TROZADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2616 +label: "EMPAQUE TROZADO" +choices: [ 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2617 +label: "BALANZA LENKE" +value: "271" +data: App\Entity\Equipos\Maquinaria {#1710 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "EMPAQUE TROZADO" +value: "121" +data: App\Entity\Equipos\Maquinaria {#2147 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2770 +label: "FORMADORA DE HAMBURGUESA BID" +value: "89" +data: App\Entity\Equipos\Maquinaria {#2174 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2798 +label: "MDM" +value: "90" +data: App\Entity\Equipos\Maquinaria {#2234 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +label: "SELLADORA DE TROZADO" +value: "270" +data: App\Entity\Equipos\Maquinaria {#2411 …} +attr: [] +labelTranslationParameters: [] } ] } "EMPAQUE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2619 +label: "EMPAQUE" +choices: [ 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2620 +label: "BALANZA Nº1" +value: "19" +data: App\Entity\Equipos\Maquinaria {#1706 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2621 +label: "BALANZA Nº2" +value: "20" +data: App\Entity\Equipos\Maquinaria {#1703 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +label: "BALANZA PONIS" +value: "21" +data: App\Entity\Equipos\Maquinaria {#1700 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +label: "CINTAS" +value: "60" +data: App\Entity\Equipos\Maquinaria {#1997 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +label: "CLASIFICADOR" +value: "246" +data: App\Entity\Equipos\Maquinaria {#2009 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2741 +label: "DESCOLGADORES" +value: "59" +data: App\Entity\Equipos\Maquinaria {#2093 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: "EMPAQUE" +value: "122" +data: App\Entity\Equipos\Maquinaria {#2144 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2783 +label: "INYECTORA EMPAQUE" +value: "205" +data: App\Entity\Equipos\Maquinaria {#2201 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2801 +label: "NORIA DE CAJAS" +value: "58" +data: App\Entity\Equipos\Maquinaria {#2243 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2802 +label: "NORIA DE EMPAQUE" +value: "61" +data: App\Entity\Equipos\Maquinaria {#2246 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2806 +label: "NORIA DE POLLO PREMIUM" +value: "22" +data: App\Entity\Equipos\Maquinaria {#2258 …} +attr: [] +labelTranslationParameters: [] } ] } "BAÑO DE HOMBRES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2624 +label: "BAÑO DE HOMBRES" +choices: [ 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2625 +label: "BAÑO DE HOMBRES" +value: "130" +data: App\Entity\Equipos\Maquinaria {#1686 …} +attr: [] +labelTranslationParameters: [] } ] } "BAÑO DE MUJERES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2627 +label: "BAÑO DE MUJERES" +choices: [ 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2628 +label: "BAÑO DE MUJERES" +value: "129" +data: App\Entity\Equipos\Maquinaria {#1890 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE BATERIAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2630 +label: "SALA DE BATERIAS" +choices: [ 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2631 +label: "BATERIA AUTOELEVADOR Nº1 48V" +value: "225" +data: App\Entity\Equipos\Maquinaria {#1772 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2632 +label: "BATERIA AUTOELEVADOR Nº2 36V" +value: "226" +data: App\Entity\Equipos\Maquinaria {#1825 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2633 +label: "BATERIA AUTOELEVADOR Nº3 36V" +value: "227" +data: App\Entity\Equipos\Maquinaria {#1896 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2634 +label: "BATERIA AUTOELEVADOR Nº4 36V" +value: "228" +data: App\Entity\Equipos\Maquinaria {#1892 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2635 +label: "BATERIA AUTOELEVADOR Nº5 36V" +value: "229" +data: App\Entity\Equipos\Maquinaria {#1835 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +label: "BATERIA AUTOELEVADOR Nº6 36V" +value: "230" +data: App\Entity\Equipos\Maquinaria {#1826 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2637 +label: "BATERIA AUTOELEVADOR Nº7" +value: "235" +data: App\Entity\Equipos\Maquinaria {#1832 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2638 +label: "BATERIA ZORRA Nº1" +value: "231" +data: App\Entity\Equipos\Maquinaria {#1831 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +label: "BATERIA ZORRA Nº2" +value: "232" +data: App\Entity\Equipos\Maquinaria {#1823 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +label: "BATERIA ZORRA Nº3" +value: "233" +data: App\Entity\Equipos\Maquinaria {#1868 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2641 +label: "BATERIA ZORRA Nº4" +value: "234" +data: App\Entity\Equipos\Maquinaria {#1812 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +label: "SALA DE BATERIAS" +value: "105" +data: App\Entity\Equipos\Maquinaria {#2375 …} +attr: [] +labelTranslationParameters: [] } ] } "MAQUINAS DE HIELO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2643 +label: "MAQUINAS DE HIELO" +choices: [ 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2644 +label: "BAUDELOT" +value: "210" +data: App\Entity\Equipos\Maquinaria {#1785 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2793 +label: "MAQUINA DE HIELO Nº1" +value: "211" +data: App\Entity\Equipos\Maquinaria {#2219 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2796 +label: "MAQUINAS DE HIELO" +value: "115" +data: App\Entity\Equipos\Maquinaria {#2228 …} +attr: [] +labelTranslationParameters: [] } ] } "PELADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2646 +label: "PELADO" +choices: [ 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +label: "BOMBA DE GARRAS" +value: "204" +data: App\Entity\Equipos\Maquinaria {#1782 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2689 +label: "CINTA DE GARRAS" +value: "45" +data: App\Entity\Equipos\Maquinaria {#1982 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "CORTA GARRAS" +value: "12" +data: App\Entity\Equipos\Maquinaria {#2048 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +label: "ESCALDADORA" +value: "8" +data: App\Entity\Equipos\Maquinaria {#2153 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +label: "ESCALDADORAS DE GARRAS" +value: "43" +data: App\Entity\Equipos\Maquinaria {#2156 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2805 +label: "NORIA DE PELADO" +value: "46" +data: App\Entity\Equipos\Maquinaria {#2255 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +label: "PELADO" +value: "110" +data: App\Entity\Equipos\Maquinaria {#2282 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +label: "PELADORA Nº1" +value: "207" +data: App\Entity\Equipos\Maquinaria {#2288 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "PELADORA Nº2" +value: "208" +data: App\Entity\Equipos\Maquinaria {#2291 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "PELADORA Nº3" +value: "50" +data: App\Entity\Equipos\Maquinaria {#2294 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "PELADORA Nº4" +value: "209" +data: App\Entity\Equipos\Maquinaria {#2297 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +label: "PELADORAS" +value: "9" +data: App\Entity\Equipos\Maquinaria {#2303 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "PELADORAS DE GARRAS" +value: "44" +data: App\Entity\Equipos\Maquinaria {#2306 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +label: "SACA CABEZAS" +value: "10" +data: App\Entity\Equipos\Maquinaria {#2366 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +label: "SACADOR DE PATAS DOBLE" +value: "212" +data: App\Entity\Equipos\Maquinaria {#2369 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "TRANSFERIDOR" +value: "11" +data: App\Entity\Equipos\Maquinaria {#2501 …} +attr: [] +labelTranslationParameters: [] } ] } "BUFFET" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2652 +label: "BUFFET" +choices: [ 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +label: "BUFFET" +value: "128" +data: App\Entity\Equipos\Maquinaria {#1904 …} +attr: [] +labelTranslationParameters: [] } ] } "BUFFET DE PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2655 +label: "BUFFET DE PLAYA" +choices: [ 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2656 +label: "BUFFET DE PLAYA" +value: "127" +data: App\Entity\Equipos\Maquinaria {#1907 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE CALDERAS PLANTA DE HARINA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2658 +label: "SALA DE CALDERAS PLANTA DE HARINA" +choices: [ 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2659 +label: "CALDERA FONTANET Nº4" +value: "70" +data: App\Entity\Equipos\Maquinaria {#1910 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2663 +label: "CALDERA GONELLA Nº3" +value: "69" +data: App\Entity\Equipos\Maquinaria {#1916 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +label: "SALA DE CALDERAS PLANTA DE HARINA" +value: "103" +data: App\Entity\Equipos\Maquinaria {#2381 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE CALDERAS FAENA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2661 +label: "SALA DE CALDERAS FAENA" +choices: [ 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2662 +label: "CALDERA GONELLA Nº2" +value: "68" +data: App\Entity\Equipos\Maquinaria {#1913 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "COMPRESOR SULLAIR 3009 SERIE 12839" +value: "175" +data: App\Entity\Equipos\Maquinaria {#2027 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "COMPRESOR SULLAIR 3009 SERIE 9951" +value: "176" +data: App\Entity\Equipos\Maquinaria {#2030 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "COMPRESOR SULLAIR LS10-20" +value: "177" +data: App\Entity\Equipos\Maquinaria {#2033 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "COMPRESOR SULLAIR LS10-40" +value: "178" +data: App\Entity\Equipos\Maquinaria {#2036 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +label: "SALA DE CALDERAS FAENA" +value: "104" +data: App\Entity\Equipos\Maquinaria {#2378 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2877 +label: "SECADOR DE AIRE DCL 1008 SERIE 18R030527" +value: "180" +data: App\Entity\Equipos\Maquinaria {#2399 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +label: "SECADOR DE AIRE DCL 780 SERIE 100014037" +value: "179" +data: App\Entity\Equipos\Maquinaria {#2402 …} +attr: [] +labelTranslationParameters: [] } ] } "MAESTRANZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2672 +label: "MAESTRANZA" +choices: [ 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +label: "CARRO ACOPLADO N°1" +value: "193" +data: App\Entity\Equipos\Maquinaria {#1940 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2674 +label: "CARRO ACOPLADO N°2" +value: "194" +data: App\Entity\Equipos\Maquinaria {#1943 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "CORTADORA DE PASTO OLEO MAC XP-200" +value: "189" +data: App\Entity\Equipos\Maquinaria {#2057 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +label: "DESMALEZADORA OLEO MAC 746 T N°1" +value: "186" +data: App\Entity\Equipos\Maquinaria {#2102 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2745 +label: "DESMALEZADORA OLEO MAC 746 T N°2" +value: "187" +data: App\Entity\Equipos\Maquinaria {#2105 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +label: "DESMALEZADORA OLEO MAC 746 T N°3" +value: "188" +data: App\Entity\Equipos\Maquinaria {#2108 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +label: "DESMALEZADORA STIHL FS280" +value: "183" +data: App\Entity\Equipos\Maquinaria {#2111 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +label: "DESMALEZADORA STIHL FS450" +value: "184" +data: App\Entity\Equipos\Maquinaria {#2114 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +label: "DESMALEZADORA STIHL FS460" +value: "185" +data: App\Entity\Equipos\Maquinaria {#2117 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2789 +label: "MAESTRANZA" +value: "116" +data: App\Entity\Equipos\Maquinaria {#2213 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "SOPLADOR BG 50" +value: "191" +data: App\Entity\Equipos\Maquinaria {#2420 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "SOPLADOR BG 86" +value: "192" +data: App\Entity\Equipos\Maquinaria {#2423 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "TRACTOR ZETOR" +value: "190" +data: App\Entity\Equipos\Maquinaria {#2498 …} +attr: [] +labelTranslationParameters: [] } ] } "GARRA FRIA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2679 +label: "GARRA FRIA" +choices: [ 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +label: "CHILLER DE CORAZONES" +value: "30" +data: App\Entity\Equipos\Maquinaria {#1955 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +label: "CHILLER DE GARRAS" +value: "27" +data: App\Entity\Equipos\Maquinaria {#1958 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +label: "CINTA CLASIFICADORA" +value: "29" +data: App\Entity\Equipos\Maquinaria {#1976 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +label: "ESCURRIDOR DE CORAZONES" +value: "31" +data: App\Entity\Equipos\Maquinaria {#2159 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +label: "ESCURRIDOR DE GARRAS" +value: "28" +data: App\Entity\Equipos\Maquinaria {#2162 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2776 +label: "GARRA FRIA" +value: "118" +data: App\Entity\Equipos\Maquinaria {#2186 …} +attr: [] +labelTranslationParameters: [] } ] } "POLLO PREMIUM" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2694 +label: "POLLO PREMIUM" +choices: [ 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2695 +label: "CINTA POLLO PREMIUM" +value: "244" +data: App\Entity\Equipos\Maquinaria {#1994 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2742 +label: "DESCOLGADORES DE POLLO PREMIUM" +value: "245" +data: App\Entity\Equipos\Maquinaria {#2096 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2808 +label: "NORIA POLLO PREMIUM" +value: "243" +data: App\Entity\Equipos\Maquinaria {#2264 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +label: "POLLO PREMIUM" +value: "272" +data: App\Entity\Equipos\Maquinaria {#2321 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "ULMA" +value: "242" +data: App\Entity\Equipos\Maquinaria {#2552 …} +attr: [] +labelTranslationParameters: [] } ] } "TROZADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2699 +label: "TROZADO" +choices: [ 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +label: "CINTAS DE TROZADO" +value: "63" +data: App\Entity\Equipos\Maquinaria {#2003 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "CORTA ALAS" +value: "23" +data: App\Entity\Equipos\Maquinaria {#2045 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "CORTA PECHUGAS" +value: "24" +data: App\Entity\Equipos\Maquinaria {#2051 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "CORTE ANATOMICO" +value: "26" +data: App\Entity\Equipos\Maquinaria {#2060 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +label: "CUARTO TRASERO" +value: "25" +data: App\Entity\Equipos\Maquinaria {#2063 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +label: "CUCHILLAS" +value: "62" +data: App\Entity\Equipos\Maquinaria {#2069 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2743 +label: "DESHUESADORA" +value: "249" +data: App\Entity\Equipos\Maquinaria {#2099 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2782 +label: "INYECTORA" +value: "64" +data: App\Entity\Equipos\Maquinaria {#2198 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2807 +label: "NORIA DE TROZADO" +value: "65" +data: App\Entity\Equipos\Maquinaria {#2261 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "TROZADO" +value: "96" +data: App\Entity\Equipos\Maquinaria {#2546 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE MAQUINAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2705 +label: "SALA DE MAQUINAS" +choices: [ 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "COMPRESOR FRICK N°4" +value: "198" +data: App\Entity\Equipos\Maquinaria {#1283 -id: 198 -nombre: "COMPRESOR FRICK N°4" -codigo: null -activo: true -articulos: Doctrine\ORM\PersistentCollection {#1397 …} -sector: App\Entity\Mantenimiento\SectorPlanta {#1326 …} } +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "COMPRESOR FRICK N°5" +value: "197" +data: App\Entity\Equipos\Maquinaria {#2015 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "COMPRESOR GRAM N°6" +value: "195" +data: App\Entity\Equipos\Maquinaria {#2018 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +label: "COMPRESOR GRAM N°7" +value: "196" +data: App\Entity\Equipos\Maquinaria {#2021 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2710 +label: "COMPRESOR MYCOM N°8" +value: "199" +data: App\Entity\Equipos\Maquinaria {#2024 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "ENFRIADOR DE AGUA" +value: "76" +data: App\Entity\Equipos\Maquinaria {#2150 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +label: "PURGADOR HANSEN" +value: "254" +data: App\Entity\Equipos\Maquinaria {#2363 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "SALA DE MAQUINAS" +value: "101" +data: App\Entity\Equipos\Maquinaria {#2390 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "TACHO RECIRCULADOR MYCOM Nº4" +value: "78" +data: App\Entity\Equipos\Maquinaria {#2432 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "TACHO RECIRCULADOR Nº5" +value: "80" +data: App\Entity\Equipos\Maquinaria {#2435 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "TACHO RECIRCULADOR TOMASELLO Nº2" +value: "79" +data: App\Entity\Equipos\Maquinaria {#2438 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "TORRE CONDENSADO CHINA N°3" +value: "201" +data: App\Entity\Equipos\Maquinaria {#2483 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "TORRE CONDENSADO IMECO N°1" +value: "77" +data: App\Entity\Equipos\Maquinaria {#2486 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "TORRE CONDENSADO N°4" +value: "202" +data: App\Entity\Equipos\Maquinaria {#2489 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "TORRE CONDENSADO VMC N°2" +value: "200" +data: App\Entity\Equipos\Maquinaria {#2492 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "TORRE VMC" +value: "262" +data: App\Entity\Equipos\Maquinaria {#2495 …} +attr: [] +labelTranslationParameters: [] } ] } "CONTROL DE CALIDAD" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2716 +label: "CONTROL DE CALIDAD" +choices: [ 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "CONTROL DE CALIDAD" +value: "125" +data: App\Entity\Equipos\Maquinaria {#2039 …} +attr: [] +labelTranslationParameters: [] } ] } "CORAZONES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2719 +label: "CORAZONES" +choices: [ 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +label: "CORAZONES" +value: "263" +data: App\Entity\Equipos\Maquinaria {#2042 …} +attr: [] +labelTranslationParameters: [] } ] } "DEPOSITO DE CAJAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2734 +label: "DEPOSITO DE CAJAS" +choices: [ 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +label: "DEPOSITO DE CAJAS" +value: "124" +data: App\Entity\Equipos\Maquinaria {#2081 …} +attr: [] +labelTranslationParameters: [] } ] } "DEPOSITO DE INSUMOS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2738 +label: "DEPOSITO DE INSUMOS" +choices: [ 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2739 +label: "DEPOSITO DE INSUMOS" +value: "123" +data: App\Entity\Equipos\Maquinaria {#2087 …} +attr: [] +labelTranslationParameters: [] } ] } "SUBPRODUCTOS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2758 +label: "SUBPRODUCTOS" +choices: [ 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +label: "EMPANADORA" +value: "250" +data: App\Entity\Equipos\Maquinaria {#2141 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +label: "FILETEADORA" +value: "251" +data: App\Entity\Equipos\Maquinaria {#2171 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2771 +label: "FORMADORA DE MEDALLONES" +value: "206" +data: App\Entity\Equipos\Maquinaria {#2177 …} +attr: [] +labelTranslationParameters: [] } ] } "GARRA CALIENTE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2774 +label: "GARRA CALIENTE" +choices: [ 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2775 +label: "GARRA CALIENTE" +value: "119" +data: App\Entity\Equipos\Maquinaria {#2183 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE GENERADORES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2778 +label: "SALA DE GENERADORES" +choices: [ 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +label: "GENERADOR CAT 32" +value: "72" +data: App\Entity\Equipos\Maquinaria {#2189 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2780 +label: "GENERADOR CAT 3512" +value: "71" +data: App\Entity\Equipos\Maquinaria {#2192 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2781 +label: "GENERADOR PERKINS 1505" +value: "73" +data: App\Entity\Equipos\Maquinaria {#2195 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2873 +label: "SALA DE GENERADORES" +value: "102" +data: App\Entity\Equipos\Maquinaria {#2387 …} +attr: [] +labelTranslationParameters: [] } ] } "LIMPIEZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2787 +label: "LIMPIEZA" +choices: [ 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2788 +label: "LIMPIEZA" +value: "117" +data: App\Entity\Equipos\Maquinaria {#2210 …} +attr: [] +labelTranslationParameters: [] } ] } "TERRAZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2791 +label: "TERRAZA" +choices: [ 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2792 +label: "MAQUINA DE HIELO N°5" +value: "182" +data: App\Entity\Equipos\Maquinaria {#2216 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2794 +label: "MAQUINA DE HIELO Nº2" +value: "74" +data: App\Entity\Equipos\Maquinaria {#2222 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2795 +label: "MAQUINA DE HIELO Nº4" +value: "75" +data: App\Entity\Equipos\Maquinaria {#2225 …} +attr: [] +labelTranslationParameters: [] } ] } "OFICINA DE ADMINISTRACION" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2810 +label: "OFICINA DE ADMINISTRACION" +choices: [ 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +label: "OFICINA DE ADMINISTRACION" +value: "114" +data: App\Entity\Equipos\Maquinaria {#2267 …} +attr: [] +labelTranslationParameters: [] } ] } "OFICINA DE PLANTA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2813 +label: "OFICINA DE PLANTA" +choices: [ 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +label: "OFICINA DE PLANTA" +value: "113" +data: App\Entity\Equipos\Maquinaria {#2270 …} +attr: [] +labelTranslationParameters: [] } ] } "TUNEL DINAMICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2816 +label: "TUNEL DINAMICO" +choices: [ 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +label: "OFICINA DE TUNEL DINAMICO" +value: "112" +data: App\Entity\Equipos\Maquinaria {#2273 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "TUNEL DINAMICO" +value: "220" +data: App\Entity\Equipos\Maquinaria {#2549 …} +attr: [] +labelTranslationParameters: [] } ] } "PAÑOL" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2819 +label: "PAÑOL" +choices: [ 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "PAÑOL" +value: "111" +data: App\Entity\Equipos\Maquinaria {#2276 …} +attr: [] +labelTranslationParameters: [] } ] } "PORTERIA ADMINISTRACION" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2837 +label: "PORTERIA ADMINISTRACION" +choices: [ 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +label: "PORTERIA ADMINISTRACION" +value: "107" +data: App\Entity\Equipos\Maquinaria {#2324 …} +attr: [] +labelTranslationParameters: [] } ] } "PORTERIA DE PLANTA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2840 +label: "PORTERIA DE PLANTA" +choices: [ 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "PORTERIA DE PLANTA" +value: "106" +data: App\Entity\Equipos\Maquinaria {#2327 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº2" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2844 +label: "POZO Nº2" +choices: [ 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +label: "POZO Nº2" +value: "81" +data: App\Entity\Equipos\Maquinaria {#2333 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº3" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2847 +label: "POZO Nº3" +choices: [ 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "POZO Nº3" +value: "82" +data: App\Entity\Equipos\Maquinaria {#2336 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº4" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2850 +label: "POZO Nº4" +choices: [ 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +label: "POZO Nº4" +value: "83" +data: App\Entity\Equipos\Maquinaria {#2339 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº5" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2853 +label: "POZO Nº5" +choices: [ 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +label: "POZO Nº5" +value: "84" +data: App\Entity\Equipos\Maquinaria {#2342 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº6" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2856 +label: "POZO Nº6" +choices: [ 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "POZO Nº6" +value: "85" +data: App\Entity\Equipos\Maquinaria {#2345 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº7" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2859 +label: "POZO Nº7" +choices: [ 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +label: "POZO Nº7" +value: "86" +data: App\Entity\Equipos\Maquinaria {#2348 …} +attr: [] +labelTranslationParameters: [] } ] } "SENASA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2884 +label: "SENASA" +choices: [ 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "SENASA" +value: "100" +data: App\Entity\Equipos\Maquinaria {#2417 …} +attr: [] +labelTranslationParameters: [] } ] } "TALLER ELECTRICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2894 +label: "TALLER ELECTRICO" +choices: [ 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "TALLER ELECTRICO" +value: "99" +data: App\Entity\Equipos\Maquinaria {#2441 …} +attr: [] +labelTranslationParameters: [] } ] } "TALLER MECANICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2897 +label: "TALLER MECANICO" +choices: [ 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "TALLER MECANICO" +value: "98" +data: App\Entity\Equipos\Maquinaria {#2444 …} +attr: [] +labelTranslationParameters: [] } ] } "TORNERIA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2911 +label: "TORNERIA" +choices: [ 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "TORNERIA" +value: "97" +data: App\Entity\Equipos\Maquinaria {#2480 …} +attr: [] +labelTranslationParameters: [] } ] } "TRANSFORMADORES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2921 +label: "TRANSFORMADORES" +choices: [ 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "TRANSFORMADOR MIRON" +value: "239" +data: App\Entity\Equipos\Maquinaria {#2504 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "TRANSFORMADOR SITRAN N°1193" +value: "238" +data: App\Entity\Equipos\Maquinaria {#2507 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "TRANSFORMADOR SITRAN N°1194" +value: "269" +data: App\Entity\Equipos\Maquinaria {#2510 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "TRANSFORMADORES" +value: "240" +data: App\Entity\Equipos\Maquinaria {#2513 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "TRASNFORMADOR FOHAMA" +value: "237" +data: App\Entity\Equipos\Maquinaria {#2540 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO CAMARA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2941 +label: "VESTUARIO CAMARA" +choices: [ 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "VESTUARIO CAMARA" +value: "95" +data: App\Entity\Equipos\Maquinaria {#2558 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO HOMBRE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2944 +label: "VESTUARIO HOMBRE" +choices: [ 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "VESTUARIO DE HOMBRES" +value: "91" +data: App\Entity\Equipos\Maquinaria {#2561 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "VESTUARIO HOMBRE" +value: "94" +data: App\Entity\Equipos\Maquinaria {#2564 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO MUJER" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2948 +label: "VESTUARIO MUJER" +choices: [ 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "VESTUARIO MUJER" +value: "93" +data: App\Entity\Equipos\Maquinaria {#2567 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2952 +label: "VESTUARIO PLAYA" +choices: [ 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "VESTUARIO PLAYA" +value: "92" +data: App\Entity\Equipos\Maquinaria {#2573 …} +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | App\Entity\Equipos\Maquinaria {#1283 -id: 198 -nombre: "COMPRESOR FRICK N°4" -codigo: null -activo: true -articulos: Doctrine\ORM\PersistentCollection {#1397 …} -sector: App\Entity\Mantenimiento\SectorPlanta {#1326 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1709 -form: Symfony\Component\Form\Form {#1217 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1407 …5} |
| full_name | "form[equipo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_equipo" |
| is_selected | Closure($choice, $value) {#2947 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1128 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "equipo" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_form_equipo" |
| valid | true |
| value | "198" |
cargar
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_cargar" ] |
| cache_key | "_form_cargar_submit" |
| clicked | true |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2943 …5} |
| full_name | "form[cargar]" |
| id | "form_cargar" |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "cargar" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_cargar" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d4335e2b.B4zOsRDwnKMKa0CWBK4uwpCJYhyqygvL3wtk4RfW3d0.T9S5632_-8VtOQPZavpn8sfbJ0vNplOd7FkegliajKRr3oDUXqXo4ToPDQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "d4335e2b.B4zOsRDwnKMKa0CWBK4uwpCJYhyqygvL3wtk4RfW3d0.T9S5632_-8VtOQPZavpn8sfbJ0vNplOd7FkegliajKRr3oDUXqXo4ToPDQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1072 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1073 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1074 …} -namespace: Closure() {#1076 …} } |
| data | "d4335e2b.B4zOsRDwnKMKa0CWBK4uwpCJYhyqygvL3wtk4RfW3d0.T9S5632_-8VtOQPZavpn8sfbJ0vNplOd7FkegliajKRr3oDUXqXo4ToPDQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2896 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1028 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2910 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1028 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2893 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "d4335e2b.B4zOsRDwnKMKa0CWBK4uwpCJYhyqygvL3wtk4RfW3d0.T9S5632_-8VtOQPZavpn8sfbJ0vNplOd7FkegliajKRr3oDUXqXo4ToPDQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2818 -form: Symfony\Component\Form\Form {#2846 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2883 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "d4335e2b.B4zOsRDwnKMKa0CWBK4uwpCJYhyqygvL3wtk4RfW3d0.T9S5632_-8VtOQPZavpn8sfbJ0vNplOd7FkegliajKRr3oDUXqXo4ToPDQ" |