- 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
-
insumo
-
producto
-
tipo
-
aplicaciones
-
categoria
-
maquinarias
-
activo
-
herramienta
-
articulo
"App\Form\Almacen\ArticuloType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Almacen\Articulo {#951 -id: 25305 -descripcion: "CUCHILLA CON INSERTO WIDIA 130MM/CENTRO 25-30" -codigo: null -codigoBarras: null -activo: true -herramienta: false -unidaMedida: App\Entity\Almacen\UnidadMedida {#1670 -id: 5834 -nombre: "Unidad" -activa: true } -categoria: App\Entity\Almacen\Categoria {#1680 -id: 25 -nombre: "CUCHILLAS" -activo: true } -maquinarias: Doctrine\ORM\PersistentCollection {#1784 …} -articulosDeposito: Doctrine\Common\Collections\ArrayCollection {#953 …} -aplicaciones: Doctrine\ORM\PersistentCollection {#1459 …} -insumo: null -producto: null -tipo: null } |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | App\Entity\Almacen\Articulo {#951 -id: 25305 -descripcion: "CUCHILLA CON INSERTO WIDIA 130MM/CENTRO 25-30" -codigo: null -codigoBarras: null -activo: true -herramienta: false -unidaMedida: App\Entity\Almacen\UnidadMedida {#1670 -id: 5834 -nombre: "Unidad" -activa: true } -categoria: App\Entity\Almacen\Categoria {#1680 -id: 25 -nombre: "CUCHILLAS" -activo: true } -maquinarias: Doctrine\ORM\PersistentCollection {#1784 …} -articulosDeposito: Doctrine\Common\Collections\ArrayCollection {#953 …} -aplicaciones: Doctrine\ORM\PersistentCollection {#1459 …} -insumo: null -producto: null -tipo: null } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Almacen\Articulo {#951 -id: 25305 -descripcion: "CUCHILLA CON INSERTO WIDIA 130MM/CENTRO 25-30" -codigo: null -codigoBarras: null -activo: true -herramienta: false -unidaMedida: App\Entity\Almacen\UnidadMedida {#1670 -id: 5834 -nombre: "Unidad" -activa: true } -categoria: App\Entity\Almacen\Categoria {#1680 -id: 25 -nombre: "CUCHILLAS" -activo: true } -maquinarias: Doctrine\ORM\PersistentCollection {#1784 …} -articulosDeposito: Doctrine\Common\Collections\ArrayCollection {#953 …} -aplicaciones: Doctrine\ORM\PersistentCollection {#1459 …} -insumo: null -producto: null -tipo: null } |
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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data | App\Entity\Almacen\Articulo {#951 -id: 25305 -descripcion: "CUCHILLA CON INSERTO WIDIA 130MM/CENTRO 25-30" -codigo: null -codigoBarras: null -activo: true -herramienta: false -unidaMedida: App\Entity\Almacen\UnidadMedida {#1670 -id: 5834 -nombre: "Unidad" -activa: true } -categoria: App\Entity\Almacen\Categoria {#1680 -id: 25 -nombre: "CUCHILLAS" -activo: true } -maquinarias: Doctrine\ORM\PersistentCollection {#1784 …} -articulosDeposito: Doctrine\Common\Collections\ArrayCollection {#953 …} -aplicaciones: Doctrine\ORM\PersistentCollection {#1459 …} -insumo: null -producto: null -tipo: null } |
| data_class | "App\Entity\Almacen\Articulo" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1085 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} 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() {#1086 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1084 …} } } |
| validation_groups | null |
descripcion
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "CUCHILLA CON INSERTO WIDIA 130MM/CENTRO 25-30" |
| Model Format | same as normalized format |
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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} } |
| 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() {#1121 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1184 …} } } |
| validation_groups | null |
codigo
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1178 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} } |
| 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() {#1120 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1173 …} } } |
| validation_groups | null |
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
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1172 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} } |
| 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() {#1112 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1113 …} } } |
| validation_groups | null |
unidaMedida
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"5834"
|
| Normalized Format | App\Entity\Almacen\UnidadMedida {#1670 -id: 5834 -nombre: "Unidad" -activa: true } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Almacen\UnidadMedida" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1092 class: "App\Form\Almacen\ArticuloType" this: App\Form\Almacen\ArticuloType {#971 …} } |
Doctrine\ORM\QueryBuilder {#1224 -em: Doctrine\ORM\EntityManager {#288 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1227 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1228 #from: "App\Entity\Almacen\UnidadMedida" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1229 #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 {#1230 #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 {#1225 …} -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 {#1205 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1274 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1233 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1232 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1234 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1255 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1208 …} -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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#288 …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 {#1255 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1208 …} -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 {#1224 -em: Doctrine\ORM\EntityManager {#288 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1227 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1228 #from: "App\Entity\Almacen\UnidadMedida" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1229 #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 {#1230 #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 {#1225 …} -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() {#1206 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1203 …} } } |
| validation_groups | null |
insumo
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Calidad\InsumoArticulo" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1093 class: "App\Form\Almacen\ArticuloType" this: App\Form\Almacen\ArticuloType {#971 …} } |
Doctrine\ORM\QueryBuilder {#1276 -em: Doctrine\ORM\EntityManager {#288 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1279 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1280 #from: "App\Entity\Calidad\InsumoArticulo" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1281 #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.activo = :activo" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1282 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Calidad\InsumoArticulo u WHERE u.activo = :activo ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1277 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1205 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1326 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1285 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1284 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1286 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1307 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1249 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Calidad\InsumoArticulo" |
| 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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#288 …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 {#1307 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1249 …} -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 | "" |
| 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 {#1276 -em: Doctrine\ORM\EntityManager {#288 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1279 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1280 #from: "App\Entity\Calidad\InsumoArticulo" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1281 #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.activo = :activo" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1282 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Calidad\InsumoArticulo u WHERE u.activo = :activo ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1277 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1250 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1251 …} } } |
| validation_groups | null |
producto
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Calidad\ProductoArticulo" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1094 class: "App\Form\Almacen\ArticuloType" this: App\Form\Almacen\ArticuloType {#971 …} } |
Doctrine\ORM\QueryBuilder {#1328 -em: Doctrine\ORM\EntityManager {#288 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1331 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1332 #from: "App\Entity\Calidad\ProductoArticulo" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1333 #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.activo = :activo" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1334 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Calidad\ProductoArticulo u WHERE u.activo = :activo ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1329 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1205 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1378 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1337 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1336 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1338 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1359 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1301 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Calidad\ProductoArticulo" |
| 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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#288 …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 {#1359 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1301 …} -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 | "" |
| 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 {#1328 -em: Doctrine\ORM\EntityManager {#288 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1331 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1332 #from: "App\Entity\Calidad\ProductoArticulo" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1333 #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.activo = :activo" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1334 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Calidad\ProductoArticulo u WHERE u.activo = :activo ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1329 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1302 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1303 …} } } |
| validation_groups | null |
tipo
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Calidad\TipoArticulo" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1095 class: "App\Form\Almacen\ArticuloType" this: App\Form\Almacen\ArticuloType {#971 …} } |
Doctrine\ORM\QueryBuilder {#1380 -em: Doctrine\ORM\EntityManager {#288 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1383 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1384 #from: "App\Entity\Calidad\TipoArticulo" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1385 #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.activo = :activo" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1386 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Calidad\TipoArticulo u WHERE u.activo = :activo ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1381 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1205 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1430 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1389 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1388 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1390 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1411 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1353 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Calidad\TipoArticulo" |
| 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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#288 …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 {#1411 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1353 …} -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 | "" |
| 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 {#1380 -em: Doctrine\ORM\EntityManager {#288 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1383 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1384 #from: "App\Entity\Calidad\TipoArticulo" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1385 #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.activo = :activo" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1386 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Calidad\TipoArticulo u WHERE u.activo = :activo ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1381 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1354 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1355 …} } } |
| validation_groups | null |
aplicaciones
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#954 -elements: [ App\Entity\Almacen\AplicacionArticulo {#1693 -id: 1 -nombre: "Gestion Mantenimineto" } ] } |
| View Format |
[] |
Submitted Data
| Property | Value |
|---|---|
| View Format |
[
"1"
]
|
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#954 -elements: [ App\Entity\Almacen\AplicacionArticulo {#1693 -id: 1 -nombre: "Gestion Mantenimineto" } ] } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Almacen\AplicacionArticulo" |
same as passed value |
| em | "default" |
Doctrine\ORM\EntityManager {#288 …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 {#1205 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1394 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1403 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1426 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1422 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1402 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#822 …} -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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#288 …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 {#1402 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#822 …} -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() {#1405 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1407 …} } } |
| validation_groups | null |
categoria
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"25"
|
| Normalized Format | App\Entity\Almacen\Categoria {#1680 -id: 25 -nombre: "CUCHILLAS" -activo: true } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Almacen\Categoria" |
same as passed value |
| em | "default" |
Doctrine\ORM\EntityManager {#288 …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 {#1205 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1456 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1415 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1457 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1458 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1433 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1434 …} -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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#288 …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 {#1433 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1434 …} -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() {#1404 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1431 …} } } |
| validation_groups | null |
maquinarias
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#952 -elements: [ App\Entity\Equipos\Maquinaria {#1706 -id: 54 -nombre: "PELADORA SEMIL" -codigo: null -activo: true -articulos: Doctrine\ORM\PersistentCollection {#1683 …} -sector: Proxies\__CG__\App\Entity\Mantenimiento\SectorPlanta {#1710 …} } ] } |
| View Format |
[] |
Submitted Data
| Property | Value |
|---|---|
| View Format |
[
"54"
]
|
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#952 -elements: [ App\Entity\Equipos\Maquinaria {#1706 -id: 54 -nombre: "PELADORA SEMIL" -codigo: null -activo: true -articulos: Doctrine\ORM\PersistentCollection {#1683 …} -sector: Proxies\__CG__\App\Entity\Mantenimiento\SectorPlanta {#1710 …} } ] } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Equipos\Maquinaria" |
same as passed value |
| em | "default" |
Doctrine\ORM\EntityManager {#288 …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 {#1205 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1499 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1468 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1500 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1501 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1469 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1470 …} -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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#288 …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 {#1469 -om: Doctrine\ORM\EntityManager {#288 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1470 …} -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() {#1466 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1432 …} } } |
| validation_groups | null |
activo
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"1"
|
Submitted Data
| Property | Value |
|---|---|
| View Format |
"1"
|
| Normalized Format | true |
| Model Format | same as normalized format |
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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1515 …} } |
| 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 {#1520 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() {#1522 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1523 …} } } |
| validation_groups | null |
| 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
| Property | Value |
|---|---|
| View Format |
null
|
| Normalized Format | false |
| Model Format | same as normalized format |
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 {#1064 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1065 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1066 …} -namespace: Closure() {#1068 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1518 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1515 …} } |
| 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 {#1520 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() {#1514 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#972 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1530 …} } } |
| validation_groups | null |
| value | "1" |