- 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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| 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 {#849 …} } |
| 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 {#849 …} 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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| 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 {#849 …} 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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| 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 {#849 …} 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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| 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 {#849 …} 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 {#1422 +label: "BALANZA DE CAMIONES" +choices: [ 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1452 +label: "BALANZA DE CAMIONES" +value: "131" +data: App\Entity\Equipos\Maquinaria {#1542 …} +attr: [] +labelTranslationParameters: [] } ] } "BAÑO DE CAMIONEROS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2415 +label: "BAÑO DE CAMIONEROS" +choices: [ 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1519 +label: "BAÑO DE CAMIONEROS" +value: "236" +data: App\Entity\Equipos\Maquinaria {#1520 …} +attr: [] +labelTranslationParameters: [] } ] } "BAÑO DE HOMBRES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1546 +label: "BAÑO DE HOMBRES" +choices: [ 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1551 +label: "BAÑO DE HOMBRES" +value: "130" +data: App\Entity\Equipos\Maquinaria {#1587 …} +attr: [] +labelTranslationParameters: [] } ] } "BAÑO DE MUJERES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2416 +label: "BAÑO DE MUJERES" +choices: [ 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "BAÑO DE MUJERES" +value: "129" +data: App\Entity\Equipos\Maquinaria {#1590 …} +attr: [] +labelTranslationParameters: [] } ] } "BUFFET" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2419 +label: "BUFFET" +choices: [ 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "BUFFET" +value: "128" +data: App\Entity\Equipos\Maquinaria {#1578 …} +attr: [] +labelTranslationParameters: [] } ] } "BUFFET DE PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2422 +label: "BUFFET DE PLAYA" +choices: [ 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "BUFFET DE PLAYA" +value: "127" +data: App\Entity\Equipos\Maquinaria {#1579 …} +attr: [] +labelTranslationParameters: [] } ] } "CAMARAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2425 +label: "CAMARAS" +choices: [ 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "AUTOELEVADOR ALQUILADO Nº4" +value: "213" +data: App\Entity\Equipos\Maquinaria {#1575 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "AUTOELEVADOR ALQUILADO Nº5" +value: "214" +data: App\Entity\Equipos\Maquinaria {#1570 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "AUTOELEVADOR ALQUILADO Nº6" +value: "215" +data: App\Entity\Equipos\Maquinaria {#1567 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "AUTOELEVADOR CAT Nº2" +value: "66" +data: App\Entity\Equipos\Maquinaria {#1564 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2430 +label: "AUTOELEVADOR SIBICAR Nº3" +value: "67" +data: App\Entity\Equipos\Maquinaria {#1561 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2431 +label: "AUTOELEVADOR TOYOTA Nº1" +value: "216" +data: App\Entity\Equipos\Maquinaria {#1644 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2432 +label: "CAMARA Nº1" +value: "255" +data: App\Entity\Equipos\Maquinaria {#1649 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2433 +label: "CAMARA Nº10" +value: "260" +data: App\Entity\Equipos\Maquinaria {#1652 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "CAMARA Nº11" +value: "261" +data: App\Entity\Equipos\Maquinaria {#1655 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "CAMARA Nº2" +value: "257" +data: App\Entity\Equipos\Maquinaria {#1658 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "CAMARA Nº8" +value: "258" +data: App\Entity\Equipos\Maquinaria {#1661 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "CAMARA Nº9" +value: "259" +data: App\Entity\Equipos\Maquinaria {#1664 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "CAMARAS" +value: "126" +data: App\Entity\Equipos\Maquinaria {#1667 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "CINTAS PRETUNEL" +value: "34" +data: App\Entity\Equipos\Maquinaria {#1670 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "DETECTOR DE METALES PENTA" +value: "252" +data: App\Entity\Equipos\Maquinaria {#1673 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "FORZADORES" +value: "32" +data: App\Entity\Equipos\Maquinaria {#1676 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "Pasillo de cámara 10 y 11" +value: "264" +data: App\Entity\Equipos\Maquinaria {#1679 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "PUERTAS" +value: "33" +data: App\Entity\Equipos\Maquinaria {#1682 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "Sala de clark" +value: "266" +data: App\Entity\Equipos\Maquinaria {#1685 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "Sala de Picking" +value: "265" +data: App\Entity\Equipos\Maquinaria {#1688 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "SELLADORAS TERMOCONTRAIBLES" +value: "35" +data: App\Entity\Equipos\Maquinaria {#1691 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "TERMOCONTRAIBLE EDOS" +value: "87" +data: App\Entity\Equipos\Maquinaria {#1694 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "TERMOCONTRAIBLE SEMIL" +value: "88" +data: App\Entity\Equipos\Maquinaria {#1697 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "Zorra 2" +value: "218" +data: App\Entity\Equipos\Maquinaria {#1700 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "Zorra 3" +value: "219" +data: App\Entity\Equipos\Maquinaria {#1703 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "ZORRA ELECTRICA DARC Nº2" +value: "224" +data: App\Entity\Equipos\Maquinaria {#1706 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "ZORRA ELECTRICA Nº1" +value: "217" +data: App\Entity\Equipos\Maquinaria {#1709 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +label: "ZORRA ELECTRICA TOYOTA Nº3" +value: "222" +data: App\Entity\Equipos\Maquinaria {#1712 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +label: "ZORRA ELECTRICA TOYOTA Nº4" +value: "223" +data: App\Entity\Equipos\Maquinaria {#1715 …} +attr: [] +labelTranslationParameters: [] } ] } "CONTROL DE CALIDAD" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2456 +label: "CONTROL DE CALIDAD" +choices: [ 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "CONTROL DE CALIDAD" +value: "125" +data: App\Entity\Equipos\Maquinaria {#1718 …} +attr: [] +labelTranslationParameters: [] } ] } "CORAZONES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2459 +label: "CORAZONES" +choices: [ 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "CORAZONES" +value: "263" +data: App\Entity\Equipos\Maquinaria {#1721 …} +attr: [] +labelTranslationParameters: [] } ] } "DEPOSITO DE CAJAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2462 +label: "DEPOSITO DE CAJAS" +choices: [ 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "DEPOSITO DE CAJAS" +value: "124" +data: App\Entity\Equipos\Maquinaria {#1724 …} +attr: [] +labelTranslationParameters: [] } ] } "DEPOSITO DE INSUMOS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2465 +label: "DEPOSITO DE INSUMOS" +choices: [ 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "DEPOSITO DE INSUMOS" +value: "123" +data: App\Entity\Equipos\Maquinaria {#1727 …} +attr: [] +labelTranslationParameters: [] } ] } "EMPAQUE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2468 +label: "EMPAQUE" +choices: [ 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "BALANZA Nº1" +value: "19" +data: App\Entity\Equipos\Maquinaria {#1730 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "BALANZA Nº2" +value: "20" +data: App\Entity\Equipos\Maquinaria {#1733 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "BALANZA PONIS" +value: "21" +data: App\Entity\Equipos\Maquinaria {#1736 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +label: "CINTAS" +value: "60" +data: App\Entity\Equipos\Maquinaria {#1739 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +label: "CLASIFICADOR" +value: "246" +data: App\Entity\Equipos\Maquinaria {#1742 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "DESCOLGADORES" +value: "59" +data: App\Entity\Equipos\Maquinaria {#1745 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "EMPAQUE" +value: "122" +data: App\Entity\Equipos\Maquinaria {#1748 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "INYECTORA EMPAQUE" +value: "205" +data: App\Entity\Equipos\Maquinaria {#1751 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2477 +label: "NORIA DE CAJAS" +value: "58" +data: App\Entity\Equipos\Maquinaria {#1754 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +label: "NORIA DE EMPAQUE" +value: "61" +data: App\Entity\Equipos\Maquinaria {#1757 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +label: "NORIA DE POLLO PREMIUM" +value: "22" +data: App\Entity\Equipos\Maquinaria {#1760 …} +attr: [] +labelTranslationParameters: [] } ] } "EMPAQUE TROZADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2481 +label: "EMPAQUE TROZADO" +choices: [ 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2482 +label: "BALANZA LENKE" +value: "271" +data: App\Entity\Equipos\Maquinaria {#1763 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2483 +label: "EMPAQUE TROZADO" +value: "121" +data: App\Entity\Equipos\Maquinaria {#1766 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +label: "FORMADORA DE HAMBURGUESA BID" +value: "89" +data: App\Entity\Equipos\Maquinaria {#1769 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +label: "MDM" +value: "90" +data: App\Entity\Equipos\Maquinaria {#1772 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "SELLADORA DE TROZADO" +value: "270" +data: App\Entity\Equipos\Maquinaria {#1775 …} +attr: [] +labelTranslationParameters: [] } ] } "EVISCERADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2488 +label: "EVISCERADO" +choices: [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +label: "ANILLADORA" +value: "13" +data: App\Entity\Equipos\Maquinaria {#1778 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "CHILLER 1,2 Y 3" +value: "49" +data: App\Entity\Equipos\Maquinaria {#1781 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +label: "CHILLER Nº1" +value: "171" +data: App\Entity\Equipos\Maquinaria {#1784 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +label: "CHILLER Nº2" +value: "172" +data: App\Entity\Equipos\Maquinaria {#1787 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "CHILLER Nº3" +value: "173" +data: App\Entity\Equipos\Maquinaria {#1790 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +label: "CINTAS DE CHILLERS" +value: "51" +data: App\Entity\Equipos\Maquinaria {#1793 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "CORTA PIEL DE COGOTES" +value: "18" +data: App\Entity\Equipos\Maquinaria {#1796 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +label: "DESCOLGADOR" +value: "47" +data: App\Entity\Equipos\Maquinaria {#1799 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "DESTRONCADORA" +value: "17" +data: App\Entity\Equipos\Maquinaria {#1802 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +label: "EVISCERADO" +value: "120" +data: App\Entity\Equipos\Maquinaria {#1805 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +label: "EVISCERADORA" +value: "15" +data: App\Entity\Equipos\Maquinaria {#1808 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +label: "LAVADORA DE POLLOS" +value: "48" +data: App\Entity\Equipos\Maquinaria {#1811 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "MAYNAR" +value: "52" +data: App\Entity\Equipos\Maquinaria {#1814 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +label: "NORIA DE EVISCERADO" +value: "55" +data: App\Entity\Equipos\Maquinaria {#1817 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +label: "NORIA DE MENUDOS" +value: "56" +data: App\Entity\Equipos\Maquinaria {#1820 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2504 +label: "PELADORA DE CORAZONES" +value: "57" +data: App\Entity\Equipos\Maquinaria {#1823 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +label: "PELADORA SEMIL" +value: "54" +data: App\Entity\Equipos\Maquinaria {#1826 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2506 +label: "PGI" +value: "53" +data: App\Entity\Equipos\Maquinaria {#1829 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2507 +label: "PRIMER CORTE" +value: "14" +data: App\Entity\Equipos\Maquinaria {#1832 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2508 +label: "SACADORA DE BUCHES" +value: "16" +data: App\Entity\Equipos\Maquinaria {#1835 …} +attr: [] +labelTranslationParameters: [] } ] } "GARRA CALIENTE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2510 +label: "GARRA CALIENTE" +choices: [ 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2511 +label: "GARRA CALIENTE" +value: "119" +data: App\Entity\Equipos\Maquinaria {#1838 …} +attr: [] +labelTranslationParameters: [] } ] } "GARRA FRIA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2513 +label: "GARRA FRIA" +choices: [ 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2514 +label: "CHILLER DE CORAZONES" +value: "30" +data: App\Entity\Equipos\Maquinaria {#1841 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2515 +label: "CHILLER DE GARRAS" +value: "27" +data: App\Entity\Equipos\Maquinaria {#1844 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2516 +label: "CINTA CLASIFICADORA" +value: "29" +data: App\Entity\Equipos\Maquinaria {#1847 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2517 +label: "ESCURRIDOR DE CORAZONES" +value: "31" +data: App\Entity\Equipos\Maquinaria {#1850 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +label: "ESCURRIDOR DE GARRAS" +value: "28" +data: App\Entity\Equipos\Maquinaria {#1853 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2519 +label: "GARRA FRIA" +value: "118" +data: App\Entity\Equipos\Maquinaria {#1856 …} +attr: [] +labelTranslationParameters: [] } ] } "LIMPIEZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2521 +label: "LIMPIEZA" +choices: [ 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2522 +label: "LIMPIEZA" +value: "117" +data: App\Entity\Equipos\Maquinaria {#1859 …} +attr: [] +labelTranslationParameters: [] } ] } "MAESTRANZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2524 +label: "MAESTRANZA" +choices: [ 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2525 +label: "CARRO ACOPLADO N°1" +value: "193" +data: App\Entity\Equipos\Maquinaria {#1862 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2526 +label: "CARRO ACOPLADO N°2" +value: "194" +data: App\Entity\Equipos\Maquinaria {#1865 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2527 +label: "CORTADORA DE PASTO OLEO MAC XP-200" +value: "189" +data: App\Entity\Equipos\Maquinaria {#1868 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2528 +label: "DESMALEZADORA OLEO MAC 746 T N°1" +value: "186" +data: App\Entity\Equipos\Maquinaria {#1871 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2529 +label: "DESMALEZADORA OLEO MAC 746 T N°2" +value: "187" +data: App\Entity\Equipos\Maquinaria {#1874 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +label: "DESMALEZADORA OLEO MAC 746 T N°3" +value: "188" +data: App\Entity\Equipos\Maquinaria {#1877 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +label: "DESMALEZADORA STIHL FS280" +value: "183" +data: App\Entity\Equipos\Maquinaria {#1880 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +label: "DESMALEZADORA STIHL FS450" +value: "184" +data: App\Entity\Equipos\Maquinaria {#1883 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2533 +label: "DESMALEZADORA STIHL FS460" +value: "185" +data: App\Entity\Equipos\Maquinaria {#1886 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2534 +label: "MAESTRANZA" +value: "116" +data: App\Entity\Equipos\Maquinaria {#1889 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2535 +label: "SOPLADOR BG 50" +value: "191" +data: App\Entity\Equipos\Maquinaria {#1892 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +label: "SOPLADOR BG 86" +value: "192" +data: App\Entity\Equipos\Maquinaria {#1895 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2537 +label: "TRACTOR ZETOR" +value: "190" +data: App\Entity\Equipos\Maquinaria {#1898 …} +attr: [] +labelTranslationParameters: [] } ] } "MAQUINAS DE HIELO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2539 +label: "MAQUINAS DE HIELO" +choices: [ 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2540 +label: "BAUDELOT" +value: "210" +data: App\Entity\Equipos\Maquinaria {#1901 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2541 +label: "MAQUINA DE HIELO Nº1" +value: "211" +data: App\Entity\Equipos\Maquinaria {#1904 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2542 +label: "MAQUINAS DE HIELO" +value: "115" +data: App\Entity\Equipos\Maquinaria {#1907 …} +attr: [] +labelTranslationParameters: [] } ] } "OFICINA DE ADMINISTRACION" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2544 +label: "OFICINA DE ADMINISTRACION" +choices: [ 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +label: "OFICINA DE ADMINISTRACION" +value: "114" +data: App\Entity\Equipos\Maquinaria {#1910 …} +attr: [] +labelTranslationParameters: [] } ] } "OFICINA DE PLANTA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2547 +label: "OFICINA DE PLANTA" +choices: [ 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +label: "OFICINA DE PLANTA" +value: "113" +data: App\Entity\Equipos\Maquinaria {#1913 …} +attr: [] +labelTranslationParameters: [] } ] } "PAÑOL" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2550 +label: "PAÑOL" +choices: [ 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +label: "PAÑOL" +value: "111" +data: App\Entity\Equipos\Maquinaria {#1916 …} +attr: [] +labelTranslationParameters: [] } ] } "PELADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2553 +label: "PELADO" +choices: [ 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "BOMBA DE GARRAS" +value: "204" +data: App\Entity\Equipos\Maquinaria {#1919 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "CINTA DE GARRAS" +value: "45" +data: App\Entity\Equipos\Maquinaria {#1922 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +label: "CORTA GARRAS" +value: "12" +data: App\Entity\Equipos\Maquinaria {#1925 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +label: "ESCALDADORA" +value: "8" +data: App\Entity\Equipos\Maquinaria {#1928 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "ESCALDADORAS DE GARRAS" +value: "43" +data: App\Entity\Equipos\Maquinaria {#1931 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +label: "NORIA DE PELADO" +value: "46" +data: App\Entity\Equipos\Maquinaria {#1934 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +label: "PELADO" +value: "110" +data: App\Entity\Equipos\Maquinaria {#1937 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "PELADORA Nº1" +value: "207" +data: App\Entity\Equipos\Maquinaria {#1940 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +label: "PELADORA Nº2" +value: "208" +data: App\Entity\Equipos\Maquinaria {#1943 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2563 +label: "PELADORA Nº3" +value: "50" +data: App\Entity\Equipos\Maquinaria {#1946 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +label: "PELADORA Nº4" +value: "209" +data: App\Entity\Equipos\Maquinaria {#1949 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2565 +label: "PELADORAS" +value: "9" +data: App\Entity\Equipos\Maquinaria {#1952 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +label: "PELADORAS DE GARRAS" +value: "44" +data: App\Entity\Equipos\Maquinaria {#1955 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2567 +label: "SACA CABEZAS" +value: "10" +data: App\Entity\Equipos\Maquinaria {#1958 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2568 +label: "SACADOR DE PATAS DOBLE" +value: "212" +data: App\Entity\Equipos\Maquinaria {#1961 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +label: "TRANSFERIDOR" +value: "11" +data: App\Entity\Equipos\Maquinaria {#1964 …} +attr: [] +labelTranslationParameters: [] } ] } "PLANTA DE HARINA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2571 +label: "PLANTA DE HARINA" +choices: [ 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "ALIMENTADOR DE PRENSA VISCERAS" +value: "155" +data: App\Entity\Equipos\Maquinaria {#1967 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2573 +label: "BOMBA DE SANGRE" +value: "170" +data: App\Entity\Equipos\Maquinaria {#1970 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2574 +label: "CERNIDOR DE PLUMA" +value: "174" +data: App\Entity\Equipos\Maquinaria {#1973 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +label: "CICLON HARINA PLUMAS" +value: "161" +data: App\Entity\Equipos\Maquinaria {#1976 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +label: "COMEDOR PLANTA DE HARINA" +value: "149" +data: App\Entity\Equipos\Maquinaria {#1979 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +label: "DAF" +value: "151" +data: App\Entity\Equipos\Maquinaria {#1982 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +label: "DECANTER" +value: "148" +data: App\Entity\Equipos\Maquinaria {#1985 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2579 +label: "DETECTOR DE METALES" +value: "158" +data: App\Entity\Equipos\Maquinaria {#1988 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +label: "DIGESTOR DE PLUMA Nº4" +value: "136" +data: App\Entity\Equipos\Maquinaria {#1991 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2581 +label: "DIGESTOR DE VISCERAS Nº1" +value: "133" +data: App\Entity\Equipos\Maquinaria {#1994 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +label: "DIGESTOR DE VISCERAS Nº2" +value: "134" +data: App\Entity\Equipos\Maquinaria {#1997 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2583 +label: "DIGESTOR DE VISCERAS Nº3" +value: "135" +data: App\Entity\Equipos\Maquinaria {#2000 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2584 +label: "MOLINO HARINA PLUMA" +value: "253" +data: App\Entity\Equipos\Maquinaria {#2003 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2585 +label: "MOLINO HARINA VISCERAS" +value: "144" +data: App\Entity\Equipos\Maquinaria {#2006 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2586 +label: "PERCOLADOR HARINA VISCERAS" +value: "137" +data: App\Entity\Equipos\Maquinaria {#2009 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2587 +label: "PLANTA DE HARINA" +value: "109" +data: App\Entity\Equipos\Maquinaria {#2012 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2588 +label: "PRENSA EXPELLER H. VISCERAS" +value: "140" +data: App\Entity\Equipos\Maquinaria {#2015 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2589 +label: "PRENSA PLUMAS" +value: "141" +data: App\Entity\Equipos\Maquinaria {#2018 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2590 +label: "SANCOCHADOR" +value: "221" +data: App\Entity\Equipos\Maquinaria {#2021 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2591 +label: "SECADOR DE PLUMAS" +value: "145" +data: App\Entity\Equipos\Maquinaria {#2024 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2592 +label: "SECTOR PRODUCTO TERMINADO" +value: "150" +data: App\Entity\Equipos\Maquinaria {#2027 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2593 +label: "TANQUE ACEITE Nº1" +value: "165" +data: App\Entity\Equipos\Maquinaria {#2030 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2594 +label: "TANQUE ACEITE Nº2" +value: "166" +data: App\Entity\Equipos\Maquinaria {#2033 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2595 +label: "TANQUE AUSTRALIANO" +value: "167" +data: App\Entity\Equipos\Maquinaria {#2036 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +label: "TANQUE DE MEZCLA DE BARROS" +value: "164" +data: App\Entity\Equipos\Maquinaria {#2039 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2597 +label: "TANQUE DE SANGRE" +value: "163" +data: App\Entity\Equipos\Maquinaria {#2042 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +label: "TOLVA BAJADA DIGESTOR DE PLUMAS" +value: "138" +data: App\Entity\Equipos\Maquinaria {#2045 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2599 +label: "TOLVA PLUMAS" +value: "142" +data: App\Entity\Equipos\Maquinaria {#2048 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +label: "TOLVA PRENSA EXPELLER" +value: "153" +data: App\Entity\Equipos\Maquinaria {#2051 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2601 +label: "TOLVA VISCERAS" +value: "143" +data: App\Entity\Equipos\Maquinaria {#2054 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2602 +label: "TRANSPORTE A ZARANDA DE PLUMAS" +value: "160" +data: App\Entity\Equipos\Maquinaria {#2057 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +label: "TRANSPORTE A ZARANDA DE VISCERAS" +value: "157" +data: App\Entity\Equipos\Maquinaria {#2060 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2604 +label: "TRANSPORTE AL MOLINO DE VISCERAS" +value: "156" +data: App\Entity\Equipos\Maquinaria {#2063 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2605 +label: "TRANSPORTE DE BORRA" +value: "154" +data: App\Entity\Equipos\Maquinaria {#2066 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2606 +label: "TRANSPORTE DE PLUMAS" +value: "162" +data: App\Entity\Equipos\Maquinaria {#2069 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2607 +label: "TRANSPORTE DE TOLVA H. PLUMAS A DETECTOR DE METALES" +value: "159" +data: App\Entity\Equipos\Maquinaria {#2072 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +label: "TRANSPORTE HARINA DE PLUMA" +value: "139" +data: App\Entity\Equipos\Maquinaria {#2075 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +label: "TRIDECANTER" +value: "152" +data: App\Entity\Equipos\Maquinaria {#2078 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +label: "VESTUARIO PLANTA DE HARINA" +value: "168" +data: App\Entity\Equipos\Maquinaria {#2081 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2611 +label: "ZARANDA HARINA DE PLUMAS" +value: "146" +data: App\Entity\Equipos\Maquinaria {#2084 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2612 +label: "ZARANDA HARINA DE VISCERAS" +value: "147" +data: App\Entity\Equipos\Maquinaria {#2087 …} +attr: [] +labelTranslationParameters: [] } ] } "PLANTA REGULADORA DE GAS NATURAL" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2621 +label: "PLANTA REGULADORA DE GAS NATURAL" +choices: [ 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2619 +label: "Ramal regulador Nº1" +value: "267" +data: App\Entity\Equipos\Maquinaria {#2090 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2615 +label: "Ramal reguladora Nº2" +value: "268" +data: App\Entity\Equipos\Maquinaria {#2094 …} +attr: [] +labelTranslationParameters: [] } ] } "PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2614 +label: "PLAYA" +choices: [ 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2616 +label: "ATONTADOR" +value: "36" +data: App\Entity\Equipos\Maquinaria {#2097 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +label: "CERNIDOR DE VISCERAS" +value: "38" +data: App\Entity\Equipos\Maquinaria {#2100 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2623 +label: "CINTA BAJADA JAULAS" +value: "3" +data: App\Entity\Equipos\Maquinaria {#2103 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2624 +label: "CINTA DE COLGAR" +value: "4" +data: App\Entity\Equipos\Maquinaria {#2106 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2625 +label: "CINTA DOSIFICADORA" +value: "7" +data: App\Entity\Equipos\Maquinaria {#2109 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2626 +label: "CINTA ELEVADORA" +value: "5" +data: App\Entity\Equipos\Maquinaria {#2112 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2627 +label: "CINTA LAVA JAULAS" +value: "6" +data: App\Entity\Equipos\Maquinaria {#2115 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2628 +label: "CUCHILLA DE TOLVA" +value: "40" +data: App\Entity\Equipos\Maquinaria {#2118 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2629 +label: "DEGOLLADOR" +value: "37" +data: App\Entity\Equipos\Maquinaria {#2121 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2630 +label: "DEPOSITO DE CLORO" +value: "169" +data: App\Entity\Equipos\Maquinaria {#2124 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2631 +label: "LAVADORA DE JAULAS" +value: "241" +data: App\Entity\Equipos\Maquinaria {#2127 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2632 +label: "PLAYA" +value: "108" +data: App\Entity\Equipos\Maquinaria {#2130 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2633 +label: "SOPLADORES REPIKY" +value: "181" +data: App\Entity\Equipos\Maquinaria {#2133 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2634 +label: "SUMERGIDOR DE JAULAS" +value: "247" +data: App\Entity\Equipos\Maquinaria {#2136 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2635 +label: "TRANSPORTE DE VISCERAS" +value: "39" +data: App\Entity\Equipos\Maquinaria {#2139 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +label: "VENTILADORES PLAYA DESCARGA" +value: "132" +data: App\Entity\Equipos\Maquinaria {#2142 …} +attr: [] +labelTranslationParameters: [] } ] } "POLLO PREMIUM" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2638 +label: "POLLO PREMIUM" +choices: [ 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +label: "CINTA POLLO PREMIUM" +value: "244" +data: App\Entity\Equipos\Maquinaria {#2145 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +label: "DESCOLGADORES DE POLLO PREMIUM" +value: "245" +data: App\Entity\Equipos\Maquinaria {#2148 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2641 +label: "NORIA POLLO PREMIUM" +value: "243" +data: App\Entity\Equipos\Maquinaria {#2151 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +label: "POLLO PREMIUM" +value: "272" +data: App\Entity\Equipos\Maquinaria {#2154 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2643 +label: "ULMA" +value: "242" +data: App\Entity\Equipos\Maquinaria {#2157 …} +attr: [] +labelTranslationParameters: [] } ] } "PORTERIA ADMINISTRACION" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2645 +label: "PORTERIA ADMINISTRACION" +choices: [ 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2646 +label: "PORTERIA ADMINISTRACION" +value: "107" +data: App\Entity\Equipos\Maquinaria {#2160 …} +attr: [] +labelTranslationParameters: [] } ] } "PORTERIA DE PLANTA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2648 +label: "PORTERIA DE PLANTA" +choices: [ 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2649 +label: "PORTERIA DE PLANTA" +value: "106" +data: App\Entity\Equipos\Maquinaria {#2163 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2651 +label: "POZO" +choices: [ 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +label: "AGITADOR DE PLUMA" +value: "203" +data: App\Entity\Equipos\Maquinaria {#2166 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +label: "BOMBAS DE PLUMA" +value: "41" +data: App\Entity\Equipos\Maquinaria {#2169 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2654 +label: "BOMBAS DE VISCERA" +value: "42" +data: App\Entity\Equipos\Maquinaria {#2172 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +label: "POZO" +value: "248" +data: App\Entity\Equipos\Maquinaria {#2175 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº2" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2657 +label: "POZO Nº2" +choices: [ 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +label: "POZO Nº2" +value: "81" +data: App\Entity\Equipos\Maquinaria {#2178 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº3" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2660 +label: "POZO Nº3" +choices: [ 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +label: "POZO Nº3" +value: "82" +data: App\Entity\Equipos\Maquinaria {#2181 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº4" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2663 +label: "POZO Nº4" +choices: [ 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +label: "POZO Nº4" +value: "83" +data: App\Entity\Equipos\Maquinaria {#2184 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº5" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2666 +label: "POZO Nº5" +choices: [ 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2667 +label: "POZO Nº5" +value: "84" +data: App\Entity\Equipos\Maquinaria {#2187 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº6" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2669 +label: "POZO Nº6" +choices: [ 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +label: "POZO Nº6" +value: "85" +data: App\Entity\Equipos\Maquinaria {#2190 …} +attr: [] +labelTranslationParameters: [] } ] } "POZO Nº7" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2672 +label: "POZO Nº7" +choices: [ 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +label: "POZO Nº7" +value: "86" +data: App\Entity\Equipos\Maquinaria {#2193 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE BATERIAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2675 +label: "SALA DE BATERIAS" +choices: [ 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2676 +label: "BATERIA AUTOELEVADOR Nº1 48V" +value: "225" +data: App\Entity\Equipos\Maquinaria {#2196 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2677 +label: "BATERIA AUTOELEVADOR Nº2 36V" +value: "226" +data: App\Entity\Equipos\Maquinaria {#2199 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2678 +label: "BATERIA AUTOELEVADOR Nº3 36V" +value: "227" +data: App\Entity\Equipos\Maquinaria {#2202 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2679 +label: "BATERIA AUTOELEVADOR Nº4 36V" +value: "228" +data: App\Entity\Equipos\Maquinaria {#2205 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +label: "BATERIA AUTOELEVADOR Nº5 36V" +value: "229" +data: App\Entity\Equipos\Maquinaria {#2208 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +label: "BATERIA AUTOELEVADOR Nº6 36V" +value: "230" +data: App\Entity\Equipos\Maquinaria {#2211 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +label: "BATERIA AUTOELEVADOR Nº7" +value: "235" +data: App\Entity\Equipos\Maquinaria {#2214 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +label: "BATERIA ZORRA Nº1" +value: "231" +data: App\Entity\Equipos\Maquinaria {#2217 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +label: "BATERIA ZORRA Nº2" +value: "232" +data: App\Entity\Equipos\Maquinaria {#2220 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +label: "BATERIA ZORRA Nº3" +value: "233" +data: App\Entity\Equipos\Maquinaria {#2223 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +label: "BATERIA ZORRA Nº4" +value: "234" +data: App\Entity\Equipos\Maquinaria {#2226 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +label: "SALA DE BATERIAS" +value: "105" +data: App\Entity\Equipos\Maquinaria {#2229 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE CALDERAS FAENA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2689 +label: "SALA DE CALDERAS FAENA" +choices: [ 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "CALDERA GONELLA Nº2" +value: "68" +data: App\Entity\Equipos\Maquinaria {#2232 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +label: "COMPRESOR SULLAIR 3009 SERIE 12839" +value: "175" +data: App\Entity\Equipos\Maquinaria {#2235 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +label: "COMPRESOR SULLAIR 3009 SERIE 9951" +value: "176" +data: App\Entity\Equipos\Maquinaria {#2238 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +label: "COMPRESOR SULLAIR LS10-20" +value: "177" +data: App\Entity\Equipos\Maquinaria {#2241 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +label: "COMPRESOR SULLAIR LS10-40" +value: "178" +data: App\Entity\Equipos\Maquinaria {#2244 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2695 +label: "SALA DE CALDERAS FAENA" +value: "104" +data: App\Entity\Equipos\Maquinaria {#2247 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +label: "SECADOR DE AIRE DCL 1008 SERIE 18R030527" +value: "180" +data: App\Entity\Equipos\Maquinaria {#2250 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +label: "SECADOR DE AIRE DCL 780 SERIE 100014037" +value: "179" +data: App\Entity\Equipos\Maquinaria {#2253 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE CALDERAS PLANTA DE HARINA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2699 +label: "SALA DE CALDERAS PLANTA DE HARINA" +choices: [ 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +label: "CALDERA FONTANET Nº4" +value: "70" +data: App\Entity\Equipos\Maquinaria {#2256 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "CALDERA GONELLA Nº3" +value: "69" +data: App\Entity\Equipos\Maquinaria {#2259 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +label: "SALA DE CALDERAS PLANTA DE HARINA" +value: "103" +data: App\Entity\Equipos\Maquinaria {#2262 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE GENERADORES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2704 +label: "SALA DE GENERADORES" +choices: [ 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +label: "GENERADOR CAT 32" +value: "72" +data: App\Entity\Equipos\Maquinaria {#2265 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "GENERADOR CAT 3512" +value: "71" +data: App\Entity\Equipos\Maquinaria {#2268 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "GENERADOR PERKINS 1505" +value: "73" +data: App\Entity\Equipos\Maquinaria {#2271 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "SALA DE GENERADORES" +value: "102" +data: App\Entity\Equipos\Maquinaria {#2274 …} +attr: [] +labelTranslationParameters: [] } ] } "SALA DE MAQUINAS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2710 +label: "SALA DE MAQUINAS" +choices: [ 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "COMPRESOR FRICK N°4" +value: "198" +data: App\Entity\Equipos\Maquinaria {#2277 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "COMPRESOR FRICK N°5" +value: "197" +data: App\Entity\Equipos\Maquinaria {#2280 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "COMPRESOR GRAM N°6" +value: "195" +data: App\Entity\Equipos\Maquinaria {#2283 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "COMPRESOR GRAM N°7" +value: "196" +data: App\Entity\Equipos\Maquinaria {#2286 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +label: "COMPRESOR MYCOM N°8" +value: "199" +data: App\Entity\Equipos\Maquinaria {#2289 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +label: "ENFRIADOR DE AGUA" +value: "76" +data: App\Entity\Equipos\Maquinaria {#2292 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "PURGADOR HANSEN" +value: "254" +data: App\Entity\Equipos\Maquinaria {#2295 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +label: "SALA DE MAQUINAS" +value: "101" +data: App\Entity\Equipos\Maquinaria {#2298 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +label: "TACHO RECIRCULADOR MYCOM Nº4" +value: "78" +data: App\Entity\Equipos\Maquinaria {#2301 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +label: "TACHO RECIRCULADOR Nº5" +value: "80" +data: App\Entity\Equipos\Maquinaria {#2304 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "TACHO RECIRCULADOR TOMASELLO Nº2" +value: "79" +data: App\Entity\Equipos\Maquinaria {#2307 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "TORRE CONDENSADO CHINA N°3" +value: "201" +data: App\Entity\Equipos\Maquinaria {#2310 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "TORRE CONDENSADO IMECO N°1" +value: "77" +data: App\Entity\Equipos\Maquinaria {#2313 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +label: "TORRE CONDENSADO N°4" +value: "202" +data: App\Entity\Equipos\Maquinaria {#2316 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "TORRE CONDENSADO VMC N°2" +value: "200" +data: App\Entity\Equipos\Maquinaria {#2319 …} +attr: [] +labelTranslationParameters: [] } ] } "SENASA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2727 +label: "SENASA" +choices: [ 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +label: "SENASA" +value: "100" +data: App\Entity\Equipos\Maquinaria {#2322 …} +attr: [] +labelTranslationParameters: [] } ] } "SUBPRODUCTOS" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2730 +label: "SUBPRODUCTOS" +choices: [ 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +label: "EMPANADORA" +value: "250" +data: App\Entity\Equipos\Maquinaria {#2325 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +label: "FILETEADORA" +value: "251" +data: App\Entity\Equipos\Maquinaria {#2328 …} +attr: [] +labelTranslationParameters: [] } ] } "TALLER ELECTRICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2734 +label: "TALLER ELECTRICO" +choices: [ 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +label: "TALLER ELECTRICO" +value: "99" +data: App\Entity\Equipos\Maquinaria {#2331 …} +attr: [] +labelTranslationParameters: [] } ] } "TALLER MECANICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2737 +label: "TALLER MECANICO" +choices: [ 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2738 +label: "TALLER MECANICO" +value: "98" +data: App\Entity\Equipos\Maquinaria {#2334 …} +attr: [] +labelTranslationParameters: [] } ] } "TERRAZA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2740 +label: "TERRAZA" +choices: [ 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2741 +label: "MAQUINA DE HIELO N°5" +value: "182" +data: App\Entity\Equipos\Maquinaria {#2337 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2742 +label: "MAQUINA DE HIELO Nº2" +value: "74" +data: App\Entity\Equipos\Maquinaria {#2340 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2743 +label: "MAQUINA DE HIELO Nº4" +value: "75" +data: App\Entity\Equipos\Maquinaria {#2343 …} +attr: [] +labelTranslationParameters: [] } ] } "TORNERIA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2745 +label: "TORNERIA" +choices: [ 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +label: "TORNERIA" +value: "97" +data: App\Entity\Equipos\Maquinaria {#2346 …} +attr: [] +labelTranslationParameters: [] } ] } "TRANSFORMADORES" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2748 +label: "TRANSFORMADORES" +choices: [ 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +label: "TRANSFORMADOR MIRON" +value: "239" +data: App\Entity\Equipos\Maquinaria {#2349 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +label: "TRANSFORMADOR SITRAN N°1193" +value: "238" +data: App\Entity\Equipos\Maquinaria {#2352 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +label: "TRANSFORMADOR SITRAN N°1194" +value: "269" +data: App\Entity\Equipos\Maquinaria {#2355 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +label: "TRANSFORMADORES" +value: "240" +data: App\Entity\Equipos\Maquinaria {#2358 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +label: "TRASNFORMADOR FOHAMA" +value: "237" +data: App\Entity\Equipos\Maquinaria {#2361 …} +attr: [] +labelTranslationParameters: [] } ] } "TROZADO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2755 +label: "TROZADO" +choices: [ 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +label: "CINTAS DE TROZADO" +value: "63" +data: App\Entity\Equipos\Maquinaria {#2364 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +label: "CORTA ALAS" +value: "23" +data: App\Entity\Equipos\Maquinaria {#2367 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +label: "CORTA PECHUGAS" +value: "24" +data: App\Entity\Equipos\Maquinaria {#2370 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +label: "CORTE ANATOMICO" +value: "26" +data: App\Entity\Equipos\Maquinaria {#2373 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: "CUARTO TRASERO" +value: "25" +data: App\Entity\Equipos\Maquinaria {#2376 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "CUCHILLAS" +value: "62" +data: App\Entity\Equipos\Maquinaria {#2379 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "DESHUESADORA" +value: "249" +data: App\Entity\Equipos\Maquinaria {#2382 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +label: "INYECTORA" +value: "64" +data: App\Entity\Equipos\Maquinaria {#2385 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +label: "NORIA DE TROZADO" +value: "65" +data: App\Entity\Equipos\Maquinaria {#2388 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +label: "TROZADO" +value: "96" +data: App\Entity\Equipos\Maquinaria {#2391 …} +attr: [] +labelTranslationParameters: [] } ] } "TUNEL DINAMICO" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2767 +label: "TUNEL DINAMICO" +choices: [ 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +label: "OFICINA DE TUNEL DINAMICO" +value: "112" +data: App\Entity\Equipos\Maquinaria {#2394 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +label: "TUNEL DINAMICO" +value: "220" +data: App\Entity\Equipos\Maquinaria {#2397 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO CAMARA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2771 +label: "VESTUARIO CAMARA" +choices: [ 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +label: "VESTUARIO CAMARA" +value: "95" +data: App\Entity\Equipos\Maquinaria {#2400 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO HOMBRE" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2774 +label: "VESTUARIO HOMBRE" +choices: [ 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2775 +label: "VESTUARIO DE HOMBRES" +value: "91" +data: App\Entity\Equipos\Maquinaria {#2403 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2776 +label: "VESTUARIO HOMBRE" +value: "94" +data: App\Entity\Equipos\Maquinaria {#2406 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO MUJER" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2778 +label: "VESTUARIO MUJER" +choices: [ 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +label: "VESTUARIO MUJER" +value: "93" +data: App\Entity\Equipos\Maquinaria {#2409 …} +attr: [] +labelTranslationParameters: [] } ] } "VESTUARIO PLAYA" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2781 +label: "VESTUARIO PLAYA" +choices: [ 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2782 +label: "VESTUARIO PLAYA" +value: "92" +data: App\Entity\Equipos\Maquinaria {#2412 …} +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) {#2777 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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| 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 {#849 …} 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 {#2770 +label: "CAMARA" +value: "5" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2671 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +label: "CONTROL DE CALIDAD" +value: "2" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2665 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +label: "CORAZONES" +value: "14" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2662 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +label: "EMPAQUE" +value: "3" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2659 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +label: "EMPAQUE TROZADO" +value: "12" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2656 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +label: "EVISCERADO" +value: "4" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2650 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2688 +label: "GARRA FRIA" +value: "13" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2647 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +label: "MANTENIMIENTO ELECTRICO" +value: "9" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2644 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "MANTENIMIENTO MECANICO" +value: "8" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2637 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +label: "PAÑOL" +value: "7" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2617 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +label: "Planta de Harinas" +value: "15" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2613 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2543 +label: "PLAYA" +value: "6" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2570 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2538 +label: "POLLO PREMIUM" +value: "10" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2552 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2523 +label: "SENASA" +value: "1" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2549 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2520 +label: "TROZADO" +value: "11" +data: App\Entity\Mantenimiento\SolicitantePedidoReparacion {#2546 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2780 -form: Symfony\Component\Form\Form {#1403 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2773 …5} |
| full_name | "form[solicitante]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_solicitante" |
| is_selected | Closure($choice, $value) {#2509 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 {#1027 …} -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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| 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 {#1027 …} -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 {#849 …} 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 {#2467 +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 {#2464 +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 {#2461 +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 {#2458 +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 {#2455 +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 {#2424 +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 {#2421 +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 {#2418 +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 {#1544 +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 {#1423 +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 {#1550 +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 {#1455 +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 {#2783 +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 {#2784 +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 {#2785 +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 {#2786 +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 {#2787 +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 {#2788 +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 {#2789 +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 {#2790 +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 {#2791 +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 {#2792 +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 {#2793 +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 {#2794 +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 {#2795 +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 {#2796 +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 {#2797 +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 {#2798 +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 {#2799 +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 {#2800 +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 {#2801 +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 {#2802 +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 {#2803 +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 {#2804 +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 {#2805 +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 {#2806 +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 {#2807 +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 {#2808 +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 {#2809 +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 {#2810 +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 {#2811 +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 {#2812 +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 {#2813 +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 {#2814 +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 {#2815 +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 {#2816 +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 {#2817 +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 {#2818 +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 {#2819 +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 {#2820 +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 {#2821 +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 {#2822 +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 {#2823 +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 {#2824 +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 {#2825 +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 {#2826 +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 {#2827 +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 {#2828 +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 {#2829 +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 {#2830 +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 {#2831 +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 {#2832 +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 {#2833 +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 {#2834 +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 {#2835 +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 {#2836 +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 {#2487 -form: Symfony\Component\Form\Form {#1406 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2480 …5} |
| full_name | "form[sector]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_sector" |
| is_selected | Closure($choice, $value) {#2838 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 @1786972429 {#1434 date: 2026-08-17 10:13:49.957789 America/Sao_Paulo (-03:00) } |
| View Format |
"2026-08-17"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | DateTime @1786972429 {#1118 date: 2026-08-17 10:13:49.957789 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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| data | DateTime @1786972429 {#1118 date: 2026-08-17 10:13:49.957789 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 {#849 …} 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 @1786972429 {#1434 date: 2026-08-17 10:13:49.957789 America/Sao_Paulo (-03:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2839 -form: Symfony\Component\Form\Form {#1409 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2840 …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-17" |
| widget | "single_text" |
hasta
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | DateTime @1787058829 {#1438 date: 2026-08-18 10:13:49.957810 America/Sao_Paulo (-03:00) } |
| View Format |
"2026-08-18"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | DateTime @1787058829 {#1120 date: 2026-08-18 10:13:49.957810 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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| data | DateTime @1787058829 {#1120 date: 2026-08-18 10:13:49.957810 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 {#849 …} 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 @1787058829 {#1438 date: 2026-08-18 10:13:49.957810 America/Sao_Paulo (-03:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2841 -form: Symfony\Component\Form\Form {#1412 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2842 …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-18" |
| 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 {#1043 …} -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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| 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 {#1043 …} -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 {#849 …} 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 {#2845 +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 {#2846 +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 {#2847 +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 {#2848 +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 {#2843 -form: Symfony\Component\Form\Form {#1415 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2844 …5} |
| full_name | "form[departamento]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_departamento" |
| is_selected | Closure($choice, $value) {#2850 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 | "2d943f019a5960fd8e3c13f7fe.-RZ8w2Zm6Ol64Tq0B-P83rNytb8DKFeOnJ3FRkd3y1Y.u34-t1QpgJoP1GPuYLyKp4Ah8ehrUG7YrtSzPg84ogzLXhO1LlCcnRKNVQ" |
| 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 | "2d943f019a5960fd8e3c13f7fe.-RZ8w2Zm6Ol64Tq0B-P83rNytb8DKFeOnJ3FRkd3y1Y.u34-t1QpgJoP1GPuYLyKp4Ah8ehrUG7YrtSzPg84ogzLXhO1LlCcnRKNVQ" |
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 {#805 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#804 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#803 …} -namespace: Closure() {#67 …} } |
| data | "2d943f019a5960fd8e3c13f7fe.-RZ8w2Zm6Ol64Tq0B-P83rNytb8DKFeOnJ3FRkd3y1Y.u34-t1QpgJoP1GPuYLyKp4Ah8ehrUG7YrtSzPg84ogzLXhO1LlCcnRKNVQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2855 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#849 …} } |
| 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() {#2854 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#849 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2856 …} } } |
| 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 | "2d943f019a5960fd8e3c13f7fe.-RZ8w2Zm6Ol64Tq0B-P83rNytb8DKFeOnJ3FRkd3y1Y.u34-t1QpgJoP1GPuYLyKp4Ah8ehrUG7YrtSzPg84ogzLXhO1LlCcnRKNVQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2866 -form: Symfony\Component\Form\Form {#2862 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2857 …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 | "2d943f019a5960fd8e3c13f7fe.-RZ8w2Zm6Ol64Tq0B-P83rNytb8DKFeOnJ3FRkd3y1Y.u34-t1QpgJoP1GPuYLyKp4Ah8ehrUG7YrtSzPg84ogzLXhO1LlCcnRKNVQ" |