- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- 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
unidad_filtro
"App\Form\UnidadFiltroType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "filtro" => "1" "unidad" => null "marca" => null "modelo" => null "uso" => null "estatus" => null ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| tipo | "equipo" |
same as passed value |
| unidad | 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 {#1018 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1022 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1041 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#926 …} } |
| 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 |
| marca | false |
| method | "POST" |
| modelo | false |
| 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 |
| tipo | "equipo" |
| translation_domain | null |
| trim | true |
| unidad | true |
| upload_max_size_message | Closure() {#1043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1024 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#934 …} $translationDomain: "validators" $message: Closure() {#1042 …} } } |
| validation_groups | null |
filtro
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1" |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "1" |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | 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 | 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 {#1018 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1022 …} } |
| data | true |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1056 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#926 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1058 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1024 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#934 …} $translationDomain: "validators" $message: Closure() {#1055 …} } } |
| validation_groups | null |
unidad
"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 |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| auto_initialize | false |
same as passed value |
| class | "App\Entity\Unidad" |
same as passed value |
| label | "Unidad" |
same as passed value |
| placeholder | "Todas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1072 class: "App\Form\UnidadFiltroType" this: App\Form\UnidadFiltroType {#925 …} use: { $user: App\Entity\Usuario {#768 …} } } |
Doctrine\ORM\QueryBuilder {#1101 -em: Doctrine\ORM\EntityManager {#336 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1103 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1104 #from: "App\Entity\Unidad" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1105 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Unidad u ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1102 …} -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 | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1096 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1135 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1107 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1106 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1108 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1123 -om: ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#714 …} -singleId: true -intId: true -idField: "idUni" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Unidad" |
| 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 {#1018 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1022 …} } |
| data_class | null |
| disabled | false |
| em | ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} |
| 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 {#1123 -om: ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#714 …} -singleId: true -intId: true -idField: "idUni" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Unidad" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todas" |
| 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 {#1101 -em: Doctrine\ORM\EntityManager {#336 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1103 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1104 #from: "App\Entity\Unidad" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1105 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Unidad u ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1102 …} -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() {#1099 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1024 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#934 …} $translationDomain: "validators" $message: Closure() {#1097 …} } } |
| validation_groups | null |
marca
"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 |
|---|---|---|
| attr | [ "class" => "form-control" "style" => "width: 130px;" "data-live-search" => "true" ] |
[ "class" => "form-control" "style" => "width: 130px;" "data-live-search" => "true" ] |
| auto_initialize | false |
same as passed value |
| choice_label | "marca" |
same as passed value |
| class | "App\Entity\Equipo" |
same as passed value |
| label | "Marca" |
same as passed value |
| placeholder | "Todas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1110 class: "App\Form\UnidadFiltroType" this: App\Form\UnidadFiltroType {#925 …} use: { $user: App\Entity\Usuario {#768 …} } } |
Doctrine\ORM\QueryBuilder {#1223 -em: Doctrine\ORM\EntityManager {#336 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1222 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1225 #from: "App\Entity\Equipo" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [ Doctrine\ORM\Query\Expr\GroupBy {#1226 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.marca" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1227 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.marca ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT e FROM App\Entity\Equipo e GROUP BY e.marca ORDER BY e.marca ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1224 …} -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 | [ "class" => "form-control" "style" => "width: 130px;" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "marca" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1264 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1229 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1228 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1230 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1250 -om: ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1112 …} -singleId: true -intId: true -idField: "idEqu" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Equipo" |
| 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 {#1018 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1022 …} } |
| data_class | null |
| disabled | false |
| em | ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} |
| 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 {#1250 -om: ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1112 …} -singleId: true -intId: true -idField: "idEqu" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Marca" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todas" |
| 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 {#1223 -em: Doctrine\ORM\EntityManager {#336 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1222 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1225 #from: "App\Entity\Equipo" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [ Doctrine\ORM\Query\Expr\GroupBy {#1226 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.marca" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1227 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.marca ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT e FROM App\Entity\Equipo e GROUP BY e.marca ORDER BY e.marca ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1224 …} -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() {#1113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1024 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#934 …} $translationDomain: "validators" $message: Closure() {#1114 …} } } |
| validation_groups | null |
modelo
"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 |
|---|---|---|
| attr | [ "class" => "form-control" "style" => "width: 130px;" ] |
[ "class" => "form-control" "style" => "width: 130px;" ] |
| auto_initialize | false |
same as passed value |
| choice_label | "modelo" |
same as passed value |
| class | "App\Entity\Equipo" |
same as passed value |
| label | "Modelo" |
same as passed value |
| placeholder | "Todas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1232 class: "App\Form\UnidadFiltroType" this: App\Form\UnidadFiltroType {#925 …} use: { $user: App\Entity\Usuario {#768 …} } } |
Doctrine\ORM\QueryBuilder {#1240 -em: Doctrine\ORM\EntityManager {#336 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1237 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1236 #from: "App\Entity\Equipo" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [ Doctrine\ORM\Query\Expr\GroupBy {#1235 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.modelo" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1234 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.modelo ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT e FROM App\Entity\Equipo e GROUP BY e.modelo ORDER BY e.modelo ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1239 …} -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 | [ "class" => "form-control" "style" => "width: 130px;" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "modelo" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1298 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1258 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1311 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1260 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1250 -om: ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1112 …} -singleId: true -intId: true -idField: "idEqu" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Equipo" |
| 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 {#1018 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1022 …} } |
| data_class | null |
| disabled | false |
| em | ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} |
| 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 {#1250 -om: ContainerVp0UHmv\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#299 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1112 …} -singleId: true -intId: true -idField: "idEqu" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Modelo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todas" |
| 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 {#1240 -em: Doctrine\ORM\EntityManager {#336 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1237 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1236 #from: "App\Entity\Equipo" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [ Doctrine\ORM\Query\Expr\GroupBy {#1235 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.modelo" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1234 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.modelo ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT e FROM App\Entity\Equipo e GROUP BY e.modelo ORDER BY e.modelo ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1239 …} -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() {#1241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1024 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#934 …} $translationDomain: "validators" $message: Closure() {#1242 …} } } |
| validation_groups | null |
uso
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "class" => "form-control" "style" => "width: 130px;" ] |
[ "class" => "form-control" "style" => "width: 130px;" ] |
| auto_initialize | false |
same as passed value |
| choices | [ "Educativo" => "1" "Docente" => "2" "Administrativo" => "3" ] |
[ "Educativo" => "1" "Docente" => "2" "Administrativo" => "3" ] |
| label | "Uso" |
same as passed value |
| placeholder | "Todos los usos" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "style" => "width: 130px;" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Educativo" => "1" "Docente" => "2" "Administrativo" => "3" ] |
| 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 {#1018 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1022 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Uso" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todos los usos" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1290 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1024 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#934 …} $translationDomain: "validators" $message: Closure() {#1291 …} } } |
| validation_groups | null |
estatus
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "class" => "form-control" "style" => "width: 130px;" ] |
[ "class" => "form-control" "style" => "width: 130px;" ] |
| auto_initialize | false |
same as passed value |
| choices | [ "En operación" => "1" "Descompuesto" => "2" "Sin instalar" => "3" "En proceso de baja" => "4" "Baja" => "5" ] |
[ "En operación" => "1" "Descompuesto" => "2" "Sin instalar" => "3" "En proceso de baja" => "4" "Baja" => "5" ] |
| label | "Estatus" |
same as passed value |
| placeholder | "Todos los estatus" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "style" => "width: 130px;" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "En operación" => "1" "Descompuesto" => "2" "Sin instalar" => "3" "En proceso de baja" => "4" "Baja" => "5" ] |
| 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 {#1018 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1019 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1020 …} -namespace: Closure() {#1022 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Estatus" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todos los estatus" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1024 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#934 …} $translationDomain: "validators" $message: Closure() {#1309 …} } } |
| validation_groups | null |