- 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
-
-
descripcion
-
codigo
-
codigoBarras
-
unidaMedida
-
aplicaciones
-
categoria
-
maquinarias
-
activo
-
herramienta
-
_token
-
articulo
"App\Form\Almacen\ArticuloType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } } |
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 |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data | App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } } |
| data_class | "App\Entity\Almacen\Articulo" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1049 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $class: "App\Entity\Almacen\Articulo" } } |
| 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() {#1050 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1048 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "articulo" "_articulo" ] |
| cache_key | "_articulo_articulo" |
| compound | true |
| data | App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1205 -form: Symfony\Component\Form\Form {#1232 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1227 …5} |
| full_name | "articulo" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "articulo" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_articulo" |
| valid | true |
| value | App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } } |
descripcion
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "PERFIL UPN 100" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1084 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} } |
| error_bubbling | false |
| 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() {#1076 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1090 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_articulo_descripcion" ] |
| cache_key | "_articulo_descripcion_text" |
| compound | false |
| data | "PERFIL UPN 100" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1097 -form: Symfony\Component\Form\Form {#1241 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1134 …5} |
| full_name | "articulo[descripcion]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_descripcion" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "descripcion" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_articulo_descripcion" |
| valid | true |
| value | "PERFIL UPN 100" |
codigo
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5428" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1087 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} } |
| error_bubbling | false |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1107 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1108 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_articulo_codigo" ] |
| cache_key | "_articulo_codigo_text" |
| compound | false |
| data | "5428" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1106 -form: Symfony\Component\Form\Form {#1244 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1089 …5} |
| full_name | "articulo[codigo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_codigo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "codigo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_articulo_codigo" |
| valid | true |
| value | "5428" |
codigoBarras
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1095 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} } |
| error_bubbling | false |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1099 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1100 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_articulo_codigoBarras" ] |
| cache_key | "_articulo_codigoBarras_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1269 -form: Symfony\Component\Form\Form {#1247 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1271 …5} |
| full_name | "articulo[codigoBarras]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_codigoBarras" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "codigoBarras" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_articulo_codigoBarras" |
| valid | true |
| value | "" |
unidaMedida
"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\Almacen\UnidadMedida" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1056 class: "App\Form\Almacen\ArticuloType" this: App\Form\Almacen\ArticuloType {#935 …} } |
Doctrine\ORM\QueryBuilder {#1124 -em: Doctrine\ORM\EntityManager {#622 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1125 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1126 #from: "App\Entity\Almacen\UnidadMedida" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1127 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "u.activa = :activo" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1128 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Almacen\UnidadMedida u WHERE u.activa = :activo ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1123 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1119 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1172 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1131 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1130 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1132 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1153 -om: Doctrine\ORM\EntityManager {#622 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#757 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Almacen\UnidadMedida" |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#622 …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 {#1153 -om: Doctrine\ORM\EntityManager {#622 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#757 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1124 -em: Doctrine\ORM\EntityManager {#622 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1125 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1126 #from: "App\Entity\Almacen\UnidadMedida" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1127 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "u.activa = :activo" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1128 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Almacen\UnidadMedida u WHERE u.activa = :activo ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1123 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1120 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1117 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_articulo_unidaMedida" ] |
| cache_key | "_articulo_unidaMedida_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 5836 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +label: "Kg" +value: "5836" +data: App\Entity\Almacen\UnidadMedida {#1358 …} +attr: [] +labelTranslationParameters: [] } 5835 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +label: "Litro" +value: "5835" +data: App\Entity\Almacen\UnidadMedida {#1357 …} +attr: [] +labelTranslationParameters: [] } 5837 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1349 +label: "MTS" +value: "5837" +data: App\Entity\Almacen\UnidadMedida {#1363 …} +attr: [] +labelTranslationParameters: [] } 5834 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1352 +label: "Unidad" +value: "5834" +data: App\Entity\Almacen\UnidadMedida {#1364 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1272 -form: Symfony\Component\Form\Form {#1250 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1273 …5} |
| full_name | "articulo[unidaMedida]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_unidaMedida" |
| is_selected | Closure($choice, $value) {#1345 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1085 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "unidaMedida" |
| 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 | "_articulo_unidaMedida" |
| valid | true |
| value | "" |
aplicaciones
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852} } -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } |
| View Format |
[
"2"
]
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Almacen\AplicacionArticulo" |
same as passed value |
| em | "default" |
Doctrine\ORM\EntityManager {#622 …11} |
| multiple | true |
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 {#1119 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1136 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1145 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1168 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1164 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1144 -om: Doctrine\ORM\EntityManager {#622 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#827 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Almacen\AplicacionArticulo" |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#622 …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 {#1144 -om: Doctrine\ORM\EntityManager {#622 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#827 …} -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 | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1147 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1149 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_articulo_aplicaciones" ] |
| cache_key | "_articulo_aplicaciones_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1356 +label: "Gestion Mantenimineto" +value: "1" +data: App\Entity\Almacen\AplicacionArticulo {#1372 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1353 +label: "Pañol Insumos" +value: "2" +data: App\Entity\Almacen\AplicacionArticulo {#1301 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852} } -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1362 -form: Symfony\Component\Form\Form {#1253 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1360 …5} |
| full_name | "articulo[aplicaciones][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_aplicaciones" |
| is_selected | Closure($choice, array $values) {#1376 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1085 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "aplicaciones" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_articulo_aplicaciones" |
| valid | true |
| value | [
"2"
] |
categoria
"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\Almacen\Categoria" |
same as passed value |
| em | "default" |
Doctrine\ORM\EntityManager {#622 …11} |
| multiple | false |
same as passed value |
| required | true |
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 {#1119 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1182 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1157 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1183 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1184 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1175 -om: Doctrine\ORM\EntityManager {#622 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#775 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Almacen\Categoria" |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#622 …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 {#1175 -om: Doctrine\ORM\EntityManager {#622 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#775 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1146 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1173 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_articulo_categoria" ] |
| cache_key | "_articulo_categoria_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1373 +label: "Rulemanes" +value: "1" +data: App\Entity\Almacen\Categoria {#1381 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1368 +label: "Retenes" +value: "2" +data: App\Entity\Almacen\Categoria {#1388 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1386 +label: "REDUCTORES" +value: "3" +data: App\Entity\Almacen\Categoria {#1393 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1387 +label: "COMPRESORES DE AMONIACO" +value: "4" +data: App\Entity\Almacen\Categoria {#1392 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1395 +label: "COMPRESORES DE AIRE" +value: "5" +data: App\Entity\Almacen\Categoria {#1391 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1374 +label: "MAQUINAS DESMALEZADORAS" +value: "6" +data: App\Entity\Almacen\Categoria {#1390 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1379 +label: "AUTOELEVADORES" +value: "7" +data: App\Entity\Almacen\Categoria {#1396 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1385 +label: "CONSTRUCCION" +value: "8" +data: App\Entity\Almacen\Categoria {#1397 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1370 +label: "MANGUERAS" +value: "9" +data: App\Entity\Almacen\Categoria {#1398 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1365 +label: "MOTORES" +value: "10" +data: App\Entity\Almacen\Categoria {#1399 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1366 +label: "TRANSMISION" +value: "11" +data: App\Entity\Almacen\Categoria {#1400 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1431 +label: "TRANSMISION NEUMATICA" +value: "12" +data: App\Entity\Almacen\Categoria {#1401 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1432 +label: "PEGAMENTOS" +value: "13" +data: App\Entity\Almacen\Categoria {#1402 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1433 +label: "CALDERAS" +value: "14" +data: App\Entity\Almacen\Categoria {#1403 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1434 +label: "LIMPIEZA" +value: "15" +data: App\Entity\Almacen\Categoria {#1404 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1435 +label: "VEHICULOS" +value: "16" +data: App\Entity\Almacen\Categoria {#1405 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1436 +label: "NO APLICA" +value: "17" +data: App\Entity\Almacen\Categoria {#1406 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1437 +label: "BULONERIA" +value: "18" +data: App\Entity\Almacen\Categoria {#1407 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1438 +label: "ELECTRICO" +value: "19" +data: App\Entity\Almacen\Categoria {#1408 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1439 +label: "PINTURERIA" +value: "20" +data: App\Entity\Almacen\Categoria {#1409 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1440 +label: "GALVANIZADOS" +value: "21" +data: App\Entity\Almacen\Categoria {#1410 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1441 +label: "INOXIDABLES" +value: "22" +data: App\Entity\Almacen\Categoria {#1411 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1442 +label: "ACCESORIOS PLOMERIA" +value: "23" +data: App\Entity\Almacen\Categoria {#1412 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1443 +label: "HERRAMIENTAS" +value: "24" +data: App\Entity\Almacen\Categoria {#1413 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1444 +label: "CUCHILLAS" +value: "25" +data: App\Entity\Almacen\Categoria {#1414 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1445 +label: "LIBRERIA" +value: "26" +data: App\Entity\Almacen\Categoria {#1415 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1446 +label: "PELADORAS" +value: "27" +data: App\Entity\Almacen\Categoria {#1416 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1447 +label: "ABERTURAS Y ACC." +value: "28" +data: App\Entity\Almacen\Categoria {#1417 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1448 +label: "CORREAS" +value: "29" +data: App\Entity\Almacen\Categoria {#1418 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1449 +label: "PRECINTADORAS" +value: "30" +data: App\Entity\Almacen\Categoria {#1419 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1450 +label: "HERRAMIENTA DE TORNO" +value: "31" +data: App\Entity\Almacen\Categoria {#1420 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1451 +label: "ZORRAS ELECTRICAS" +value: "32" +data: App\Entity\Almacen\Categoria {#1421 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1452 +label: "GRASA" +value: "33" +data: App\Entity\Almacen\Categoria {#1422 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1453 +label: "MATERIALES DE TORNERIA" +value: "34" +data: App\Entity\Almacen\Categoria {#1423 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1454 +label: "GENERADORES" +value: "35" +data: App\Entity\Almacen\Categoria {#1424 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1455 +label: "ACEITES" +value: "36" +data: App\Entity\Almacen\Categoria {#1425 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1456 +label: "MAQUINAS DE HIELO" +value: "37" +data: App\Entity\Almacen\Categoria {#1426 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1457 +label: "DIGESTORES" +value: "38" +data: App\Entity\Almacen\Categoria {#1427 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1458 +label: "HIERRO NEGRO" +value: "39" +data: App\Entity\Almacen\Categoria {#1428 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1459 +label: "BOMBAS" +value: "40" +data: App\Entity\Almacen\Categoria {#1429 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1460 +label: "CHAPAS" +value: "41" +data: App\Entity\Almacen\Categoria {#1430 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1384 -form: Symfony\Component\Form\Form {#1256 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1348 …5} |
| full_name | "articulo[categoria]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_categoria" |
| is_selected | Closure($choice, $value) {#1462 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1085 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "categoria" |
| 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 | "_articulo_categoria" |
| valid | true |
| value | "" |
maquinarias
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829} -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } } -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } |
| 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 |
| em | "default" |
Doctrine\ORM\EntityManager {#622 …11} |
| multiple | true |
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 {#1119 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1202 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1194 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1203 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1204 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1195 -om: Doctrine\ORM\EntityManager {#622 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#804 …} -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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#622 …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 {#1195 -om: Doctrine\ORM\EntityManager {#622 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#804 …} -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 | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1192 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1174 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_articulo_maquinarias" ] |
| cache_key | "_articulo_maquinarias_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1465 +label: "CINTA BAJADA JAULAS" +value: "3" +data: App\Entity\Equipos\Maquinaria {#1474 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1467 +label: "CINTA DE COLGAR" +value: "4" +data: App\Entity\Equipos\Maquinaria {#1498 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1478 +label: "CINTA ELEVADORA" +value: "5" +data: App\Entity\Equipos\Maquinaria {#1495 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1479 +label: "CINTA LAVA JAULAS" +value: "6" +data: App\Entity\Equipos\Maquinaria {#1501 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1487 +label: "CINTA DOSIFICADORA" +value: "7" +data: App\Entity\Equipos\Maquinaria {#1504 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1466 +label: "ESCALDADORA" +value: "8" +data: App\Entity\Equipos\Maquinaria {#1507 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1476 +label: "PELADORAS" +value: "9" +data: App\Entity\Equipos\Maquinaria {#1511 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1477 +label: "SACA CABEZAS" +value: "10" +data: App\Entity\Equipos\Maquinaria {#1514 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1471 +label: "TRANSFERIDOR" +value: "11" +data: App\Entity\Equipos\Maquinaria {#1517 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1468 +label: "CORTA GARRAS" +value: "12" +data: App\Entity\Equipos\Maquinaria {#1520 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1469 +label: "ANILLADORA" +value: "13" +data: App\Entity\Equipos\Maquinaria {#1523 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2243 +label: "PRIMER CORTE" +value: "14" +data: App\Entity\Equipos\Maquinaria {#1527 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2244 +label: "EVISCERADORA" +value: "15" +data: App\Entity\Equipos\Maquinaria {#1530 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2245 +label: "SACADORA DE BUCHES" +value: "16" +data: App\Entity\Equipos\Maquinaria {#1533 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +label: "DESTRONCADORA" +value: "17" +data: App\Entity\Equipos\Maquinaria {#1536 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +label: "CORTA PIEL DE COGOTES" +value: "18" +data: App\Entity\Equipos\Maquinaria {#1539 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2248 +label: "BALANZA Nº1" +value: "19" +data: App\Entity\Equipos\Maquinaria {#1542 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2249 +label: "BALANZA Nº2" +value: "20" +data: App\Entity\Equipos\Maquinaria {#1546 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2250 +label: "BALANZA PONIS" +value: "21" +data: App\Entity\Equipos\Maquinaria {#1549 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2251 +label: "NORIA DE POLLO PREMIUM" +value: "22" +data: App\Entity\Equipos\Maquinaria {#1552 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +label: "CORTA ALAS" +value: "23" +data: App\Entity\Equipos\Maquinaria {#1555 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2253 +label: "CORTA PECHUGAS" +value: "24" +data: App\Entity\Equipos\Maquinaria {#1559 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +label: "CUARTO TRASERO" +value: "25" +data: App\Entity\Equipos\Maquinaria {#1562 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2255 +label: "CORTE ANATOMICO" +value: "26" +data: App\Entity\Equipos\Maquinaria {#1565 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +label: "CHILLER DE GARRAS" +value: "27" +data: App\Entity\Equipos\Maquinaria {#1568 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +label: "ESCURRIDOR DE GARRAS" +value: "28" +data: App\Entity\Equipos\Maquinaria {#1572 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +label: "CINTA CLASIFICADORA" +value: "29" +data: App\Entity\Equipos\Maquinaria {#1575 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +label: "CHILLER DE CORAZONES" +value: "30" +data: App\Entity\Equipos\Maquinaria {#1578 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +label: "ESCURRIDOR DE CORAZONES" +value: "31" +data: App\Entity\Equipos\Maquinaria {#1581 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +label: "FORZADORES" +value: "32" +data: App\Entity\Equipos\Maquinaria {#1584 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +label: "PUERTAS" +value: "33" +data: App\Entity\Equipos\Maquinaria {#1588 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +label: "CINTAS PRETUNEL" +value: "34" +data: App\Entity\Equipos\Maquinaria {#1591 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "SELLADORAS TERMOCONTRAIBLES" +value: "35" +data: App\Entity\Equipos\Maquinaria {#1594 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +label: "ATONTADOR" +value: "36" +data: App\Entity\Equipos\Maquinaria {#1597 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "DEGOLLADOR" +value: "37" +data: App\Entity\Equipos\Maquinaria {#1600 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "CERNIDOR DE VISCERAS" +value: "38" +data: App\Entity\Equipos\Maquinaria {#1603 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +label: "TRANSPORTE DE VISCERAS" +value: "39" +data: App\Entity\Equipos\Maquinaria {#1606 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +label: "CUCHILLA DE TOLVA" +value: "40" +data: App\Entity\Equipos\Maquinaria {#1609 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +label: "BOMBAS DE PLUMA" +value: "41" +data: App\Entity\Equipos\Maquinaria {#1612 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +label: "BOMBAS DE VISCERA" +value: "42" +data: App\Entity\Equipos\Maquinaria {#1616 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "ESCALDADORAS DE GARRAS" +value: "43" +data: App\Entity\Equipos\Maquinaria {#1619 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +label: "PELADORAS DE GARRAS" +value: "44" +data: App\Entity\Equipos\Maquinaria {#1622 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +label: "CINTA DE GARRAS" +value: "45" +data: App\Entity\Equipos\Maquinaria {#1625 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +label: "NORIA DE PELADO" +value: "46" +data: App\Entity\Equipos\Maquinaria {#1628 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +label: "DESCOLGADOR" +value: "47" +data: App\Entity\Equipos\Maquinaria {#1631 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +label: "LAVADORA DE POLLOS" +value: "48" +data: App\Entity\Equipos\Maquinaria {#1634 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +label: "CHILLER 1,2 Y 3" +value: "49" +data: App\Entity\Equipos\Maquinaria {#1637 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +label: "PELADORA Nº3" +value: "50" +data: App\Entity\Equipos\Maquinaria {#1640 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "CINTAS DE CHILLERS" +value: "51" +data: App\Entity\Equipos\Maquinaria {#1643 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +label: "MAYNAR" +value: "52" +data: App\Entity\Equipos\Maquinaria {#1646 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "PGI" +value: "53" +data: App\Entity\Equipos\Maquinaria {#1649 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "PELADORA SEMIL" +value: "54" +data: App\Entity\Equipos\Maquinaria {#1652 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +label: "NORIA DE EVISCERADO" +value: "55" +data: App\Entity\Equipos\Maquinaria {#1655 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +label: "NORIA DE MENUDOS" +value: "56" +data: App\Entity\Equipos\Maquinaria {#1658 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +label: "PELADORA DE CORAZONES" +value: "57" +data: App\Entity\Equipos\Maquinaria {#1661 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "NORIA DE CAJAS" +value: "58" +data: App\Entity\Equipos\Maquinaria {#1664 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +label: "DESCOLGADORES" +value: "59" +data: App\Entity\Equipos\Maquinaria {#1667 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "CINTAS" +value: "60" +data: App\Entity\Equipos\Maquinaria {#1670 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "NORIA DE EMPAQUE" +value: "61" +data: App\Entity\Equipos\Maquinaria {#1673 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "CUCHILLAS" +value: "62" +data: App\Entity\Equipos\Maquinaria {#1676 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "CINTAS DE TROZADO" +value: "63" +data: App\Entity\Equipos\Maquinaria {#1679 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "INYECTORA" +value: "64" +data: App\Entity\Equipos\Maquinaria {#1682 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "NORIA DE TROZADO" +value: "65" +data: App\Entity\Equipos\Maquinaria {#1685 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "AUTOELEVADOR CAT Nº2" +value: "66" +data: App\Entity\Equipos\Maquinaria {#1688 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "AUTOELEVADOR SIBICAR Nº3" +value: "67" +data: App\Entity\Equipos\Maquinaria {#1691 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "CALDERA GONELLA Nº2" +value: "68" +data: App\Entity\Equipos\Maquinaria {#1694 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "CALDERA GONELLA Nº3" +value: "69" +data: App\Entity\Equipos\Maquinaria {#1698 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "CALDERA FONTANET Nº4" +value: "70" +data: App\Entity\Equipos\Maquinaria {#1702 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "GENERADOR CAT 3512" +value: "71" +data: App\Entity\Equipos\Maquinaria {#1705 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "GENERADOR CAT 32" +value: "72" +data: App\Entity\Equipos\Maquinaria {#1709 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "GENERADOR PERKINS 1505" +value: "73" +data: App\Entity\Equipos\Maquinaria {#1712 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "MAQUINA DE HIELO Nº2" +value: "74" +data: App\Entity\Equipos\Maquinaria {#1715 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "MAQUINA DE HIELO Nº4" +value: "75" +data: App\Entity\Equipos\Maquinaria {#1719 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "ENFRIADOR DE AGUA" +value: "76" +data: App\Entity\Equipos\Maquinaria {#1722 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +label: "TORRE CONDENSADO IMECO N°1" +value: "77" +data: App\Entity\Equipos\Maquinaria {#1726 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "TACHO RECIRCULADOR MYCOM Nº4" +value: "78" +data: App\Entity\Equipos\Maquinaria {#1729 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "TACHO RECIRCULADOR TOMASELLO Nº2" +value: "79" +data: App\Entity\Equipos\Maquinaria {#1732 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "TACHO RECIRCULADOR Nº5" +value: "80" +data: App\Entity\Equipos\Maquinaria {#1735 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "POZO Nº2" +value: "81" +data: App\Entity\Equipos\Maquinaria {#1738 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "POZO Nº3" +value: "82" +data: App\Entity\Equipos\Maquinaria {#1742 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +label: "POZO Nº4" +value: "83" +data: App\Entity\Equipos\Maquinaria {#1746 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +label: "POZO Nº5" +value: "84" +data: App\Entity\Equipos\Maquinaria {#1750 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +label: "POZO Nº6" +value: "85" +data: App\Entity\Equipos\Maquinaria {#1754 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +label: "POZO Nº7" +value: "86" +data: App\Entity\Equipos\Maquinaria {#1758 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "TERMOCONTRAIBLE EDOS" +value: "87" +data: App\Entity\Equipos\Maquinaria {#1762 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "TERMOCONTRAIBLE SEMIL" +value: "88" +data: App\Entity\Equipos\Maquinaria {#1765 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "FORMADORA DE HAMBURGUESA BID" +value: "89" +data: App\Entity\Equipos\Maquinaria {#1768 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "MDM" +value: "90" +data: App\Entity\Equipos\Maquinaria {#1772 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +label: "VESTUARIO DE HOMBRES" +value: "91" +data: App\Entity\Equipos\Maquinaria {#1775 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "VESTUARIO PLAYA" +value: "92" +data: App\Entity\Equipos\Maquinaria {#1779 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "VESTUARIO MUJER" +value: "93" +data: App\Entity\Equipos\Maquinaria {#1783 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +label: "VESTUARIO HOMBRE" +value: "94" +data: App\Entity\Equipos\Maquinaria {#1787 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "VESTUARIO CAMARA" +value: "95" +data: App\Entity\Equipos\Maquinaria {#1790 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "TROZADO" +value: "96" +data: App\Entity\Equipos\Maquinaria {#1794 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "TORNERIA" +value: "97" +data: App\Entity\Equipos\Maquinaria {#1797 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "TALLER MECANICO" +value: "98" +data: App\Entity\Equipos\Maquinaria {#1801 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "TALLER ELECTRICO" +value: "99" +data: App\Entity\Equipos\Maquinaria {#1805 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: "SENASA" +value: "100" +data: App\Entity\Equipos\Maquinaria {#1809 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +label: "SALA DE MAQUINAS" +value: "101" +data: App\Entity\Equipos\Maquinaria {#1813 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +label: "SALA DE GENERADORES" +value: "102" +data: App\Entity\Equipos\Maquinaria {#1816 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +label: "SALA DE CALDERAS PLANTA DE HARINA" +value: "103" +data: App\Entity\Equipos\Maquinaria {#1819 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +label: "SALA DE CALDERAS FAENA" +value: "104" +data: App\Entity\Equipos\Maquinaria {#1822 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2334 +label: "SALA DE BATERIAS" +value: "105" +data: App\Entity\Equipos\Maquinaria {#1825 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2335 +label: "PORTERIA DE PLANTA" +value: "106" +data: App\Entity\Equipos\Maquinaria {#1829 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +label: "PORTERIA ADMINISTRACION" +value: "107" +data: App\Entity\Equipos\Maquinaria {#1833 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +label: "PLAYA" +value: "108" +data: App\Entity\Equipos\Maquinaria {#1837 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +label: "PLANTA DE HARINA" +value: "109" +data: App\Entity\Equipos\Maquinaria {#1840 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +label: "PELADO" +value: "110" +data: App\Entity\Equipos\Maquinaria {#1844 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2340 +label: "PAÑOL" +value: "111" +data: App\Entity\Equipos\Maquinaria {#1847 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2341 +label: "OFICINA DE TUNEL DINAMICO" +value: "112" +data: App\Entity\Equipos\Maquinaria {#1851 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2342 +label: "OFICINA DE PLANTA" +value: "113" +data: App\Entity\Equipos\Maquinaria {#1855 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2343 +label: "OFICINA DE ADMINISTRACION" +value: "114" +data: App\Entity\Equipos\Maquinaria {#1859 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2344 +label: "MAQUINAS DE HIELO" +value: "115" +data: App\Entity\Equipos\Maquinaria {#1863 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "MAESTRANZA" +value: "116" +data: App\Entity\Equipos\Maquinaria {#1867 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "LIMPIEZA" +value: "117" +data: App\Entity\Equipos\Maquinaria {#1871 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +label: "GARRA FRIA" +value: "118" +data: App\Entity\Equipos\Maquinaria {#1875 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +label: "GARRA CALIENTE" +value: "119" +data: App\Entity\Equipos\Maquinaria {#1878 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +label: "EVISCERADO" +value: "120" +data: App\Entity\Equipos\Maquinaria {#1882 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +label: "EMPAQUE TROZADO" +value: "121" +data: App\Entity\Equipos\Maquinaria {#1885 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "EMPAQUE" +value: "122" +data: App\Entity\Equipos\Maquinaria {#1888 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "DEPOSITO DE INSUMOS" +value: "123" +data: App\Entity\Equipos\Maquinaria {#1891 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "DEPOSITO DE CAJAS" +value: "124" +data: App\Entity\Equipos\Maquinaria {#1895 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "CONTROL DE CALIDAD" +value: "125" +data: App\Entity\Equipos\Maquinaria {#1899 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +label: "CAMARAS" +value: "126" +data: App\Entity\Equipos\Maquinaria {#1903 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "BUFFET DE PLAYA" +value: "127" +data: App\Entity\Equipos\Maquinaria {#1906 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2357 +label: "BUFFET" +value: "128" +data: App\Entity\Equipos\Maquinaria {#1910 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2358 +label: "BAÑO DE MUJERES" +value: "129" +data: App\Entity\Equipos\Maquinaria {#1914 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2359 +label: "BAÑO DE HOMBRES" +value: "130" +data: App\Entity\Equipos\Maquinaria {#1918 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2360 +label: "BALANZA DE CAMIONES" +value: "131" +data: App\Entity\Equipos\Maquinaria {#1922 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2361 +label: "VENTILADORES PLAYA DESCARGA" +value: "132" +data: App\Entity\Equipos\Maquinaria {#1926 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2362 +label: "DIGESTOR DE VISCERAS Nº1" +value: "133" +data: App\Entity\Equipos\Maquinaria {#1929 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +label: "DIGESTOR DE VISCERAS Nº2" +value: "134" +data: App\Entity\Equipos\Maquinaria {#1932 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +label: "DIGESTOR DE VISCERAS Nº3" +value: "135" +data: App\Entity\Equipos\Maquinaria {#1935 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +label: "DIGESTOR DE PLUMA Nº4" +value: "136" +data: App\Entity\Equipos\Maquinaria {#1938 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +label: "PERCOLADOR HARINA VISCERAS" +value: "137" +data: App\Entity\Equipos\Maquinaria {#1941 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "PERCOLADOR HARINA HARINA" +value: "138" +data: App\Entity\Equipos\Maquinaria {#1944 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +label: "TRANSPORTE HARINA DE PLUMA" +value: "139" +data: App\Entity\Equipos\Maquinaria {#1947 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +label: "PRENSA EXPELLER H. VISCERAS" +value: "140" +data: App\Entity\Equipos\Maquinaria {#1950 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +label: "PRENSA PLUMAS" +value: "141" +data: App\Entity\Equipos\Maquinaria {#1953 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +label: "TOLVA PLUMAS" +value: "142" +data: App\Entity\Equipos\Maquinaria {#1956 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +label: "TOLVA VISCERAS" +value: "143" +data: App\Entity\Equipos\Maquinaria {#1959 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +label: "MOLINO HARINA VISCERAS" +value: "144" +data: App\Entity\Equipos\Maquinaria {#1962 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2374 +label: "SECADOR DE PLUMAS" +value: "145" +data: App\Entity\Equipos\Maquinaria {#1965 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2375 +label: "ZARANDA HARINA DE PLUMAS" +value: "146" +data: App\Entity\Equipos\Maquinaria {#1968 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2376 +label: "ZARANDA HARINA DE VISCERAS" +value: "147" +data: App\Entity\Equipos\Maquinaria {#1971 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +label: "DECANTER" +value: "148" +data: App\Entity\Equipos\Maquinaria {#1974 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "COMEDOR PLANTA DE HARINA" +value: "149" +data: App\Entity\Equipos\Maquinaria {#1977 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "SECTOR PRODUCTO TERMINADO" +value: "150" +data: App\Entity\Equipos\Maquinaria {#1980 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +label: "DAF" +value: "151" +data: App\Entity\Equipos\Maquinaria {#1983 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "TRIDECANTER" +value: "152" +data: App\Entity\Equipos\Maquinaria {#1986 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2382 +label: "TOLVA PRENSA EXPELLER" +value: "153" +data: App\Entity\Equipos\Maquinaria {#1989 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2383 +label: "TRANSPORTE DE BORRA" +value: "154" +data: App\Entity\Equipos\Maquinaria {#1992 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2384 +label: "ALIMENTADOR DE PRENSA VISCERAS" +value: "155" +data: App\Entity\Equipos\Maquinaria {#1995 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2385 +label: "TRANSPORTE AL MOLINO DE VISCERAS" +value: "156" +data: App\Entity\Equipos\Maquinaria {#1998 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +label: "TRANSPORTE A ZARANDA DE VISCERAS" +value: "157" +data: App\Entity\Equipos\Maquinaria {#2001 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +label: "DETECTOR DE METALES" +value: "158" +data: App\Entity\Equipos\Maquinaria {#2004 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2388 +label: "TRANSPORTE DE TOLVA H. PLUMAS A DETECTOR DE METALES" +value: "159" +data: App\Entity\Equipos\Maquinaria {#2007 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2389 +label: "TRANSPORTE A ZARANDA DE PLUMAS" +value: "160" +data: App\Entity\Equipos\Maquinaria {#2010 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +label: "CICLON HARINA PLUMAS" +value: "161" +data: App\Entity\Equipos\Maquinaria {#2013 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2391 +label: "TRANSPORTE DE PLUMAS" +value: "162" +data: App\Entity\Equipos\Maquinaria {#2016 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2392 +label: "TANQUE DE SANGRE" +value: "163" +data: App\Entity\Equipos\Maquinaria {#2019 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2393 +label: "TANQUE DE MEZCLA DE BARROS" +value: "164" +data: App\Entity\Equipos\Maquinaria {#2022 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2394 +label: "TANQUE ACEITE Nº1" +value: "165" +data: App\Entity\Equipos\Maquinaria {#2025 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2395 +label: "TANQUE ACEITE Nº2" +value: "166" +data: App\Entity\Equipos\Maquinaria {#2028 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2396 +label: "TANQUE AUSTRALIANO" +value: "167" +data: App\Entity\Equipos\Maquinaria {#2031 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2397 +label: "VESTUARIO PLANTA DE HARINA" +value: "168" +data: App\Entity\Equipos\Maquinaria {#2034 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2398 +label: "DEPOSITO DE CLORO" +value: "169" +data: App\Entity\Equipos\Maquinaria {#2037 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2399 +label: "BOMBA DE SANGRE" +value: "170" +data: App\Entity\Equipos\Maquinaria {#2040 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2400 +label: "CHILLER Nº1" +value: "171" +data: App\Entity\Equipos\Maquinaria {#2043 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2401 +label: "CHILLER Nº2" +value: "172" +data: App\Entity\Equipos\Maquinaria {#2046 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2402 +label: "CHILLER Nº3" +value: "173" +data: App\Entity\Equipos\Maquinaria {#2049 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2403 +label: "CERNIDOR DE PLUMA" +value: "174" +data: App\Entity\Equipos\Maquinaria {#2052 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "COMPRESOR SULLAIR 3009 SERIE 12839" +value: "175" +data: App\Entity\Equipos\Maquinaria {#2055 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2405 +label: "COMPRESOR SULLAIR 3009 SERIE 9951" +value: "176" +data: App\Entity\Equipos\Maquinaria {#2058 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "COMPRESOR SULLAIR LS10-20" +value: "177" +data: App\Entity\Equipos\Maquinaria {#2061 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "COMPRESOR SULLAIR LS10-40" +value: "178" +data: App\Entity\Equipos\Maquinaria {#2064 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "SECADOR DE AIRE DCL 780 SERIE 100014037" +value: "179" +data: App\Entity\Equipos\Maquinaria {#2067 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "SECADOR DE AIRE DCL 1008 SERIE 18R030527" +value: "180" +data: App\Entity\Equipos\Maquinaria {#2070 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "SOPLADORES REPIKY" +value: "181" +data: App\Entity\Equipos\Maquinaria {#2073 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "MAQUINA DE HIELO N°5" +value: "182" +data: App\Entity\Equipos\Maquinaria {#2076 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "DESMALEZADORA STIHL FS280" +value: "183" +data: App\Entity\Equipos\Maquinaria {#2079 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "DESMALEZADORA STIHL FS450" +value: "184" +data: App\Entity\Equipos\Maquinaria {#2082 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "DESMALEZADORA STIHL FS460" +value: "185" +data: App\Entity\Equipos\Maquinaria {#2085 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "DESMALEZADORA OLEO MAC 746 T N°1" +value: "186" +data: App\Entity\Equipos\Maquinaria {#2088 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "DESMALEZADORA OLEO MAC 746 T N°2" +value: "187" +data: App\Entity\Equipos\Maquinaria {#2091 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "DESMALEZADORA OLEO MAC 746 T N°3" +value: "188" +data: App\Entity\Equipos\Maquinaria {#2094 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2418 +label: "CORTADORA DE PASTO OLEO MAC XP-200" +value: "189" +data: App\Entity\Equipos\Maquinaria {#2097 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2419 +label: "TRACTOR ZETOR" +value: "190" +data: App\Entity\Equipos\Maquinaria {#2100 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "SOPLADOR BG 50" +value: "191" +data: App\Entity\Equipos\Maquinaria {#2103 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "SOPLADOR BG 86" +value: "192" +data: App\Entity\Equipos\Maquinaria {#2106 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "CARRO ACOPLADO N°1" +value: "193" +data: App\Entity\Equipos\Maquinaria {#2109 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "CARRO ACOPLADO N°2" +value: "194" +data: App\Entity\Equipos\Maquinaria {#2112 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "COMPRESOR GRAM N°6" +value: "195" +data: App\Entity\Equipos\Maquinaria {#2115 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2425 +label: "COMPRESOR GRAM N°7" +value: "196" +data: App\Entity\Equipos\Maquinaria {#2118 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "COMPRESOR FRICK N°5" +value: "197" +data: App\Entity\Equipos\Maquinaria {#2121 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "COMPRESOR FRICK N°4" +value: "198" +data: App\Entity\Equipos\Maquinaria {#2124 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "COMPRESOR MYCOM N°8" +value: "199" +data: App\Entity\Equipos\Maquinaria {#2127 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "TORRE CONDENSADO VMC N°2" +value: "200" +data: App\Entity\Equipos\Maquinaria {#2130 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2430 +label: "TORRE CONDENSADO CHINA N°3" +value: "201" +data: App\Entity\Equipos\Maquinaria {#2133 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2431 +label: "TORRE CONDENSADO N°4" +value: "202" +data: App\Entity\Equipos\Maquinaria {#2136 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2432 +label: "AGITADOR DE PLUMA" +value: "203" +data: App\Entity\Equipos\Maquinaria {#2139 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2433 +label: "BOMBA DE GARRAS" +value: "204" +data: App\Entity\Equipos\Maquinaria {#2142 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "INYECTORA EMPAQUE" +value: "205" +data: App\Entity\Equipos\Maquinaria {#2145 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "FORMADORA DE MEDALLONES" +value: "206" +data: App\Entity\Equipos\Maquinaria {#2148 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "PELADORA Nº1" +value: "207" +data: App\Entity\Equipos\Maquinaria {#2152 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "PELADORA Nº2" +value: "208" +data: App\Entity\Equipos\Maquinaria {#2155 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "PELADORA Nº4" +value: "209" +data: App\Entity\Equipos\Maquinaria {#2158 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "BAUDELOT" +value: "210" +data: App\Entity\Equipos\Maquinaria {#2161 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "MAQUINA DE HIELO Nº1" +value: "211" +data: App\Entity\Equipos\Maquinaria {#2164 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "SACADOR DE PATAS DOBLE" +value: "212" +data: App\Entity\Equipos\Maquinaria {#2167 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "AUTOELEVADOR ALQUILADO Nº4" +value: "213" +data: App\Entity\Equipos\Maquinaria {#2170 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "AUTOELEVADOR ALQUILADO Nº5" +value: "214" +data: App\Entity\Equipos\Maquinaria {#2173 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "AUTOELEVADOR ALQUILADO Nº6" +value: "215" +data: App\Entity\Equipos\Maquinaria {#2176 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "AUTOELEVADOR TOYOTA Nº1" +value: "216" +data: App\Entity\Equipos\Maquinaria {#2179 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "ZORRA ELECTRICA Nº1" +value: "217" +data: App\Entity\Equipos\Maquinaria {#2182 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "Zorra 2" +value: "218" +data: App\Entity\Equipos\Maquinaria {#2185 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "Zorra 3" +value: "219" +data: App\Entity\Equipos\Maquinaria {#2188 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "TUNEL DINAMICO" +value: "220" +data: App\Entity\Equipos\Maquinaria {#2191 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "SANCOCHADOR" +value: "221" +data: App\Entity\Equipos\Maquinaria {#2194 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "ZORRA ELECTRICA TOYOTA Nº3" +value: "222" +data: App\Entity\Equipos\Maquinaria {#2197 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "ZORRA ELECTRICA TOYOTA Nº4" +value: "223" +data: App\Entity\Equipos\Maquinaria {#2200 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +label: "ZORRA ELECTRICA DARC Nº2" +value: "224" +data: App\Entity\Equipos\Maquinaria {#2203 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +label: "BATERIA AUTOELEVADOR Nº1 48V" +value: "225" +data: App\Entity\Equipos\Maquinaria {#2206 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2455 +label: "BATERIA AUTOELEVADOR Nº2 36V" +value: "226" +data: App\Entity\Equipos\Maquinaria {#2209 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2456 +label: "BATERIA AUTOELEVADOR Nº3 36V" +value: "227" +data: App\Entity\Equipos\Maquinaria {#2212 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "BATERIA AUTOELEVADOR Nº4 36V" +value: "228" +data: App\Entity\Equipos\Maquinaria {#2215 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2458 +label: "BATERIA AUTOELEVADOR Nº5 36V" +value: "229" +data: App\Entity\Equipos\Maquinaria {#2218 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2459 +label: "BATERIA AUTOELEVADOR Nº6 36V" +value: "230" +data: App\Entity\Equipos\Maquinaria {#2221 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "BATERIA ZORRA Nº1" +value: "231" +data: App\Entity\Equipos\Maquinaria {#2224 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +label: "BATERIA ZORRA Nº2" +value: "232" +data: App\Entity\Equipos\Maquinaria {#2227 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +label: "BATERIA ZORRA Nº3" +value: "233" +data: App\Entity\Equipos\Maquinaria {#2230 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "BATERIA ZORRA Nº4" +value: "234" +data: App\Entity\Equipos\Maquinaria {#2233 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +label: "BATERIA AUTOELEVADOR Nº7" +value: "235" +data: App\Entity\Equipos\Maquinaria {#2236 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +label: "BAÑO DE CAMIONEROS" +value: "236" +data: App\Entity\Equipos\Maquinaria {#2239 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Doctrine\ORM\PersistentCollection {#829 -snapshot: [] -owner: App\Entity\Almacen\Articulo {#795 -id: 22156 -descripcion: "PERFIL UPN 100" -codigo: "5428" -codigoBarras: null -activo: false -herramienta: false -unidaMedida: null -categoria: null -maquinarias: Doctrine\ORM\PersistentCollection {#829} -articulosDeposito: null -aplicaciones: Doctrine\ORM\PersistentCollection {#852 -snapshot: [ …1] -owner: App\Entity\Almacen\Articulo {#795} -association: [ …19] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: null -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3203 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#851 …} #initialized: true } } -association: [ …20] -em: Doctrine\ORM\EntityManager {#622 …11} -backRefFieldName: "articulos" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#3246 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#828 …} #initialized: true } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1463 -form: Symfony\Component\Form\Form {#1259 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1464 …5} |
| full_name | "articulo[maquinarias][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_maquinarias" |
| is_selected | Closure($choice, array $values) {#2467 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1085 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "maquinarias" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_articulo_maquinarias" |
| valid | true |
| value | [] |
activo
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved 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 |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1221 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1218 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#1223 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1225 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1226 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_articulo_activo" ] |
| cache_key | "_articulo_activo_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2468 -form: Symfony\Component\Form\Form {#1262 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2469 …5} |
| full_name | "articulo[activo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_activo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "activo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_articulo_activo" |
| valid | true |
| value | "1" |
herramienta
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved 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 |
| 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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1221 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1218 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#1223 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1217 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1233 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_articulo_herramienta" ] |
| cache_key | "_articulo_herramienta_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2470 -form: Symfony\Component\Form\Form {#1265 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2471 …5} |
| full_name | "articulo[herramienta]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo_herramienta" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "herramienta" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_articulo_herramienta" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7ef52e1.ZtQueRTx_lT5hM64JIUnsgST8vO6o3-6qg4tdZgi-Ns.BbIZNECLiASXqbj8e-dpwmjVgpSM6RaOzjpeQ-JwzYgugF4BI8ehBr_ooQ" |
| 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 | "7ef52e1.ZtQueRTx_lT5hM64JIUnsgST8vO6o3-6qg4tdZgi-Ns.BbIZNECLiASXqbj8e-dpwmjVgpSM6RaOzjpeQ-JwzYgugF4BI8ehBr_ooQ" |
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 {#1028 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1029 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1030 …} -namespace: Closure() {#1032 …} } |
| data | "7ef52e1.ZtQueRTx_lT5hM64JIUnsgST8vO6o3-6qg4tdZgi-Ns.BbIZNECLiASXqbj8e-dpwmjVgpSM6RaOzjpeQ-JwzYgugF4BI8ehBr_ooQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2488 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} } |
| 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() {#2487 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#936 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2489 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_articulo__token" ] |
| cache_key | "_articulo__token_hidden" |
| compound | false |
| data | "7ef52e1.ZtQueRTx_lT5hM64JIUnsgST8vO6o3-6qg4tdZgi-Ns.BbIZNECLiASXqbj8e-dpwmjVgpSM6RaOzjpeQ-JwzYgugF4BI8ehBr_ooQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2499 -form: Symfony\Component\Form\Form {#2495 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2490 …5} |
| full_name | "articulo[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "articulo__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 | "_articulo__token" |
| valid | true |
| value | "7ef52e1.ZtQueRTx_lT5hM64JIUnsgST8vO6o3-6qg4tdZgi-Ns.BbIZNECLiASXqbj8e-dpwmjVgpSM6RaOzjpeQ-JwzYgugF4BI8ehBr_ooQ" |