- 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
This form was not submitted.
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1096 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} } |
| 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() {#1097 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1095 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1098 -form: Symfony\Component\Form\Form {#1391 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1384 …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 | null |
realizado
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "all" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Todas" => "all" "Si" => true "No" => false ] |
[ "Todas" => "all" "Si" => true "No" => false ] |
| data | "all" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Todas" => "all" "Si" => true "No" => 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data | "all" |
| data_class | null |
| disabled | false |
| 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 | [] |
| 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 |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1211 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1213 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_realizado" ] |
| cache_key | "_form_realizado_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1442 +label: "Todas" +value: "all" +data: "all" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1448 +label: "Si" +value: "1" +data: true +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1447 +label: "No" +value: "0" +data: false +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "all" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1606 -form: Symfony\Component\Form\Form {#1394 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1558 …5} |
| full_name | "form[realizado]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_realizado" |
| is_selected | Closure($choice, $value) {#1445 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1196 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "realizado" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_realizado" |
| valid | true |
| value | "all" |
diagramado
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "all" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Todas" => "all" "Si" => true "No" => false ] |
[ "Todas" => "all" "Si" => true "No" => false ] |
| data | "all" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Todas" => "all" "Si" => true "No" => 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data | "all" |
| data_class | null |
| disabled | false |
| 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 | [] |
| 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 |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1222 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1221 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_diagramado" ] |
| cache_key | "_form_diagramado_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1442 +label: "Todas" +value: "all" +data: "all" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1448 +label: "Si" +value: "1" +data: true +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1447 +label: "No" +value: "0" +data: false +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "all" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1444 -form: Symfony\Component\Form\Form {#1397 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1553 …5} |
| full_name | "form[diagramado]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_diagramado" |
| is_selected | Closure($choice, $value) {#1555 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1196 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "diagramado" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_diagramado" |
| valid | true |
| value | "all" |
equipo
"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 |
|---|---|---|
| class | "App\Entity\Equipos\Maquinaria" |
same as passed value |
| group_by | Closure($choice, $key, $value) {#1104 class: "App\Controller\Mantenimiento\PedidoReparacionController" this: App\Controller\Mantenimiento\PedidoReparacionController {#49 …} } |
same as passed value |
| placeholder | "Todos" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1103 class: "App\Controller\Mantenimiento\PedidoReparacionController" this: App\Controller\Mantenimiento\PedidoReparacionController {#49 …} } |
Doctrine\ORM\QueryBuilder {#1265 -em: Doctrine\ORM\EntityManager {#685 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1268 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1269 #from: "App\Entity\Equipos\Maquinaria" #alias: "d" #indexBy: null } ] "join" => [ "d" => [ Doctrine\ORM\Query\Expr\Join {#1270 #joinType: "INNER" #join: "d.sector" #alias: "s" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1271 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "d.activo = true" "s.active = true" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1272 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.nombre ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1273 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT d FROM App\Entity\Equipos\Maquinaria d INNER JOIN d.sector s WHERE d.activo = true AND s.active = true ORDER BY s.nombre ASC, d.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1266 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "s" => "d" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1239 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1345 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1275 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1274 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1276 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1314 -om: Doctrine\ORM\EntityManager {#685 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1242 …} -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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#685 …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) {#1104 class: "App\Controller\Mantenimiento\PedidoReparacionController" this: App\Controller\Mantenimiento\PedidoReparacionController {#49 …} } |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1314 -om: Doctrine\ORM\EntityManager {#685 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1242 …} -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 | "Todos" |
| 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 {#1265 -em: Doctrine\ORM\EntityManager {#685 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1268 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1269 #from: "App\Entity\Equipos\Maquinaria" #alias: "d" #indexBy: null } ] "join" => [ "d" => [ Doctrine\ORM\Query\Expr\Join {#1270 #joinType: "INNER" #join: "d.sector" #alias: "s" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1271 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "d.activo = true" "s.active = true" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1272 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.nombre ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1273 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT d FROM App\Entity\Equipos\Maquinaria d INNER JOIN d.sector s WHERE d.activo = true AND s.active = true ORDER BY s.nombre ASC, d.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1266 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "s" => "d" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1240 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1237 …} } } |
| 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 | [ "BALANZA DE CAMIONES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1688 +label: "BALANZA DE CAMIONES" +choices: [ 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1690 +label: "BALANZA DE CAMIONES" +value: "131" +data: App\Entity\Equipos\Maquinaria {#1701 …} +attr: [] +labelTranslationParameters: [] } ] } "BAÑO DE CAMIONEROS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2540 +label: "BAÑO DE CAMIONEROS" +choices: [ 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1689 +label: "BAÑO DE CAMIONEROS" +value: "236" +data: App\Entity\Equipos\Maquinaria {#1723 …} +attr: [] +labelTranslationParameters: [] } ] } "BAÑO DE HOMBRES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1697 +label: "BAÑO DE HOMBRES" +choices: [ 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1692 +label: "BAÑO DE HOMBRES" +value: "130" +data: App\Entity\Equipos\Maquinaria {#1762 …} +attr: [] +labelTranslationParameters: [] } ] } "BAÑO DE MUJERES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2541 +label: "BAÑO DE MUJERES" +choices: [ 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2542 +label: "BAÑO DE MUJERES" +value: "129" +data: App\Entity\Equipos\Maquinaria {#1759 …} +attr: [] +labelTranslationParameters: [] } ] } "BUFFET" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2544 +label: "BUFFET" +choices: [ 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +label: "BUFFET" +value: "128" +data: App\Entity\Equipos\Maquinaria {#1765 …} +attr: [] +labelTranslationParameters: [] } ] } "BUFFET DE PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2547 +label: "BUFFET DE PLAYA" +choices: [ 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +label: "BUFFET DE PLAYA" +value: "127" +data: App\Entity\Equipos\Maquinaria {#1768 …} +attr: [] +labelTranslationParameters: [] } ] } "CAMARAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2550 +label: "CAMARAS" +choices: [ 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +label: "AUTOELEVADOR ALQUILADO Nº4" +value: "213" +data: App\Entity\Equipos\Maquinaria {#1771 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2552 +label: "AUTOELEVADOR ALQUILADO Nº5" +value: "214" +data: App\Entity\Equipos\Maquinaria {#1774 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +label: "AUTOELEVADOR ALQUILADO Nº6" +value: "215" +data: App\Entity\Equipos\Maquinaria {#1777 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "AUTOELEVADOR CAT Nº2" +value: "66" +data: App\Entity\Equipos\Maquinaria {#1780 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "AUTOELEVADOR SIBICAR Nº3" +value: "67" +data: App\Entity\Equipos\Maquinaria {#1783 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +label: "AUTOELEVADOR TOYOTA Nº1" +value: "216" +data: App\Entity\Equipos\Maquinaria {#1786 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +label: "CAMARA Nº1" +value: "255" +data: App\Entity\Equipos\Maquinaria {#1789 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "CAMARA Nº10" +value: "260" +data: App\Entity\Equipos\Maquinaria {#1792 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +label: "CAMARA Nº11" +value: "261" +data: App\Entity\Equipos\Maquinaria {#1795 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +label: "CAMARA Nº2" +value: "257" +data: App\Entity\Equipos\Maquinaria {#1798 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "CAMARA Nº8" +value: "258" +data: App\Entity\Equipos\Maquinaria {#1801 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +label: "CAMARA Nº9" +value: "259" +data: App\Entity\Equipos\Maquinaria {#1804 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2563 +label: "CAMARAS" +value: "126" +data: App\Entity\Equipos\Maquinaria {#1807 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +label: "CINTAS PRETUNEL" +value: "34" +data: App\Entity\Equipos\Maquinaria {#1810 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2565 +label: "DETECTOR DE METALES PENTA" +value: "252" +data: App\Entity\Equipos\Maquinaria {#1813 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +label: "FORZADORES" +value: "32" +data: App\Entity\Equipos\Maquinaria {#1816 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2567 +label: "Pasillo de cámara 10 y 11" +value: "264" +data: App\Entity\Equipos\Maquinaria {#1819 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2568 +label: "PUERTAS" +value: "33" +data: App\Entity\Equipos\Maquinaria {#1822 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +label: "Sala de clark" +value: "266" +data: App\Entity\Equipos\Maquinaria {#1825 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2570 +label: "Sala de Picking" +value: "265" +data: App\Entity\Equipos\Maquinaria {#1828 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2571 +label: "SELLADORAS TERMOCONTRAIBLES" +value: "35" +data: App\Entity\Equipos\Maquinaria {#1831 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "TERMOCONTRAIBLE EDOS" +value: "87" +data: App\Entity\Equipos\Maquinaria {#1834 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2573 +label: "TERMOCONTRAIBLE SEMIL" +value: "88" +data: App\Entity\Equipos\Maquinaria {#1837 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2574 +label: "Zorra 2" +value: "218" +data: App\Entity\Equipos\Maquinaria {#1840 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +label: "Zorra 3" +value: "219" +data: App\Entity\Equipos\Maquinaria {#1843 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +label: "ZORRA ELECTRICA DARC Nº2" +value: "224" +data: App\Entity\Equipos\Maquinaria {#1846 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +label: "ZORRA ELECTRICA Nº1" +value: "217" +data: App\Entity\Equipos\Maquinaria {#1849 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +label: "ZORRA ELECTRICA TOYOTA Nº3" +value: "222" +data: App\Entity\Equipos\Maquinaria {#1852 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2579 +label: "ZORRA ELECTRICA TOYOTA Nº4" +value: "223" +data: App\Entity\Equipos\Maquinaria {#1855 …} +attr: [] +labelTranslationParameters: [] } ] } "CONTROL DE CALIDAD" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2581 +label: "CONTROL DE CALIDAD" +choices: [ 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +label: "CONTROL DE CALIDAD" +value: "125" +data: App\Entity\Equipos\Maquinaria {#1858 …} +attr: [] +labelTranslationParameters: [] } ] } "CORAZONES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2584 +label: "CORAZONES" +choices: [ 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2585 +label: "CORAZONES" +value: "263" +data: App\Entity\Equipos\Maquinaria {#1861 …} +attr: [] +labelTranslationParameters: [] } ] } "DEPOSITO DE CAJAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2587 +label: "DEPOSITO DE CAJAS" +choices: [ 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2588 +label: "DEPOSITO DE CAJAS" +value: "124" +data: App\Entity\Equipos\Maquinaria {#1864 …} +attr: [] +labelTranslationParameters: [] } ] } "DEPOSITO DE INSUMOS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2590 +label: "DEPOSITO DE INSUMOS" +choices: [ 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2591 +label: "DEPOSITO DE INSUMOS" +value: "123" +data: App\Entity\Equipos\Maquinaria {#1867 …} +attr: [] +labelTranslationParameters: [] } ] } "EMPAQUE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2593 +label: "EMPAQUE" +choices: [ 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2594 +label: "BALANZA Nº1" +value: "19" +data: App\Entity\Equipos\Maquinaria {#1870 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2595 +label: "BALANZA Nº2" +value: "20" +data: App\Entity\Equipos\Maquinaria {#1873 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +label: "BALANZA PONIS" +value: "21" +data: App\Entity\Equipos\Maquinaria {#1876 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2597 +label: "CINTAS" +value: "60" +data: App\Entity\Equipos\Maquinaria {#1879 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +label: "CLASIFICADOR" +value: "246" +data: App\Entity\Equipos\Maquinaria {#1882 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2599 +label: "DESCOLGADORES" +value: "59" +data: App\Entity\Equipos\Maquinaria {#1885 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +label: "EMPAQUE" +value: "122" +data: App\Entity\Equipos\Maquinaria {#1888 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2601 +label: "INYECTORA EMPAQUE" +value: "205" +data: App\Entity\Equipos\Maquinaria {#1891 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2602 +label: "NORIA DE CAJAS" +value: "58" +data: App\Entity\Equipos\Maquinaria {#1894 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +label: "NORIA DE EMPAQUE" +value: "61" +data: App\Entity\Equipos\Maquinaria {#1897 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2604 +label: "NORIA DE POLLO PREMIUM" +value: "22" +data: App\Entity\Equipos\Maquinaria {#1900 …} +attr: [] +labelTranslationParameters: [] } ] } "EMPAQUE TROZADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2606 +label: "EMPAQUE TROZADO" +choices: [ 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2607 +label: "BALANZA LENKE" +value: "271" +data: App\Entity\Equipos\Maquinaria {#1903 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +label: "EMPAQUE TROZADO" +value: "121" +data: App\Entity\Equipos\Maquinaria {#1906 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +label: "FORMADORA DE HAMBURGUESA BID" +value: "89" +data: App\Entity\Equipos\Maquinaria {#1909 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +label: "MDM" +value: "90" +data: App\Entity\Equipos\Maquinaria {#1912 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2611 +label: "SELLADORA DE TROZADO" +value: "270" +data: App\Entity\Equipos\Maquinaria {#1915 …} +attr: [] +labelTranslationParameters: [] } ] } "EVISCERADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2613 +label: "EVISCERADO" +choices: [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2614 +label: "ANILLADORA" +value: "13" +data: App\Entity\Equipos\Maquinaria {#1918 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2615 +label: "CHILLER 1,2 Y 3" +value: "49" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1658 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2616 +label: "CHILLER Nº1" +value: "171" +data: App\Entity\Equipos\Maquinaria {#1923 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2617 +label: "CHILLER Nº2" +value: "172" +data: App\Entity\Equipos\Maquinaria {#1926 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2618 +label: "CHILLER Nº3" +value: "173" +data: App\Entity\Equipos\Maquinaria {#1929 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2619 +label: "CINTAS DE CHILLERS" +value: "51" +data: App\Entity\Equipos\Maquinaria {#1932 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2620 +label: "CORTA PIEL DE COGOTES" +value: "18" +data: App\Entity\Equipos\Maquinaria {#1935 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2621 +label: "DESCOLGADOR" +value: "47" +data: App\Entity\Equipos\Maquinaria {#1938 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +label: "DESTRONCADORA" +value: "17" +data: App\Entity\Equipos\Maquinaria {#1941 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2623 +label: "EVISCERADO" +value: "120" +data: App\Entity\Equipos\Maquinaria {#1944 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2624 +label: "EVISCERADORA" +value: "15" +data: App\Entity\Equipos\Maquinaria {#1947 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2625 +label: "LAVADORA DE POLLOS" +value: "48" +data: App\Entity\Equipos\Maquinaria {#1950 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2626 +label: "MAYNAR" +value: "52" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1668 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2627 +label: "NORIA DE EVISCERADO" +value: "55" +data: App\Entity\Equipos\Maquinaria {#1955 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2628 +label: "NORIA DE MENUDOS" +value: "56" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1663 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2629 +label: "PELADORA DE CORAZONES" +value: "57" +data: App\Entity\Equipos\Maquinaria {#1960 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2630 +label: "PELADORA SEMIL" +value: "54" +data: App\Entity\Equipos\Maquinaria {#1963 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2631 +label: "PGI" +value: "53" +data: App\Entity\Equipos\Maquinaria {#1966 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2632 +label: "PRIMER CORTE" +value: "14" +data: App\Entity\Equipos\Maquinaria {#1969 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2633 +label: "SACADORA DE BUCHES" +value: "16" +data: App\Entity\Equipos\Maquinaria {#1972 …} +attr: [] +labelTranslationParameters: [] } ] } "GARRA CALIENTE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2635 +label: "GARRA CALIENTE" +choices: [ 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +label: "GARRA CALIENTE" +value: "119" +data: App\Entity\Equipos\Maquinaria {#1975 …} +attr: [] +labelTranslationParameters: [] } ] } "GARRA FRIA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2638 +label: "GARRA FRIA" +choices: [ 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +label: "CHILLER DE CORAZONES" +value: "30" +data: App\Entity\Equipos\Maquinaria {#1978 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +label: "CHILLER DE GARRAS" +value: "27" +data: App\Entity\Equipos\Maquinaria {#1981 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2641 +label: "CINTA CLASIFICADORA" +value: "29" +data: App\Entity\Equipos\Maquinaria {#1984 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +label: "ESCURRIDOR DE CORAZONES" +value: "31" +data: App\Entity\Equipos\Maquinaria {#1987 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2643 +label: "ESCURRIDOR DE GARRAS" +value: "28" +data: App\Entity\Equipos\Maquinaria {#1990 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2644 +label: "GARRA FRIA" +value: "118" +data: App\Entity\Equipos\Maquinaria {#1993 …} +attr: [] +labelTranslationParameters: [] } ] } "LIMPIEZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2646 +label: "LIMPIEZA" +choices: [ 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +label: "LIMPIEZA" +value: "117" +data: App\Entity\Equipos\Maquinaria {#1996 …} +attr: [] +labelTranslationParameters: [] } ] } "MAESTRANZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2649 +label: "MAESTRANZA" +choices: [ 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +label: "CARRO ACOPLADO N°1" +value: "193" +data: App\Entity\Equipos\Maquinaria {#1999 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2651 +label: "CARRO ACOPLADO N°2" +value: "194" +data: App\Entity\Equipos\Maquinaria {#2002 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +label: "CORTADORA DE PASTO OLEO MAC XP-200" +value: "189" +data: App\Entity\Equipos\Maquinaria {#2005 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +label: "DESMALEZADORA OLEO MAC 746 T N°1" +value: "186" +data: App\Entity\Equipos\Maquinaria {#2008 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2654 +label: "DESMALEZADORA OLEO MAC 746 T N°2" +value: "187" +data: App\Entity\Equipos\Maquinaria {#2011 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +label: "DESMALEZADORA OLEO MAC 746 T N°3" +value: "188" +data: App\Entity\Equipos\Maquinaria {#2014 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2656 +label: "DESMALEZADORA STIHL FS280" +value: "183" +data: App\Entity\Equipos\Maquinaria {#2017 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2657 +label: "DESMALEZADORA STIHL FS450" +value: "184" +data: App\Entity\Equipos\Maquinaria {#2020 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +label: "DESMALEZADORA STIHL FS460" +value: "185" +data: App\Entity\Equipos\Maquinaria {#2023 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2659 +label: "MAESTRANZA" +value: "116" +data: App\Entity\Equipos\Maquinaria {#2026 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2660 +label: "SOPLADOR BG 50" +value: "191" +data: App\Entity\Equipos\Maquinaria {#2029 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +label: "SOPLADOR BG 86" +value: "192" +data: App\Entity\Equipos\Maquinaria {#2032 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2662 +label: "TRACTOR ZETOR" +value: "190" +data: App\Entity\Equipos\Maquinaria {#2035 …} +attr: [] +labelTranslationParameters: [] } ] } "MAQUINAS DE HIELO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2664 +label: "MAQUINAS DE HIELO" +choices: [ 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2665 +label: "BAUDELOT" +value: "210" +data: App\Entity\Equipos\Maquinaria {#2038 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2666 +label: "MAQUINA DE HIELO Nº1" +value: "211" +data: App\Entity\Equipos\Maquinaria {#2041 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2667 +label: "MAQUINAS DE HIELO" +value: "115" +data: App\Entity\Equipos\Maquinaria {#2044 …} +attr: [] +labelTranslationParameters: [] } ] } "OFICINA DE ADMINISTRACION" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2669 +label: "OFICINA DE ADMINISTRACION" +choices: [ 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +label: "OFICINA DE ADMINISTRACION" +value: "114" +data: App\Entity\Equipos\Maquinaria {#2047 …} +attr: [] +labelTranslationParameters: [] } ] } "OFICINA DE PLANTA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2672 +label: "OFICINA DE PLANTA" +choices: [ 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +label: "OFICINA DE PLANTA" +value: "113" +data: App\Entity\Equipos\Maquinaria {#2050 …} +attr: [] +labelTranslationParameters: [] } ] } "PAÑOL" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2675 +label: "PAÑOL" +choices: [ 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2676 +label: "PAÑOL" +value: "111" +data: App\Entity\Equipos\Maquinaria {#2053 …} +attr: [] +labelTranslationParameters: [] } ] } "PELADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2678 +label: "PELADO" +choices: [ 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2679 +label: "BOMBA DE GARRAS" +value: "204" +data: App\Entity\Equipos\Maquinaria {#2056 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +label: "CINTA DE GARRAS" +value: "45" +data: App\Entity\Equipos\Maquinaria {#2059 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +label: "CORTA GARRAS" +value: "12" +data: App\Entity\Equipos\Maquinaria {#2062 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +label: "ESCALDADORA" +value: "8" +data: App\Entity\Equipos\Maquinaria {#2065 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +label: "ESCALDADORAS DE GARRAS" +value: "43" +data: App\Entity\Equipos\Maquinaria {#2068 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +label: "NORIA DE PELADO" +value: "46" +data: App\Entity\Equipos\Maquinaria {#2071 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +label: "PELADO" +value: "110" +data: App\Entity\Equipos\Maquinaria {#2074 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +label: "PELADORA Nº1" +value: "207" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1648 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +label: "PELADORA Nº2" +value: "208" +data: App\Entity\Equipos\Maquinaria {#2079 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2688 +label: "PELADORA Nº3" +value: "50" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1653 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2689 +label: "PELADORA Nº4" +value: "209" +data: App\Entity\Equipos\Maquinaria {#2084 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "PELADORAS" +value: "9" +data: App\Entity\Equipos\Maquinaria {#2087 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +label: "PELADORAS DE GARRAS" +value: "44" +data: App\Entity\Equipos\Maquinaria {#2090 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +label: "SACA CABEZAS" +value: "10" +data: App\Entity\Equipos\Maquinaria {#2093 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +label: "SACADOR DE PATAS DOBLE" +value: "212" +data: App\Entity\Equipos\Maquinaria {#2096 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +label: "TRANSFERIDOR" +value: "11" +data: App\Entity\Equipos\Maquinaria {#2099 …} +attr: [] +labelTranslationParameters: [] } ] } "PLANTA DE HARINA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2696 +label: "PLANTA DE HARINA" +choices: [ 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +label: "ALIMENTADOR DE PRENSA VISCERAS" +value: "155" +data: App\Entity\Equipos\Maquinaria {#2102 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2698 +label: "BOMBA DE SANGRE" +value: "170" +data: App\Entity\Equipos\Maquinaria {#2105 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2699 +label: "CERNIDOR DE PLUMA" +value: "174" +data: App\Entity\Equipos\Maquinaria {#2108 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +label: "CICLON HARINA PLUMAS" +value: "161" +data: App\Entity\Equipos\Maquinaria {#2111 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "COMEDOR PLANTA DE HARINA" +value: "149" +data: App\Entity\Equipos\Maquinaria {#2114 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +label: "DAF" +value: "151" +data: App\Entity\Equipos\Maquinaria {#2117 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +label: "DECANTER" +value: "148" +data: App\Entity\Equipos\Maquinaria {#2120 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +label: "DETECTOR DE METALES" +value: "158" +data: App\Entity\Equipos\Maquinaria {#2123 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +label: "DIGESTOR DE PLUMA Nº4" +value: "136" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1589 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "DIGESTOR DE VISCERAS Nº1" +value: "133" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1586 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "DIGESTOR DE VISCERAS Nº2" +value: "134" +data: App\Entity\Equipos\Maquinaria {#2130 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "DIGESTOR DE VISCERAS Nº3" +value: "135" +data: App\Entity\Equipos\Maquinaria {#2133 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +label: "MOLINO HARINA PLUMA" +value: "253" +data: App\Entity\Equipos\Maquinaria {#2136 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2710 +label: "MOLINO HARINA VISCERAS" +value: "144" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1597 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "PERCOLADOR HARINA VISCERAS" +value: "137" +data: App\Entity\Equipos\Maquinaria {#2141 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "PLANTA DE HARINA" +value: "109" +data: App\Entity\Equipos\Maquinaria {#2144 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "PRENSA EXPELLER H. VISCERAS" +value: "140" +data: App\Entity\Equipos\Maquinaria {#2147 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "PRENSA PLUMAS" +value: "141" +data: App\Entity\Equipos\Maquinaria {#2150 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +label: "SANCOCHADOR" +value: "221" +data: App\Entity\Equipos\Maquinaria {#2153 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +label: "SECADOR DE PLUMAS" +value: "145" +data: App\Entity\Equipos\Maquinaria {#2156 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "SECTOR PRODUCTO TERMINADO" +value: "150" +data: App\Entity\Equipos\Maquinaria {#2159 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +label: "TANQUE ACEITE Nº1" +value: "165" +data: App\Entity\Equipos\Maquinaria {#2162 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +label: "TANQUE ACEITE Nº2" +value: "166" +data: App\Entity\Equipos\Maquinaria {#2165 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +label: "TANQUE AUSTRALIANO" +value: "167" +data: App\Entity\Equipos\Maquinaria {#2168 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "TANQUE DE MEZCLA DE BARROS" +value: "164" +data: App\Entity\Equipos\Maquinaria {#2171 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "TANQUE DE SANGRE" +value: "163" +data: App\Entity\Equipos\Maquinaria {#2174 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "TOLVA BAJADA DIGESTOR DE PLUMAS" +value: "138" +data: App\Entity\Equipos\Maquinaria {#2177 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +label: "TOLVA PLUMAS" +value: "142" +data: App\Entity\Equipos\Maquinaria {#2180 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "TOLVA PRENSA EXPELLER" +value: "153" +data: App\Entity\Equipos\Maquinaria {#2183 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "TOLVA VISCERAS" +value: "143" +data: App\Entity\Equipos\Maquinaria {#2186 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +label: "TRANSPORTE A ZARANDA DE PLUMAS" +value: "160" +data: App\Entity\Equipos\Maquinaria {#2189 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +label: "TRANSPORTE A ZARANDA DE VISCERAS" +value: "157" +data: App\Entity\Equipos\Maquinaria {#2192 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +label: "TRANSPORTE AL MOLINO DE VISCERAS" +value: "156" +data: App\Entity\Equipos\Maquinaria {#2195 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +label: "TRANSPORTE DE BORRA" +value: "154" +data: App\Entity\Equipos\Maquinaria {#2198 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +label: "TRANSPORTE DE PLUMAS" +value: "162" +data: App\Entity\Equipos\Maquinaria {#2201 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +label: "TRANSPORTE DE TOLVA H. PLUMAS A DETECTOR DE METALES" +value: "159" +data: App\Entity\Equipos\Maquinaria {#2204 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +label: "TRANSPORTE HARINA DE PLUMA" +value: "139" +data: App\Entity\Equipos\Maquinaria {#2207 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2734 +label: "TRIDECANTER" +value: "152" +data: App\Entity\Equipos\Maquinaria {#2210 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +label: "VESTUARIO PLANTA DE HARINA" +value: "168" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1580 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +label: "ZARANDA HARINA DE PLUMAS" +value: "146" +data: App\Entity\Equipos\Maquinaria {#2215 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2737 +label: "ZARANDA HARINA DE VISCERAS" +value: "147" +data: App\Entity\Equipos\Maquinaria {#2218 …} +attr: [] +labelTranslationParameters: [] } ] } "PLANTA REGULADORA DE GAS NATURAL" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2746 +label: "PLANTA REGULADORA DE GAS NATURAL" +choices: [ 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +label: "Ramal regulador Nº1" +value: "267" +data: App\Entity\Equipos\Maquinaria {#2221 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2740 +label: "Ramal reguladora Nº2" +value: "268" +data: App\Entity\Equipos\Maquinaria {#2225 …} +attr: [] +labelTranslationParameters: [] } ] } "PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2739 +label: "PLAYA" +choices: [ 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2741 +label: "ATONTADOR" +value: "36" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1561 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +label: "CERNIDOR DE VISCERAS" +value: "38" +data: App\Entity\Equipos\Maquinaria {#2230 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +label: "CINTA BAJADA JAULAS" +value: "3" +data: App\Entity\Equipos\Maquinaria {#2233 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +label: "CINTA DE COLGAR" +value: "4" +data: App\Entity\Equipos\Maquinaria {#2236 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +label: "CINTA DOSIFICADORA" +value: "7" +data: App\Entity\Equipos\Maquinaria {#2239 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +label: "CINTA ELEVADORA" +value: "5" +data: App\Entity\Equipos\Maquinaria {#2242 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +label: "CINTA LAVA JAULAS" +value: "6" +data: App\Entity\Equipos\Maquinaria {#2245 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +label: "CUCHILLA DE TOLVA" +value: "40" +data: App\Entity\Equipos\Maquinaria {#2248 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +label: "DEGOLLADOR" +value: "37" +data: App\Entity\Equipos\Maquinaria {#2251 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +label: "DEPOSITO DE CLORO" +value: "169" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1579 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +label: "LAVADORA DE JAULAS" +value: "241" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1573 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +label: "PLAYA" +value: "108" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1566 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +label: "SOPLADORES REPIKY" +value: "181" +data: App\Entity\Equipos\Maquinaria {#2260 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +label: "SUMERGIDOR DE JAULAS" +value: "247" +data: App\Entity\Equipos\Maquinaria {#2263 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: "TRANSPORTE DE VISCERAS" +value: "39" +data: App\Entity\Equipos\Maquinaria {#2266 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "VENTILADORES PLAYA DESCARGA" +value: "132" +data: App\Entity\Equipos\Maquinaria {#2269 …} +attr: [] +labelTranslationParameters: [] } ] } "POLLO PREMIUM" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2763 +label: "POLLO PREMIUM" +choices: [ 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +label: "CINTA POLLO PREMIUM" +value: "244" +data: App\Entity\Equipos\Maquinaria {#2272 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +label: "DESCOLGADORES DE POLLO PREMIUM" +value: "245" +data: App\Entity\Equipos\Maquinaria {#2275 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +label: "NORIA POLLO PREMIUM" +value: "243" +data: App\Entity\Equipos\Maquinaria {#2278 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2767 +label: "POLLO PREMIUM" +value: "272" +data: App\Entity\Equipos\Maquinaria {#2281 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +label: "ULMA" +value: "242" +data: App\Entity\Equipos\Maquinaria {#2284 …} +attr: [] +labelTranslationParameters: [] } ] } "PORTERIA ADMINISTRACION" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2770 +label: "PORTERIA ADMINISTRACION" +choices: [ 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2771 +label: "PORTERIA ADMINISTRACION" +value: "107" +data: App\Entity\Equipos\Maquinaria {#2287 …} +attr: [] +labelTranslationParameters: [] } ] } "PORTERIA DE PLANTA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2773 +label: "PORTERIA DE PLANTA" +choices: [ 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2774 +label: "PORTERIA DE PLANTA" +value: "106" +data: App\Entity\Equipos\Maquinaria {#2290 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2776 +label: "POZO" +choices: [ 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2777 +label: "AGITADOR DE PLUMA" +value: "203" +data: App\Entity\Equipos\Maquinaria {#2293 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2778 +label: "BOMBAS DE PLUMA" +value: "41" +data: App\Entity\Equipos\Maquinaria {#2296 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +label: "BOMBAS DE VISCERA" +value: "42" +data: App\Entity\Equipos\Maquinaria {#2299 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2780 +label: "POZO" +value: "248" +data: App\Entity\Equipos\Maquinaria {#2302 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº2" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2782 +label: "POZO Nº2" +choices: [ 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2783 +label: "POZO Nº2" +value: "81" +data: App\Entity\Equipos\Maquinaria {#2305 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº3" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2785 +label: "POZO Nº3" +choices: [ 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2786 +label: "POZO Nº3" +value: "82" +data: App\Entity\Equipos\Maquinaria {#2308 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº4" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2788 +label: "POZO Nº4" +choices: [ 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2789 +label: "POZO Nº4" +value: "83" +data: App\Entity\Equipos\Maquinaria {#2311 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº5" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2791 +label: "POZO Nº5" +choices: [ 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2792 +label: "POZO Nº5" +value: "84" +data: App\Entity\Equipos\Maquinaria {#2314 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº6" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2794 +label: "POZO Nº6" +choices: [ 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2795 +label: "POZO Nº6" +value: "85" +data: App\Entity\Equipos\Maquinaria {#2317 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº7" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2797 +label: "POZO Nº7" +choices: [ 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2798 +label: "POZO Nº7" +value: "86" +data: App\Entity\Equipos\Maquinaria {#2320 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE BATERIAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2800 +label: "SALA DE BATERIAS" +choices: [ 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2801 +label: "BATERIA AUTOELEVADOR Nº1 48V" +value: "225" +data: App\Entity\Equipos\Maquinaria {#2323 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2802 +label: "BATERIA AUTOELEVADOR Nº2 36V" +value: "226" +data: App\Entity\Equipos\Maquinaria {#2326 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +label: "BATERIA AUTOELEVADOR Nº3 36V" +value: "227" +data: App\Entity\Equipos\Maquinaria {#2329 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +label: "BATERIA AUTOELEVADOR Nº4 36V" +value: "228" +data: App\Entity\Equipos\Maquinaria {#2332 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2805 +label: "BATERIA AUTOELEVADOR Nº5 36V" +value: "229" +data: App\Entity\Equipos\Maquinaria {#2335 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2806 +label: "BATERIA AUTOELEVADOR Nº6 36V" +value: "230" +data: App\Entity\Equipos\Maquinaria {#2338 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2807 +label: "BATERIA AUTOELEVADOR Nº7" +value: "235" +data: App\Entity\Equipos\Maquinaria {#2341 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2808 +label: "BATERIA ZORRA Nº1" +value: "231" +data: App\Entity\Equipos\Maquinaria {#2344 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2809 +label: "BATERIA ZORRA Nº2" +value: "232" +data: App\Entity\Equipos\Maquinaria {#2347 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +label: "BATERIA ZORRA Nº3" +value: "233" +data: App\Entity\Equipos\Maquinaria {#2350 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +label: "BATERIA ZORRA Nº4" +value: "234" +data: App\Entity\Equipos\Maquinaria {#2353 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2812 +label: "SALA DE BATERIAS" +value: "105" +data: App\Entity\Equipos\Maquinaria {#2356 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE CALDERAS FAENA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2814 +label: "SALA DE CALDERAS FAENA" +choices: [ 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2815 +label: "CALDERA GONELLA Nº2" +value: "68" +data: App\Entity\Equipos\Maquinaria {#2359 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +label: "COMPRESOR SULLAIR 3009 SERIE 12839" +value: "175" +data: App\Entity\Equipos\Maquinaria {#2362 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +label: "COMPRESOR SULLAIR 3009 SERIE 9951" +value: "176" +data: App\Entity\Equipos\Maquinaria {#2365 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2818 +label: "COMPRESOR SULLAIR LS10-20" +value: "177" +data: App\Entity\Equipos\Maquinaria {#2368 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +label: "COMPRESOR SULLAIR LS10-40" +value: "178" +data: App\Entity\Equipos\Maquinaria {#2371 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "SALA DE CALDERAS FAENA" +value: "104" +data: App\Entity\Equipos\Maquinaria {#2374 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +label: "SECADOR DE AIRE DCL 1008 SERIE 18R030527" +value: "180" +data: App\Entity\Equipos\Maquinaria {#2377 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +label: "SECADOR DE AIRE DCL 780 SERIE 100014037" +value: "179" +data: App\Entity\Equipos\Maquinaria {#2380 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE CALDERAS PLANTA DE HARINA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2824 +label: "SALA DE CALDERAS PLANTA DE HARINA" +choices: [ 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "CALDERA FONTANET Nº4" +value: "70" +data: App\Entity\Equipos\Maquinaria {#2383 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "CALDERA GONELLA Nº3" +value: "69" +data: App\Entity\Equipos\Maquinaria {#2386 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "SALA DE CALDERAS PLANTA DE HARINA" +value: "103" +data: App\Entity\Equipos\Maquinaria {#2389 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE GENERADORES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2829 +label: "SALA DE GENERADORES" +choices: [ 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "GENERADOR CAT 32" +value: "72" +data: App\Entity\Equipos\Maquinaria {#2392 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "GENERADOR CAT 3512" +value: "71" +data: App\Entity\Equipos\Maquinaria {#2395 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "GENERADOR PERKINS 1505" +value: "73" +data: App\Entity\Equipos\Maquinaria {#2398 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "SALA DE GENERADORES" +value: "102" +data: App\Entity\Equipos\Maquinaria {#2401 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE MAQUINAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2835 +label: "SALA DE MAQUINAS" +choices: [ 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +label: "COMPRESOR FRICK N°4" +value: "198" +data: App\Entity\Equipos\Maquinaria {#2404 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +label: "COMPRESOR FRICK N°5" +value: "197" +data: App\Entity\Equipos\Maquinaria {#2407 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +label: "COMPRESOR GRAM N°6" +value: "195" +data: App\Entity\Equipos\Maquinaria {#2410 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +label: "COMPRESOR GRAM N°7" +value: "196" +data: App\Entity\Equipos\Maquinaria {#2413 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +label: "COMPRESOR MYCOM N°8" +value: "199" +data: App\Entity\Equipos\Maquinaria {#2416 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "ENFRIADOR DE AGUA" +value: "76" +data: App\Entity\Equipos\Maquinaria {#2419 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +label: "PURGADOR HANSEN" +value: "254" +data: App\Entity\Equipos\Maquinaria {#2422 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +label: "SALA DE MAQUINAS" +value: "101" +data: App\Entity\Equipos\Maquinaria {#2425 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +label: "TACHO RECIRCULADOR MYCOM Nº4" +value: "78" +data: App\Entity\Equipos\Maquinaria {#2428 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +label: "TACHO RECIRCULADOR Nº5" +value: "80" +data: App\Entity\Equipos\Maquinaria {#2431 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +label: "TACHO RECIRCULADOR TOMASELLO Nº2" +value: "79" +data: App\Entity\Equipos\Maquinaria {#2434 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +label: "TORRE CONDENSADO CHINA N°3" +value: "201" +data: App\Entity\Equipos\Maquinaria {#2437 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "TORRE CONDENSADO IMECO N°1" +value: "77" +data: App\Entity\Equipos\Maquinaria {#2440 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +label: "TORRE CONDENSADO N°4" +value: "202" +data: App\Entity\Equipos\Maquinaria {#2443 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +label: "TORRE CONDENSADO VMC N°2" +value: "200" +data: App\Entity\Equipos\Maquinaria {#2446 …} +attr: [] +labelTranslationParameters: [] } ] } "SENASA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2852 +label: "SENASA" +choices: [ 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +label: "SENASA" +value: "100" +data: App\Entity\Equipos\Maquinaria {#2449 …} +attr: [] +labelTranslationParameters: [] } ] } "SUBPRODUCTOS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2855 +label: "SUBPRODUCTOS" +choices: [ 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +label: "EMPANADORA" +value: "250" +data: App\Entity\Equipos\Maquinaria {#2452 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "FILETEADORA" +value: "251" +data: App\Entity\Equipos\Maquinaria {#2455 …} +attr: [] +labelTranslationParameters: [] } ] } "TALLER ELECTRICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2859 +label: "TALLER ELECTRICO" +choices: [ 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +label: "TALLER ELECTRICO" +value: "99" +data: App\Entity\Equipos\Maquinaria {#2458 …} +attr: [] +labelTranslationParameters: [] } ] } "TALLER MECANICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2862 +label: "TALLER MECANICO" +choices: [ 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +label: "TALLER MECANICO" +value: "98" +data: App\Entity\Equipos\Maquinaria {#2461 …} +attr: [] +labelTranslationParameters: [] } ] } "TERRAZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2865 +label: "TERRAZA" +choices: [ 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +label: "MAQUINA DE HIELO N°5" +value: "182" +data: App\Entity\Equipos\Maquinaria {#2464 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +label: "MAQUINA DE HIELO Nº2" +value: "74" +data: App\Entity\Equipos\Maquinaria {#2467 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +label: "MAQUINA DE HIELO Nº4" +value: "75" +data: App\Entity\Equipos\Maquinaria {#2470 …} +attr: [] +labelTranslationParameters: [] } ] } "TORNERIA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2870 +label: "TORNERIA" +choices: [ 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +label: "TORNERIA" +value: "97" +data: App\Entity\Equipos\Maquinaria {#2473 …} +attr: [] +labelTranslationParameters: [] } ] } "TRANSFORMADORES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2873 +label: "TRANSFORMADORES" +choices: [ 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "TRANSFORMADOR MIRON" +value: "239" +data: App\Entity\Equipos\Maquinaria {#2476 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +label: "TRANSFORMADOR SITRAN N°1193" +value: "238" +data: App\Entity\Equipos\Maquinaria {#2479 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +label: "TRANSFORMADOR SITRAN N°1194" +value: "269" +data: App\Entity\Equipos\Maquinaria {#2482 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2877 +label: "TRANSFORMADORES" +value: "240" +data: App\Entity\Equipos\Maquinaria {#2485 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +label: "TRASNFORMADOR FOHAMA" +value: "237" +data: App\Entity\Equipos\Maquinaria {#2488 …} +attr: [] +labelTranslationParameters: [] } ] } "TROZADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2880 +label: "TROZADO" +choices: [ 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +label: "CINTAS DE TROZADO" +value: "63" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1678 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +label: "CORTA ALAS" +value: "23" +data: App\Entity\Equipos\Maquinaria {#2493 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +label: "CORTA PECHUGAS" +value: "24" +data: App\Entity\Equipos\Maquinaria {#2496 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +label: "CORTE ANATOMICO" +value: "26" +data: App\Entity\Equipos\Maquinaria {#2499 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "CUARTO TRASERO" +value: "25" +data: App\Entity\Equipos\Maquinaria {#2502 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "CUCHILLAS" +value: "62" +data: App\Entity\Equipos\Maquinaria {#2505 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "DESHUESADORA" +value: "249" +data: App\Entity\Equipos\Maquinaria {#2508 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "INYECTORA" +value: "64" +data: App\Entity\Equipos\Maquinaria {#2511 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "NORIA DE TROZADO" +value: "65" +data: App\Entity\Equipos\Maquinaria {#2514 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "TROZADO" +value: "96" +data: Proxies\__CG__\App\Entity\Equipos\Maquinaria {#1673 …} +attr: [] +labelTranslationParameters: [] } ] } "TUNEL DINAMICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2892 +label: "TUNEL DINAMICO" +choices: [ 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "OFICINA DE TUNEL DINAMICO" +value: "112" +data: App\Entity\Equipos\Maquinaria {#2519 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "TUNEL DINAMICO" +value: "220" +data: App\Entity\Equipos\Maquinaria {#2522 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO CAMARA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2896 +label: "VESTUARIO CAMARA" +choices: [ 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "VESTUARIO CAMARA" +value: "95" +data: App\Entity\Equipos\Maquinaria {#2525 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO HOMBRE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2899 +label: "VESTUARIO HOMBRE" +choices: [ 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "VESTUARIO DE HOMBRES" +value: "91" +data: App\Entity\Equipos\Maquinaria {#2528 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "VESTUARIO HOMBRE" +value: "94" +data: App\Entity\Equipos\Maquinaria {#2531 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO MUJER" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2903 +label: "VESTUARIO MUJER" +choices: [ 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "VESTUARIO MUJER" +value: "93" +data: App\Entity\Equipos\Maquinaria {#2534 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2906 +label: "VESTUARIO PLAYA" +choices: [ 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "VESTUARIO PLAYA" +value: "92" +data: App\Entity\Equipos\Maquinaria {#2537 …} +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1513 -form: Symfony\Component\Form\Form {#1400 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1487 …5} |
| full_name | "form[equipo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_equipo" |
| is_selected | Closure($choice, $value) {#2902 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1196 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "equipo" |
| placeholder | "Todos" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_equipo" |
| valid | true |
| value | "" |
solicitante
"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 |
|---|---|---|
| class | "App\Entity\Mantenimiento\SolicitantePedidoReparacion" |
same as passed value |
| placeholder | "Todos" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1105 class: "App\Controller\Mantenimiento\PedidoReparacionController" this: App\Controller\Mantenimiento\PedidoReparacionController {#49 …} } |
Doctrine\ORM\QueryBuilder {#1282 -em: Doctrine\ORM\EntityManager {#685 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1339 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1334 #from: "App\Entity\Mantenimiento\SolicitantePedidoReparacion" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1328 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "d.activo = true" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1316 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT d FROM App\Entity\Mantenimiento\SolicitantePedidoReparacion d WHERE d.activo = true ORDER BY d.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1280 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1239 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1366 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1342 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1343 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1340 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1347 -om: Doctrine\ORM\EntityManager {#685 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1309 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Mantenimiento\SolicitantePedidoReparacion" |
| 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#685 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1347 -om: Doctrine\ORM\EntityManager {#685 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1309 …} -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 | "Todos" |
| 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 {#1282 -em: Doctrine\ORM\EntityManager {#685 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1339 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1334 #from: "App\Entity\Mantenimiento\SolicitantePedidoReparacion" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1328 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "d.activo = true" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1316 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT d FROM App\Entity\Mantenimiento\SolicitantePedidoReparacion d WHERE d.activo = true ORDER BY d.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1280 …} -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() {#1310 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1311 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_solicitante" ] |
| cache_key | "_form_solicitante_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "CAMARA" +value: "5" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2796 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "CONTROL DE CALIDAD" +value: "2" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2790 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +label: "CORAZONES" +value: "14" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2787 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +label: "EMPAQUE" +value: "3" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2784 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +label: "EMPAQUE TROZADO" +value: "12" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2781 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "EVISCERADO" +value: "4" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2775 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +label: "GARRA FRIA" +value: "13" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2772 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "MANTENIMIENTO ELECTRICO" +value: "9" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2769 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +label: "MANTENIMIENTO MECANICO" +value: "8" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2762 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "PAÑOL" +value: "7" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2742 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +label: "Planta de Harinas" +value: "15" +data: Proxies\__CG__\App\Entity\Mantenimiento\SolicitantePedidoReparacion {#1599 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2671 +label: "PLAYA" +value: "6" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2738 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2668 +label: "POLLO PREMIUM" +value: "10" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2695 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2663 +label: "SENASA" +value: "1" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2677 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +label: "TROZADO" +value: "11" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2674 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2905 -form: Symfony\Component\Form\Form {#1403 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2898 …5} |
| full_name | "form[solicitante]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_solicitante" |
| is_selected | Closure($choice, $value) {#2637 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1196 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "solicitante" |
| placeholder | "Todos" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_solicitante" |
| valid | true |
| value | "" |
sector
"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 |
|---|---|---|
| choices | [ App\Entity\Mantenimiento\SectorPlanta {#1113 -id: 57 -nombre: "Autoelevador alquilado 1" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1121 -id: 58 -nombre: "Autoelevador alquilado 2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1122 -id: 59 -nombre: "Autoelevador alquilado 3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1123 -id: 60 -nombre: "Autoelevador Toyota" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1124 -id: 49 -nombre: "AUTOELEVADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1125 -id: 18 -nombre: "BALANZA DE CAMIONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1126 -id: 23 -nombre: "BAÑO DE HOMBRES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1127 -id: 24 -nombre: "BAÑO DE MUJERES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1128 -id: 32 -nombre: "BUFFET" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1129 -id: 33 -nombre: "BUFFET DE PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1130 -id: 8 -nombre: "CAMARAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1131 -id: 30 -nombre: "CONTROL DE CALIDAD" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1132 -id: 53 -nombre: "CORAZONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1133 -id: 17 -nombre: "DEPOSITO ARMADO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1134 -id: 36 -nombre: "DEPOSITO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1135 -id: 48 -nombre: "DEPOSITO DE CLORO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1136 -id: 13 -nombre: "DEPOSITO DE INSUMOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1137 -id: 6 -nombre: "EMPAQUE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1138 -id: 12 -nombre: "EMPAQUE TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1139 -id: 5 -nombre: "EVISCERADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1140 -id: 9 -nombre: "GARRA CALIENTE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1141 -id: 7 -nombre: "GARRA FRIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1142 -id: 11 -nombre: "LIMPIEZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1143 -id: 16 -nombre: "MAESTRANZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1144 -id: 47 -nombre: "MAQUINAS DE HIELO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1145 -id: 55 -nombre: "MDM" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1146 -id: 28 -nombre: "OFICINA DE ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1147 -id: 27 -nombre: "OFICINA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1148 -id: 29 -nombre: "OFICINA PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1149 -id: 35 -nombre: "PAÑOL" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1150 -id: 4 -nombre: "PELADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1151 -id: 10 -nombre: "PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1152 -id: 2 -nombre: "PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1153 -id: 54 -nombre: "Pollo Premium" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1154 -id: 20 -nombre: "PORTERIA ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1155 -id: 19 -nombre: "PORTERIA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1156 -id: 52 -nombre: "POZO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1157 -id: 39 -nombre: "POZO Nº2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1158 -id: 40 -nombre: "POZO Nº3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1159 -id: 41 -nombre: "POZO Nº4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1160 -id: 42 -nombre: "POZO Nº5" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1161 -id: 43 -nombre: "POZO Nº6" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1162 -id: 44 -nombre: "POZO Nº7" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1163 -id: 46 -nombre: "SALA DE BATERIAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1164 -id: 37 -nombre: "SALA DE CALDERAS FAENA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1165 -id: 38 -nombre: "SALA DE CALDERAS PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1166 -id: 45 -nombre: "SALA DE GENERADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1167 -id: 3 -nombre: "SALA DE MAQUINAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1168 -id: 31 -nombre: "SENASA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1169 -id: 56 -nombre: "SUBPRODUCTOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1170 -id: 15 -nombre: "TALLER ELECTRICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1171 -id: 14 -nombre: "TALLER MECANICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1172 -id: 51 -nombre: "TERRAZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1173 -id: 34 -nombre: "TORNERIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1174 -id: 68 -nombre: "TRANSFORMADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1175 -id: 1 -nombre: "TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1176 -id: 65 -nombre: "TUNEL DINAMICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1177 -id: 26 -nombre: "VESTUARIO CAMARA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1178 -id: 21 -nombre: "VESTUARIO HOMBRE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1179 -id: 22 -nombre: "VESTUARIO MUJER" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1180 -id: 25 -nombre: "VESTUARIO PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1181 -id: 61 -nombre: "Zorra 1" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1182 -id: 62 -nombre: "Zorra 2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1183 -id: 63 -nombre: "Zorra 3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1184 -id: 64 -nombre: "Zorra 4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1185 -id: 50 -nombre: "ZORRAS" -active: true } ] |
[ App\Entity\Mantenimiento\SectorPlanta {#1113 -id: 57 -nombre: "Autoelevador alquilado 1" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1121 -id: 58 -nombre: "Autoelevador alquilado 2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1122 -id: 59 -nombre: "Autoelevador alquilado 3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1123 -id: 60 -nombre: "Autoelevador Toyota" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1124 -id: 49 -nombre: "AUTOELEVADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1125 -id: 18 -nombre: "BALANZA DE CAMIONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1126 -id: 23 -nombre: "BAÑO DE HOMBRES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1127 -id: 24 -nombre: "BAÑO DE MUJERES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1128 -id: 32 -nombre: "BUFFET" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1129 -id: 33 -nombre: "BUFFET DE PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1130 -id: 8 -nombre: "CAMARAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1131 -id: 30 -nombre: "CONTROL DE CALIDAD" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1132 -id: 53 -nombre: "CORAZONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1133 -id: 17 -nombre: "DEPOSITO ARMADO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1134 -id: 36 -nombre: "DEPOSITO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1135 -id: 48 -nombre: "DEPOSITO DE CLORO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1136 -id: 13 -nombre: "DEPOSITO DE INSUMOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1137 -id: 6 -nombre: "EMPAQUE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1138 -id: 12 -nombre: "EMPAQUE TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1139 -id: 5 -nombre: "EVISCERADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1140 -id: 9 -nombre: "GARRA CALIENTE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1141 -id: 7 -nombre: "GARRA FRIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1142 -id: 11 -nombre: "LIMPIEZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1143 -id: 16 -nombre: "MAESTRANZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1144 -id: 47 -nombre: "MAQUINAS DE HIELO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1145 -id: 55 -nombre: "MDM" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1146 -id: 28 -nombre: "OFICINA DE ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1147 -id: 27 -nombre: "OFICINA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1148 -id: 29 -nombre: "OFICINA PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1149 -id: 35 -nombre: "PAÑOL" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1150 -id: 4 -nombre: "PELADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1151 -id: 10 -nombre: "PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1152 -id: 2 -nombre: "PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1153 -id: 54 -nombre: "Pollo Premium" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1154 -id: 20 -nombre: "PORTERIA ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1155 -id: 19 -nombre: "PORTERIA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1156 -id: 52 -nombre: "POZO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1157 -id: 39 -nombre: "POZO Nº2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1158 -id: 40 -nombre: "POZO Nº3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1159 -id: 41 -nombre: "POZO Nº4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1160 -id: 42 -nombre: "POZO Nº5" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1161 -id: 43 -nombre: "POZO Nº6" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1162 -id: 44 -nombre: "POZO Nº7" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1163 -id: 46 -nombre: "SALA DE BATERIAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1164 -id: 37 -nombre: "SALA DE CALDERAS FAENA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1165 -id: 38 -nombre: "SALA DE CALDERAS PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1166 -id: 45 -nombre: "SALA DE GENERADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1167 -id: 3 -nombre: "SALA DE MAQUINAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1168 -id: 31 -nombre: "SENASA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1169 -id: 56 -nombre: "SUBPRODUCTOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1170 -id: 15 -nombre: "TALLER ELECTRICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1171 -id: 14 -nombre: "TALLER MECANICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1172 -id: 51 -nombre: "TERRAZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1173 -id: 34 -nombre: "TORNERIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1174 -id: 68 -nombre: "TRANSFORMADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1175 -id: 1 -nombre: "TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1176 -id: 65 -nombre: "TUNEL DINAMICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1177 -id: 26 -nombre: "VESTUARIO CAMARA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1178 -id: 21 -nombre: "VESTUARIO HOMBRE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1179 -id: 22 -nombre: "VESTUARIO MUJER" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1180 -id: 25 -nombre: "VESTUARIO PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1181 -id: 61 -nombre: "Zorra 1" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1182 -id: 62 -nombre: "Zorra 2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1183 -id: 63 -nombre: "Zorra 3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1184 -id: 64 -nombre: "Zorra 4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1185 -id: 50 -nombre: "ZORRAS" -active: true } ] |
| class | "App\Entity\Mantenimiento\SectorPlanta" |
same as passed value |
| placeholder | "Todos" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1239 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1323 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1324 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1322 -om: Doctrine\ORM\EntityManager {#685 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#957 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ App\Entity\Mantenimiento\SectorPlanta {#1113 -id: 57 -nombre: "Autoelevador alquilado 1" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1121 -id: 58 -nombre: "Autoelevador alquilado 2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1122 -id: 59 -nombre: "Autoelevador alquilado 3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1123 -id: 60 -nombre: "Autoelevador Toyota" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1124 -id: 49 -nombre: "AUTOELEVADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1125 -id: 18 -nombre: "BALANZA DE CAMIONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1126 -id: 23 -nombre: "BAÑO DE HOMBRES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1127 -id: 24 -nombre: "BAÑO DE MUJERES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1128 -id: 32 -nombre: "BUFFET" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1129 -id: 33 -nombre: "BUFFET DE PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1130 -id: 8 -nombre: "CAMARAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1131 -id: 30 -nombre: "CONTROL DE CALIDAD" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1132 -id: 53 -nombre: "CORAZONES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1133 -id: 17 -nombre: "DEPOSITO ARMADO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1134 -id: 36 -nombre: "DEPOSITO DE CAJAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1135 -id: 48 -nombre: "DEPOSITO DE CLORO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1136 -id: 13 -nombre: "DEPOSITO DE INSUMOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1137 -id: 6 -nombre: "EMPAQUE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1138 -id: 12 -nombre: "EMPAQUE TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1139 -id: 5 -nombre: "EVISCERADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1140 -id: 9 -nombre: "GARRA CALIENTE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1141 -id: 7 -nombre: "GARRA FRIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1142 -id: 11 -nombre: "LIMPIEZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1143 -id: 16 -nombre: "MAESTRANZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1144 -id: 47 -nombre: "MAQUINAS DE HIELO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1145 -id: 55 -nombre: "MDM" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1146 -id: 28 -nombre: "OFICINA DE ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1147 -id: 27 -nombre: "OFICINA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1148 -id: 29 -nombre: "OFICINA PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1149 -id: 35 -nombre: "PAÑOL" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1150 -id: 4 -nombre: "PELADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1151 -id: 10 -nombre: "PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1152 -id: 2 -nombre: "PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1153 -id: 54 -nombre: "Pollo Premium" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1154 -id: 20 -nombre: "PORTERIA ADMINISTRACION" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1155 -id: 19 -nombre: "PORTERIA DE PLANTA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1156 -id: 52 -nombre: "POZO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1157 -id: 39 -nombre: "POZO Nº2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1158 -id: 40 -nombre: "POZO Nº3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1159 -id: 41 -nombre: "POZO Nº4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1160 -id: 42 -nombre: "POZO Nº5" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1161 -id: 43 -nombre: "POZO Nº6" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1162 -id: 44 -nombre: "POZO Nº7" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1163 -id: 46 -nombre: "SALA DE BATERIAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1164 -id: 37 -nombre: "SALA DE CALDERAS FAENA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1165 -id: 38 -nombre: "SALA DE CALDERAS PLANTA DE HARINA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1166 -id: 45 -nombre: "SALA DE GENERADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1167 -id: 3 -nombre: "SALA DE MAQUINAS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1168 -id: 31 -nombre: "SENASA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1169 -id: 56 -nombre: "SUBPRODUCTOS" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1170 -id: 15 -nombre: "TALLER ELECTRICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1171 -id: 14 -nombre: "TALLER MECANICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1172 -id: 51 -nombre: "TERRAZA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1173 -id: 34 -nombre: "TORNERIA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1174 -id: 68 -nombre: "TRANSFORMADORES" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1175 -id: 1 -nombre: "TROZADO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1176 -id: 65 -nombre: "TUNEL DINAMICO" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1177 -id: 26 -nombre: "VESTUARIO CAMARA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1178 -id: 21 -nombre: "VESTUARIO HOMBRE" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1179 -id: 22 -nombre: "VESTUARIO MUJER" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1180 -id: 25 -nombre: "VESTUARIO PLAYA" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1181 -id: 61 -nombre: "Zorra 1" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1182 -id: 62 -nombre: "Zorra 2" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1183 -id: 63 -nombre: "Zorra 3" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1184 -id: 64 -nombre: "Zorra 4" -active: true } App\Entity\Mantenimiento\SectorPlanta {#1185 -id: 50 -nombre: "ZORRAS" -active: true } ] |
| class | "App\Entity\Mantenimiento\SectorPlanta" |
| 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#685 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1322 -om: Doctrine\ORM\EntityManager {#685 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#957 …} -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 | "Todos" |
| 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() {#1321 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1320 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_sector" ] |
| cache_key | "_form_sector_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2605 +label: "AUTOELEVADOR ALQUILADO 1" +value: "57" +data: App\Entity\Mantenimiento\SectorPlanta {#1113 -id: 57 -nombre: "Autoelevador alquilado 1" -active: true } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2592 +label: "AUTOELEVADOR ALQUILADO 2" +value: "58" +data: App\Entity\Mantenimiento\SectorPlanta {#1121 -id: 58 -nombre: "Autoelevador alquilado 2" -active: true } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2589 +label: "AUTOELEVADOR ALQUILADO 3" +value: "59" +data: App\Entity\Mantenimiento\SectorPlanta {#1122 -id: 59 -nombre: "Autoelevador alquilado 3" -active: true } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2586 +label: "AUTOELEVADOR TOYOTA" +value: "60" +data: App\Entity\Mantenimiento\SectorPlanta {#1123 -id: 60 -nombre: "Autoelevador Toyota" -active: true } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2583 +label: "AUTOELEVADORES" +value: "49" +data: App\Entity\Mantenimiento\SectorPlanta {#1124 -id: 49 -nombre: "AUTOELEVADORES" -active: true } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +label: "BALANZA DE CAMIONES" +value: "18" +data: App\Entity\Mantenimiento\SectorPlanta {#1125 -id: 18 -nombre: "BALANZA DE CAMIONES" -active: true } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2549 +label: "BAÑO DE HOMBRES" +value: "23" +data: App\Entity\Mantenimiento\SectorPlanta {#1126 -id: 23 -nombre: "BAÑO DE HOMBRES" -active: true } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2546 +label: "BAÑO DE MUJERES" +value: "24" +data: App\Entity\Mantenimiento\SectorPlanta {#1127 -id: 24 -nombre: "BAÑO DE MUJERES" -active: true } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2543 +label: "BUFFET" +value: "32" +data: App\Entity\Mantenimiento\SectorPlanta {#1128 -id: 32 -nombre: "BUFFET" -active: true } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1699 +label: "BUFFET DE PLAYA" +value: "33" +data: App\Entity\Mantenimiento\SectorPlanta {#1129 -id: 33 -nombre: "BUFFET DE PLAYA" -active: true } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1687 +label: "CAMARAS" +value: "8" +data: App\Entity\Mantenimiento\SectorPlanta {#1130 -id: 8 -nombre: "CAMARAS" -active: true } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1693 +label: "CONTROL DE CALIDAD" +value: "30" +data: App\Entity\Mantenimiento\SectorPlanta {#1131 -id: 30 -nombre: "CONTROL DE CALIDAD" -active: true } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1455 +label: "CORAZONES" +value: "53" +data: App\Entity\Mantenimiento\SectorPlanta {#1132 -id: 53 -nombre: "CORAZONES" -active: true } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "DEPOSITO ARMADO DE CAJAS" +value: "17" +data: App\Entity\Mantenimiento\SectorPlanta {#1133 -id: 17 -nombre: "DEPOSITO ARMADO DE CAJAS" -active: true } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "DEPOSITO DE CAJAS" +value: "36" +data: App\Entity\Mantenimiento\SectorPlanta {#1134 -id: 36 -nombre: "DEPOSITO DE CAJAS" -active: true } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "DEPOSITO DE CLORO" +value: "48" +data: App\Entity\Mantenimiento\SectorPlanta {#1135 -id: 48 -nombre: "DEPOSITO DE CLORO" -active: true } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "DEPOSITO DE INSUMOS" +value: "13" +data: App\Entity\Mantenimiento\SectorPlanta {#1136 -id: 13 -nombre: "DEPOSITO DE INSUMOS" -active: true } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "EMPAQUE" +value: "6" +data: App\Entity\Mantenimiento\SectorPlanta {#1137 -id: 6 -nombre: "EMPAQUE" -active: true } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "EMPAQUE TROZADO" +value: "12" +data: App\Entity\Mantenimiento\SectorPlanta {#1138 -id: 12 -nombre: "EMPAQUE TROZADO" -active: true } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "EVISCERADO" +value: "5" +data: App\Entity\Mantenimiento\SectorPlanta {#1139 -id: 5 -nombre: "EVISCERADO" -active: true } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "GARRA CALIENTE" +value: "9" +data: App\Entity\Mantenimiento\SectorPlanta {#1140 -id: 9 -nombre: "GARRA CALIENTE" -active: true } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "GARRA FRIA" +value: "7" +data: App\Entity\Mantenimiento\SectorPlanta {#1141 -id: 7 -nombre: "GARRA FRIA" -active: true } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "LIMPIEZA" +value: "11" +data: App\Entity\Mantenimiento\SectorPlanta {#1142 -id: 11 -nombre: "LIMPIEZA" -active: true } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "MAESTRANZA" +value: "16" +data: App\Entity\Mantenimiento\SectorPlanta {#1143 -id: 16 -nombre: "MAESTRANZA" -active: true } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "MAQUINAS DE HIELO" +value: "47" +data: App\Entity\Mantenimiento\SectorPlanta {#1144 -id: 47 -nombre: "MAQUINAS DE HIELO" -active: true } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "MDM" +value: "55" +data: App\Entity\Mantenimiento\SectorPlanta {#1145 -id: 55 -nombre: "MDM" -active: true } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "OFICINA DE ADMINISTRACION" +value: "28" +data: App\Entity\Mantenimiento\SectorPlanta {#1146 -id: 28 -nombre: "OFICINA DE ADMINISTRACION" -active: true } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "OFICINA DE PLANTA" +value: "27" +data: App\Entity\Mantenimiento\SectorPlanta {#1147 -id: 27 -nombre: "OFICINA DE PLANTA" -active: true } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "OFICINA PLANTA DE HARINA" +value: "29" +data: App\Entity\Mantenimiento\SectorPlanta {#1148 -id: 29 -nombre: "OFICINA PLANTA DE HARINA" -active: true } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "PAÑOL" +value: "35" +data: App\Entity\Mantenimiento\SectorPlanta {#1149 -id: 35 -nombre: "PAÑOL" -active: true } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "PELADO" +value: "4" +data: App\Entity\Mantenimiento\SectorPlanta {#1150 -id: 4 -nombre: "PELADO" -active: true } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "PLANTA DE HARINA" +value: "10" +data: App\Entity\Mantenimiento\SectorPlanta {#1151 -id: 10 -nombre: "PLANTA DE HARINA" -active: true } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "PLAYA" +value: "2" +data: App\Entity\Mantenimiento\SectorPlanta {#1152 -id: 2 -nombre: "PLAYA" -active: true } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "POLLO PREMIUM" +value: "54" +data: App\Entity\Mantenimiento\SectorPlanta {#1153 -id: 54 -nombre: "Pollo Premium" -active: true } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "PORTERIA ADMINISTRACION" +value: "20" +data: App\Entity\Mantenimiento\SectorPlanta {#1154 -id: 20 -nombre: "PORTERIA ADMINISTRACION" -active: true } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "PORTERIA DE PLANTA" +value: "19" +data: App\Entity\Mantenimiento\SectorPlanta {#1155 -id: 19 -nombre: "PORTERIA DE PLANTA" -active: true } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "POZO" +value: "52" +data: App\Entity\Mantenimiento\SectorPlanta {#1156 -id: 52 -nombre: "POZO" -active: true } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "POZO Nº2" +value: "39" +data: App\Entity\Mantenimiento\SectorPlanta {#1157 -id: 39 -nombre: "POZO Nº2" -active: true } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "POZO Nº3" +value: "40" +data: App\Entity\Mantenimiento\SectorPlanta {#1158 -id: 40 -nombre: "POZO Nº3" -active: true } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "POZO Nº4" +value: "41" +data: App\Entity\Mantenimiento\SectorPlanta {#1159 -id: 41 -nombre: "POZO Nº4" -active: true } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "POZO Nº5" +value: "42" +data: App\Entity\Mantenimiento\SectorPlanta {#1160 -id: 42 -nombre: "POZO Nº5" -active: true } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "POZO Nº6" +value: "43" +data: App\Entity\Mantenimiento\SectorPlanta {#1161 -id: 43 -nombre: "POZO Nº6" -active: true } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "POZO Nº7" +value: "44" +data: App\Entity\Mantenimiento\SectorPlanta {#1162 -id: 44 -nombre: "POZO Nº7" -active: true } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "SALA DE BATERIAS" +value: "46" +data: App\Entity\Mantenimiento\SectorPlanta {#1163 -id: 46 -nombre: "SALA DE BATERIAS" -active: true } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "SALA DE CALDERAS FAENA" +value: "37" +data: App\Entity\Mantenimiento\SectorPlanta {#1164 -id: 37 -nombre: "SALA DE CALDERAS FAENA" -active: true } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "SALA DE CALDERAS PLANTA DE HARINA" +value: "38" +data: App\Entity\Mantenimiento\SectorPlanta {#1165 -id: 38 -nombre: "SALA DE CALDERAS PLANTA DE HARINA" -active: true } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "SALA DE GENERADORES" +value: "45" +data: App\Entity\Mantenimiento\SectorPlanta {#1166 -id: 45 -nombre: "SALA DE GENERADORES" -active: true } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "SALA DE MAQUINAS" +value: "3" +data: App\Entity\Mantenimiento\SectorPlanta {#1167 -id: 3 -nombre: "SALA DE MAQUINAS" -active: true } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "SENASA" +value: "31" +data: App\Entity\Mantenimiento\SectorPlanta {#1168 -id: 31 -nombre: "SENASA" -active: true } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "SUBPRODUCTOS" +value: "56" +data: App\Entity\Mantenimiento\SectorPlanta {#1169 -id: 56 -nombre: "SUBPRODUCTOS" -active: true } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "TALLER ELECTRICO" +value: "15" +data: App\Entity\Mantenimiento\SectorPlanta {#1170 -id: 15 -nombre: "TALLER ELECTRICO" -active: true } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "TALLER MECANICO" +value: "14" +data: App\Entity\Mantenimiento\SectorPlanta {#1171 -id: 14 -nombre: "TALLER MECANICO" -active: true } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "TERRAZA" +value: "51" +data: App\Entity\Mantenimiento\SectorPlanta {#1172 -id: 51 -nombre: "TERRAZA" -active: true } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "TORNERIA" +value: "34" +data: App\Entity\Mantenimiento\SectorPlanta {#1173 -id: 34 -nombre: "TORNERIA" -active: true } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "TRANSFORMADORES" +value: "68" +data: App\Entity\Mantenimiento\SectorPlanta {#1174 -id: 68 -nombre: "TRANSFORMADORES" -active: true } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "TROZADO" +value: "1" +data: App\Entity\Mantenimiento\SectorPlanta {#1175 -id: 1 -nombre: "TROZADO" -active: true } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "TUNEL DINAMICO" +value: "65" +data: App\Entity\Mantenimiento\SectorPlanta {#1176 -id: 65 -nombre: "TUNEL DINAMICO" -active: true } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "VESTUARIO CAMARA" +value: "26" +data: App\Entity\Mantenimiento\SectorPlanta {#1177 -id: 26 -nombre: "VESTUARIO CAMARA" -active: true } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "VESTUARIO HOMBRE" +value: "21" +data: App\Entity\Mantenimiento\SectorPlanta {#1178 -id: 21 -nombre: "VESTUARIO HOMBRE" -active: true } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "VESTUARIO MUJER" +value: "22" +data: App\Entity\Mantenimiento\SectorPlanta {#1179 -id: 22 -nombre: "VESTUARIO MUJER" -active: true } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "VESTUARIO PLAYA" +value: "25" +data: App\Entity\Mantenimiento\SectorPlanta {#1180 -id: 25 -nombre: "VESTUARIO PLAYA" -active: true } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "ZORRA 1" +value: "61" +data: App\Entity\Mantenimiento\SectorPlanta {#1181 -id: 61 -nombre: "Zorra 1" -active: true } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "ZORRA 2" +value: "62" +data: App\Entity\Mantenimiento\SectorPlanta {#1182 -id: 62 -nombre: "Zorra 2" -active: true } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "ZORRA 3" +value: "63" +data: App\Entity\Mantenimiento\SectorPlanta {#1183 -id: 63 -nombre: "Zorra 3" -active: true } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "ZORRA 4" +value: "64" +data: App\Entity\Mantenimiento\SectorPlanta {#1184 -id: 64 -nombre: "Zorra 4" -active: true } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "ZORRAS" +value: "50" +data: App\Entity\Mantenimiento\SectorPlanta {#1185 -id: 50 -nombre: "ZORRAS" -active: true } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2634 -form: Symfony\Component\Form\Form {#1406 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2612 …5} |
| full_name | "form[sector]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_sector" |
| is_selected | Closure($choice, $value) {#2962 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1196 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sector" |
| placeholder | "Todos" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_sector" |
| valid | true |
| value | "" |
desde
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | DateTime @1787144777 {#1434 date: 2026-08-19 10:06:17.356862 America/Sao_Paulo (-03:00) } |
| View Format |
"2026-08-19"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | DateTime @1787144777 {#1118 date: 2026-08-19 10:06:17.356862 America/Sao_Paulo (-03:00) } |
same as passed 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data | DateTime @1787144777 {#1118 date: 2026-08-19 10:06:17.356862 America/Sao_Paulo (-03:00) } |
| 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() {#1357 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1354 …} } } |
| 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_desde" ] |
| cache_key | "_form_desde_date" |
| compound | false |
| data | DateTime @1787144777 {#1434 date: 2026-08-19 10:06:17.356862 America/Sao_Paulo (-03:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2963 -form: Symfony\Component\Form\Form {#1409 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2964 …5} |
| full_name | "form[desde]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_desde" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "desde" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_form_desde" |
| valid | true |
| value | "2026-08-19" |
| widget | "single_text" |
hasta
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | DateTime @1787231177 {#1438 date: 2026-08-20 10:06:17.356894 America/Sao_Paulo (-03:00) } |
| View Format |
"2026-08-20"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | DateTime @1787231177 {#1120 date: 2026-08-20 10:06:17.356894 America/Sao_Paulo (-03:00) } |
same as passed 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data | DateTime @1787231177 {#1120 date: 2026-08-20 10:06:17.356894 America/Sao_Paulo (-03:00) } |
| 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() {#1372 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1371 …} } } |
| 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_hasta" ] |
| cache_key | "_form_hasta_date" |
| compound | false |
| data | DateTime @1787231177 {#1438 date: 2026-08-20 10:06:17.356894 America/Sao_Paulo (-03:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2965 -form: Symfony\Component\Form\Form {#1412 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2966 …5} |
| full_name | "form[hasta]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_hasta" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hasta" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_form_hasta" |
| valid | true |
| value | "2026-08-20" |
| widget | "single_text" |
departamento
"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 |
|---|---|---|
| choices | [ App\Entity\Mantenimiento\Departamento {#1191 -id: 1 -nombre: "Departamento Electricista" -activo: true } App\Entity\Mantenimiento\Departamento {#1199 -id: 2 -nombre: "Mecanica" -activo: true } App\Entity\Mantenimiento\Departamento {#1200 -id: 3 -nombre: "Mantenimiento Edilicio" -activo: true } App\Entity\Mantenimiento\Departamento {#1201 -id: 4 -nombre: "Mantenimiento Terceros" -activo: true } ] |
[ App\Entity\Mantenimiento\Departamento {#1191 -id: 1 -nombre: "Departamento Electricista" -activo: true } App\Entity\Mantenimiento\Departamento {#1199 -id: 2 -nombre: "Mecanica" -activo: true } App\Entity\Mantenimiento\Departamento {#1200 -id: 3 -nombre: "Mantenimiento Edilicio" -activo: true } App\Entity\Mantenimiento\Departamento {#1201 -id: 4 -nombre: "Mantenimiento Terceros" -activo: true } ] |
| class | "App\Entity\Mantenimiento\Departamento" |
same as passed value |
| placeholder | "Todos" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1239 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1382 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1383 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1381 -om: Doctrine\ORM\EntityManager {#685 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#973 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ App\Entity\Mantenimiento\Departamento {#1191 -id: 1 -nombre: "Departamento Electricista" -activo: true } App\Entity\Mantenimiento\Departamento {#1199 -id: 2 -nombre: "Mecanica" -activo: true } App\Entity\Mantenimiento\Departamento {#1200 -id: 3 -nombre: "Mantenimiento Edilicio" -activo: true } App\Entity\Mantenimiento\Departamento {#1201 -id: 4 -nombre: "Mantenimiento Terceros" -activo: true } ] |
| class | "App\Entity\Mantenimiento\Departamento" |
| 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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#685 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1381 -om: Doctrine\ORM\EntityManager {#685 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#973 …} -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 | "Todos" |
| 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() {#1380 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1379 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_departamento" ] |
| cache_key | "_form_departamento_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "Departamento Electricista" +value: "1" +data: App\Entity\Mantenimiento\Departamento {#1191 -id: 1 -nombre: "Departamento Electricista" -activo: true } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "Mecanica" +value: "2" +data: App\Entity\Mantenimiento\Departamento {#1199 -id: 2 -nombre: "Mecanica" -activo: true } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "Mantenimiento Edilicio" +value: "3" +data: App\Entity\Mantenimiento\Departamento {#1200 -id: 3 -nombre: "Mantenimiento Edilicio" -activo: true } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "Mantenimiento Terceros" +value: "4" +data: App\Entity\Mantenimiento\Departamento {#1201 -id: 4 -nombre: "Mantenimiento Terceros" -activo: true } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2967 -form: Symfony\Component\Form\Form {#1415 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2968 …5} |
| full_name | "form[departamento]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_departamento" |
| is_selected | Closure($choice, $value) {#2974 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1196 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "departamento" |
| placeholder | "Todos" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_departamento" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f.AMp7iagJAzDF1EXenHNYYRKCDg42KDwqDgajP5pJ-6o.SJIM08VGZFaihgaR8icRUUXQS1lRRGR8PVTZXNUFqtNsmDXs5lx3cvWwCA" |
| 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 | "f.AMp7iagJAzDF1EXenHNYYRKCDg42KDwqDgajP5pJ-6o.SJIM08VGZFaihgaR8icRUUXQS1lRRGR8PVTZXNUFqtNsmDXs5lx3cvWwCA" |
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 {#1078 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1079 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1080 …} -namespace: Closure() {#1082 …} } |
| data | "f.AMp7iagJAzDF1EXenHNYYRKCDg42KDwqDgajP5pJ-6o.SJIM08VGZFaihgaR8icRUUXQS1lRRGR8PVTZXNUFqtNsmDXs5lx3cvWwCA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2979 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} } |
| 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() {#2978 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1034 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2980 …} } } |
| 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 | "f.AMp7iagJAzDF1EXenHNYYRKCDg42KDwqDgajP5pJ-6o.SJIM08VGZFaihgaR8icRUUXQS1lRRGR8PVTZXNUFqtNsmDXs5lx3cvWwCA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2990 -form: Symfony\Component\Form\Form {#2986 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2981 …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 | "f.AMp7iagJAzDF1EXenHNYYRKCDg42KDwqDgajP5pJ-6o.SJIM08VGZFaihgaR8icRUUXQS1lRRGR8PVTZXNUFqtNsmDXs5lx3cvWwCA" |