- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 12
- 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
evaluacion
"App\Form\EvaluacionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1161 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1163 …} -namespace: Closure() {#1165 …} } |
| data_class | "App\Entity\Evaluacion" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1184 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1069 …} use: { $class: "App\Entity\Evaluacion" } } |
| 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() {#1186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1167 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1077 …} $translationDomain: "validators" $message: Closure() {#1185 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "evaluacion" "_evaluacion" ] |
| cache_key | "_evaluacion_evaluacion" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1244 -form: Symfony\Component\Form\Form {#1293 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1281 …5} |
| full_name | "evaluacion" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "evaluacion" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "evaluacion" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_evaluacion" |
| valid | true |
| value | null |
evalua1
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "No" => 0 "Si" => 1 ] |
[ "No" => 0 "Si" => 1 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1192 +payload: null +message: "El campo #1 no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1192 +payload: null +message: "El campo #1 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| label | "1.- La falla reportada, ¿Ya se había presentado en el reporte inmediato anterior?" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "No" => 0 "Si" => 1 ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1192 +payload: null +message: "El campo #1 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| 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 {#1161 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1163 …} -namespace: Closure() {#1165 …} } |
| 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 | "1.- La falla reportada, ¿Ya se había presentado en el reporte inmediato anterior?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1167 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1077 …} $translationDomain: "validators" $message: Closure() {#1210 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_evaluacion_evalua1" ] |
| cache_key | "_evaluacion_evalua1_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1317 +label: "No" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1318 +label: "Si" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1315 -form: Symfony\Component\Form\Form {#1296 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1213 …5} |
| full_name | "evaluacion[evalua1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "evaluacion_evalua1" |
| is_selected | Closure($choice, $value) {#1320 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1197 …} } |
| label | "1.- La falla reportada, ¿Ya se había presentado en el reporte inmediato anterior?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "evalua1" |
| 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 | "_evaluacion_evalua1" |
| valid | true |
| value | "" |
evalua2
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
[ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1193 +payload: null +message: "El campo #2 no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1193 +payload: null +message: "El campo #2 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| label | "2.- ¿Cómo calificas el tiempo de respuesta a tu reporte?" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1193 +payload: null +message: "El campo #2 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| 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 {#1161 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1163 …} -namespace: Closure() {#1165 …} } |
| 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 | "2.- ¿Cómo calificas el tiempo de respuesta a tu reporte?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1167 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1077 …} $translationDomain: "validators" $message: Closure() {#1222 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_evaluacion_evalua2" ] |
| cache_key | "_evaluacion_evalua2_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1335 +label: "Muy bueno" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1336 +label: "Bueno" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1337 +label: "Regular" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1338 +label: "Aceptable" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1339 +label: "Deficiente" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1332 -form: Symfony\Component\Form\Form {#1299 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1334 …5} |
| full_name | "evaluacion[evalua2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "evaluacion_evalua2" |
| is_selected | Closure($choice, $value) {#1341 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1197 …} } |
| label | "2.- ¿Cómo calificas el tiempo de respuesta a tu reporte?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "evalua2" |
| 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 | "_evaluacion_evalua2" |
| valid | true |
| value | "" |
evalua3
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
[ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1194 +payload: null +message: "El campo #3 no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1194 +payload: null +message: "El campo #3 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| label | "3.- ¿La solución a tu problema, satisface tus necesidades laborales?" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1194 +payload: null +message: "El campo #3 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| 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 {#1161 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1163 …} -namespace: Closure() {#1165 …} } |
| 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 | "3.- ¿La solución a tu problema, satisface tus necesidades laborales?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1234 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1167 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1077 …} $translationDomain: "validators" $message: Closure() {#1233 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_evaluacion_evalua3" ] |
| cache_key | "_evaluacion_evalua3_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1335 +label: "Muy bueno" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1336 +label: "Bueno" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1337 +label: "Regular" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1338 +label: "Aceptable" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1339 +label: "Deficiente" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1342 -form: Symfony\Component\Form\Form {#1302 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1343 …5} |
| full_name | "evaluacion[evalua3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "evaluacion_evalua3" |
| is_selected | Closure($choice, $value) {#1344 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1197 …} } |
| label | "3.- ¿La solución a tu problema, satisface tus necesidades laborales?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "evalua3" |
| 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 | "_evaluacion_evalua3" |
| valid | true |
| value | "" |
evalua4
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
[ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1195 +payload: null +message: "El campo #4 no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1195 +payload: null +message: "El campo #4 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| label | "4.- ¿En general como calificas el servicio recibido?" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Muy bueno" => 5 "Bueno" => 4 "Regular" => 3 "Aceptable" => 2 "Deficiente" => 1 ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1195 +payload: null +message: "El campo #4 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| 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 {#1161 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1163 …} -namespace: Closure() {#1165 …} } |
| 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 | "4.- ¿En general como calificas el servicio recibido?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1243 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1167 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1077 …} $translationDomain: "validators" $message: Closure() {#1242 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_evaluacion_evalua4" ] |
| cache_key | "_evaluacion_evalua4_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1335 +label: "Muy bueno" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1336 +label: "Bueno" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1337 +label: "Regular" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1338 +label: "Aceptable" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1339 +label: "Deficiente" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1345 -form: Symfony\Component\Form\Form {#1305 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1346 …5} |
| full_name | "evaluacion[evalua4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "evaluacion_evalua4" |
| is_selected | Closure($choice, $value) {#1347 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1197 …} } |
| label | "4.- ¿En general como calificas el servicio recibido?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "evalua4" |
| 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 | "_evaluacion_evalua4" |
| valid | true |
| value | "" |
evalua5
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => 65535 ] |
[ "maxlength" => 65535 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1196 +payload: null +message: "El campo #5 no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1196 +payload: null +message: "El campo #5 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| label | "5.- Si pudieras, ¿Qué mejorarías, acerca del Servicio de Mantenimiento recibido?" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 65535 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1196 +payload: null +message: "El campo #5 no debe estar vacío" +allowNull: false +normalizer: null } ] |
| 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 {#1161 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1163 …} -namespace: Closure() {#1165 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1284 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1069 …} } |
| 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 | "5.- Si pudieras, ¿Qué mejorarías, acerca del Servicio de Mantenimiento recibido?" |
| 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() {#1282 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1167 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1077 …} $translationDomain: "validators" $message: Closure() {#1283 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 65535 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_evaluacion_evalua5" ] |
| cache_key | "_evaluacion_evalua5_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1348 -form: Symfony\Component\Form\Form {#1308 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1349 …5} |
| full_name | "evaluacion[evalua5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "evaluacion_evalua5" |
| label | "5.- Si pudieras, ¿Qué mejorarías, acerca del Servicio de Mantenimiento recibido?" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "evalua5" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_evaluacion_evalua5" |
| valid | true |
| value | "" |
solicitud
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#1161 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1163 …} -namespace: Closure() {#1165 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1274 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1069 …} } |
| 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() {#1287 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1167 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1077 …} $translationDomain: "validators" $message: Closure() {#1273 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_evaluacion_solicitud" ] |
| cache_key | "_evaluacion_solicitud_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1350 -form: Symfony\Component\Form\Form {#1311 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1351 …5} |
| full_name | "evaluacion[solicitud]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "evaluacion_solicitud" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "solicitud" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_evaluacion_solicitud" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0319d89.JjYvK8ot6l1-q-Dj0UtaPnPvaHxgt_Us5_0OQ0UlXZQ.c1VnBoligycK7c2UmSgwShu4Xz9U-q9Zool0EgN6C6xWQ2B4-RSfFknSpQ" |
| 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 | "0319d89.JjYvK8ot6l1-q-Dj0UtaPnPvaHxgt_Us5_0OQ0UlXZQ.c1VnBoligycK7c2UmSgwShu4Xz9U-q9Zool0EgN6C6xWQ2B4-RSfFknSpQ" |
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 {#1161 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1162 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1163 …} -namespace: Closure() {#1165 …} } |
| data | "0319d89.JjYvK8ot6l1-q-Dj0UtaPnPvaHxgt_Us5_0OQ0UlXZQ.c1VnBoligycK7c2UmSgwShu4Xz9U-q9Zool0EgN6C6xWQ2B4-RSfFknSpQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1235 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1069 …} } |
| 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() {#1352 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1167 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1077 …} $translationDomain: "validators" $message: Closure() {#1353 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_evaluacion__token" ] |
| cache_key | "_evaluacion__token_hidden" |
| compound | false |
| data | "0319d89.JjYvK8ot6l1-q-Dj0UtaPnPvaHxgt_Us5_0OQ0UlXZQ.c1VnBoligycK7c2UmSgwShu4Xz9U-q9Zool0EgN6C6xWQ2B4-RSfFknSpQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1363 -form: Symfony\Component\Form\Form {#1359 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1354 …5} |
| full_name | "evaluacion[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "evaluacion__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 | "_evaluacion__token" |
| valid | true |
| value | "0319d89.JjYvK8ot6l1-q-Dj0UtaPnPvaHxgt_Us5_0OQ0UlXZQ.c1VnBoligycK7c2UmSgwShu4Xz9U-q9Zool0EgN6C6xWQ2B4-RSfFknSpQ" |