- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 4
- 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
-
-
anno
-
llamada
-
fechaInicioRegistro_WWdesdeWW
-
fechaInicioRegistro_WWhastaWW
-
fechaFinRegistro_WWdesdeWW
-
fechaFinRegistro_WWhastaWW
-
fechaAcuartelamiento_WWdesdeWW
-
fechaAcuartelamiento_WWhastaWW
-
fechaFinDias_WWdesdeWW
-
fechaFinDias_WWhastaWW
-
fechaFinDiasPosteriores_WWdesdeWW
-
fechaFinDiasPosteriores_WWhastaWW
-
minutosTest
-
bajasPermitidas
-
activo
-
cantCursos
-
cursos
-
tituloReporteUniforme
-
tituloReporteJockey
-
tituloReporteCalzado
-
tituloReporteCamiseta
-
tituloReporteEstudios
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "proceso" => 47 ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
csrf_protection | false |
false
|
data | [ "proceso" => 47 ] |
[ "proceso" => 47 ] |
validation_groups | [
"filtering"
] |
[
"filtering"
]
|
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data | [ "proceso" => 47 ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1111 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | [] |
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() {#1113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1112 …} } } |
validation_groups | [
"filtering"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | [ "proceso" => 47 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1788 -form: Symfony\Component\Form\Form {#1591 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1789 …5} |
full_name | "form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form" |
valid | true |
value | [ "proceso" => 47 ] |
anno
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
[ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
label | "Leva" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1362 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Leva" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1360 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1361 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_anno" ] |
cache_key | "_form_anno_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1784 -form: Symfony\Component\Form\Form {#1594 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1785 …5} |
full_name | "form[anno]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_anno" |
label | "Leva" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "anno" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_anno" |
valid | true |
value | "" |
llamada
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "Llamada" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1353 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Llamada" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1352 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_llamada" ] |
cache_key | "_form_llamada_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1783 -form: Symfony\Component\Form\Form {#1597 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1782 …5} |
full_name | "form[llamada]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_llamada" |
label | "Llamada" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "llamada" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_llamada" |
valid | true |
value | "" |
fechaInicioRegistro_WWdesdeWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha de comienzo del registro en linea (desde):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha de comienzo del registro en linea (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1343 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaInicioRegistro_WWdesdeWW" ] |
cache_key | "_form_fechaInicioRegistro_WWdesdeWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1781 -form: Symfony\Component\Form\Form {#1600 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1780 …5} |
full_name | "form[fechaInicioRegistro_WWdesdeWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaInicioRegistro_WWdesdeWW" |
label | "Fecha de comienzo del registro en linea (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaInicioRegistro_WWdesdeWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaInicioRegistro_WWdesdeWW" |
valid | true |
value | "" |
fechaInicioRegistro_WWhastaWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha de comienzo del registro en linea (hasta):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1392 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha de comienzo del registro en linea (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1391 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaInicioRegistro_WWhastaWW" ] |
cache_key | "_form_fechaInicioRegistro_WWhastaWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1779 -form: Symfony\Component\Form\Form {#1603 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1739 …5} |
full_name | "form[fechaInicioRegistro_WWhastaWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaInicioRegistro_WWhastaWW" |
label | "Fecha de comienzo del registro en linea (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaInicioRegistro_WWhastaWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaInicioRegistro_WWhastaWW" |
valid | true |
value | "" |
fechaFinRegistro_WWdesdeWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha de terminación del registro en linea (desde):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1383 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha de terminación del registro en linea (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1381 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1382 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaFinRegistro_WWdesdeWW" ] |
cache_key | "_form_fechaFinRegistro_WWdesdeWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1501 -form: Symfony\Component\Form\Form {#1606 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1415 …5} |
full_name | "form[fechaFinRegistro_WWdesdeWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaFinRegistro_WWdesdeWW" |
label | "Fecha de terminación del registro en linea (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaFinRegistro_WWdesdeWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaFinRegistro_WWdesdeWW" |
valid | true |
value | "" |
fechaFinRegistro_WWhastaWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha de terminación del registro en linea (hasta):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1374 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha de terminación del registro en linea (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1373 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaFinRegistro_WWhastaWW" ] |
cache_key | "_form_fechaFinRegistro_WWhastaWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1451 -form: Symfony\Component\Form\Form {#1609 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1741 …5} |
full_name | "form[fechaFinRegistro_WWhastaWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaFinRegistro_WWhastaWW" |
label | "Fecha de terminación del registro en linea (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaFinRegistro_WWhastaWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaFinRegistro_WWhastaWW" |
valid | true |
value | "" |
fechaAcuartelamiento_WWdesdeWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha del proceso de acuartelamiento (desde):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1403 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha del proceso de acuartelamiento (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1399 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaAcuartelamiento_WWdesdeWW" ] |
cache_key | "_form_fechaAcuartelamiento_WWdesdeWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1550 -form: Symfony\Component\Form\Form {#1612 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1747 …5} |
full_name | "form[fechaAcuartelamiento_WWdesdeWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaAcuartelamiento_WWdesdeWW" |
label | "Fecha del proceso de acuartelamiento (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaAcuartelamiento_WWdesdeWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaAcuartelamiento_WWdesdeWW" |
valid | true |
value | "" |
fechaAcuartelamiento_WWhastaWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha del proceso de acuartelamiento (hasta):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1412 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha del proceso de acuartelamiento (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1413 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaAcuartelamiento_WWhastaWW" ] |
cache_key | "_form_fechaAcuartelamiento_WWhastaWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1433 -form: Symfony\Component\Form\Form {#1615 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1442 …5} |
full_name | "form[fechaAcuartelamiento_WWhastaWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaAcuartelamiento_WWhastaWW" |
label | "Fecha del proceso de acuartelamiento (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaAcuartelamiento_WWhastaWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaAcuartelamiento_WWhastaWW" |
valid | true |
value | "" |
fechaFinDias_WWdesdeWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha fin del proceso de acuartelamiento (desde):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha fin del proceso de acuartelamiento (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1423 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1422 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaFinDias_WWdesdeWW" ] |
cache_key | "_form_fechaFinDias_WWdesdeWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1534 -form: Symfony\Component\Form\Form {#1618 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1577 …5} |
full_name | "form[fechaFinDias_WWdesdeWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaFinDias_WWdesdeWW" |
label | "Fecha fin del proceso de acuartelamiento (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaFinDias_WWdesdeWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaFinDias_WWdesdeWW" |
valid | true |
value | "" |
fechaFinDias_WWhastaWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha fin del proceso de acuartelamiento (hasta):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1430 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha fin del proceso de acuartelamiento (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1431 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaFinDias_WWhastaWW" ] |
cache_key | "_form_fechaFinDias_WWhastaWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1568 -form: Symfony\Component\Form\Form {#1621 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1559 …5} |
full_name | "form[fechaFinDias_WWhastaWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaFinDias_WWhastaWW" |
label | "Fecha fin del proceso de acuartelamiento (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaFinDias_WWhastaWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaFinDias_WWhastaWW" |
valid | true |
value | "" |
fechaFinDiasPosteriores_WWdesdeWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha fin días posteriores (desde):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1439 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha fin días posteriores (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1440 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaFinDiasPosteriores_WWdesdeWW" ] |
cache_key | "_form_fechaFinDiasPosteriores_WWdesdeWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1586 -form: Symfony\Component\Form\Form {#1624 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1790 …5} |
full_name | "form[fechaFinDiasPosteriores_WWdesdeWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaFinDiasPosteriores_WWdesdeWW" |
label | "Fecha fin días posteriores (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaFinDiasPosteriores_WWdesdeWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaFinDiasPosteriores_WWdesdeWW" |
valid | true |
value | "" |
fechaFinDiasPosteriores_WWhastaWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
[ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
label | "Fecha fin días posteriores (hasta):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1448 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Fecha fin días posteriores (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1450 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1449 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "campo_fecha date-picker" "data-date-format" => "dd-mm-yyyy" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaFinDiasPosteriores_WWhastaWW" ] |
cache_key | "_form_fechaFinDiasPosteriores_WWhastaWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1791 -form: Symfony\Component\Form\Form {#1627 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1792 …5} |
full_name | "form[fechaFinDiasPosteriores_WWhastaWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaFinDiasPosteriores_WWhastaWW" |
label | "Fecha fin días posteriores (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaFinDiasPosteriores_WWhastaWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaFinDiasPosteriores_WWhastaWW" |
valid | true |
value | "" |
minutosTest
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
[ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
label | "Minutos para hacer el test" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1457 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Minutos para hacer el test" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1459 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1458 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_minutosTest" ] |
cache_key | "_form_minutosTest_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1793 -form: Symfony\Component\Form\Form {#1630 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1794 …5} |
full_name | "form[minutosTest]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_minutosTest" |
label | "Minutos para hacer el test" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "minutosTest" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_minutosTest" |
valid | true |
value | "" |
bajasPermitidas
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
[ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
label | "Bajas permitidas" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1466 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Bajas permitidas" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1468 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1467 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_bajasPermitidas" ] |
cache_key | "_form_bajasPermitidas_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1795 -form: Symfony\Component\Form\Form {#1633 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1796 …5} |
full_name | "form[bajasPermitidas]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_bajasPermitidas" |
label | "Bajas permitidas" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "bajasPermitidas" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_bajasPermitidas" |
valid | true |
value | "" |
activo
"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 |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
choices | [ "Sí" => "true" "No" => "false" ] |
[ "Sí" => "true" "No" => "false" ] |
empty_data | null |
null
|
label | "Activo" |
same as passed value |
mapped | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 | [ "Sí" => "true" "No" => "false" ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | null |
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 | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Activo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "--- Seleccione ---" |
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() {#1488 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1486 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_activo" ] |
cache_key | "_form_activo_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1799 +label: "Sí" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1800 +label: "No" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1797 -form: Symfony\Component\Form\Form {#1636 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1798 …5} |
full_name | "form[activo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_activo" |
is_selected | Closure($choice, $value) {#1802 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1474 …} } |
label | "Activo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "activo" |
placeholder | "--- Seleccione ---" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_activo" |
valid | true |
value | "" |
cantCursos
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
[ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
label | "Cantidad de cursos a seleccionar" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1498 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Cantidad de cursos a seleccionar" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1500 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1499 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" "class" => "spinbox-input" "full_width" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_cantCursos" ] |
cache_key | "_form_cantCursos_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1803 -form: Symfony\Component\Form\Form {#1639 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1804 …5} |
full_name | "form[cantCursos]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_cantCursos" |
label | "Cantidad de cursos a seleccionar" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "cantCursos" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_cantCursos" |
valid | true |
value | "" |
cursos
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\Curso" |
same as passed value |
empty_data | null |
null
|
label | "Cursos disponibles" |
same as passed value |
mapped | false |
false
|
multiple | true |
same as passed value |
placeholder | "--- Seleccione ---" |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
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 {#1516 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1517 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1529 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1521 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1530 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1531 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1533 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1532 …} } |
choices | null |
class | "App\Entity\Curso" |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} |
empty_data | null |
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 {#1522 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#959 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Cursos disponibles" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
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() {#1520 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1518 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_cursos" ] |
cache_key | "_form_cursos_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1807 +label: "MECÁNICA AUTOMOTRIZ: MANTENIMIENTO PREVENTIVO Y REPARACIÓN DE MOTORES FUERA DE BORDA" +value: "1" +data: App\Entity\Curso {#1820 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1809 +label: "MECÁNICA AUTOMOTRIZ: MANTENIMIENTO Y REPARACIÓN DE LOS SISTEMAS DE LUCES Y ACCESORIOS DE VEHÍCULOS AUTOMOTORES" +value: "2" +data: App\Entity\Curso {#1825 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1815 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: PREPARACIÓN DE PLATOS FUERTES DE COCINA NACIONAL" +value: "3" +data: App\Entity\Curso {#1826 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1816 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: GASTRONOMÍA DE LA COSTA ECUATORIANA" +value: "4" +data: App\Entity\Curso {#1827 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1824 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: ELABORACIÓN DE PRODUCTOS DE PANADERÍA Y REPOSTERÍA" +value: "5" +data: App\Entity\Curso {#1828 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1808 +label: "MECÁNICA AUTOMOTRIZ: MANTENIMIENTO DE SISTEMAS DE TRANSMISIÓN DE MOTOCICLETAS" +value: "6" +data: App\Entity\Curso {#1829 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1817 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: GASTRONOMÍA DE LA SIERRA ECUATORIANA" +value: "7" +data: App\Entity\Curso {#1830 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1818 +label: "MECÁNICA AUTOMOTRIZ: REPARACIÓN DE LOS SISTEMAS DIRECCIÓN Y SUSPENSIÓN DE VEHÍCULOS AUTOMOTORES" +value: "8" +data: App\Entity\Curso {#1831 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1811 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: GASTRONOMÍA DE LA AMAZONÍA ECUATORIANA" +value: "9" +data: App\Entity\Curso {#1832 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1810 +label: "MECÁNICA AUTOMOTRIZ: REPARACIÓN DEL SISTEMA DE FRENOS AUTOMOTRICES" +value: "10" +data: App\Entity\Curso {#1833 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1822 +label: "SERVICIOS SOCIOCULTURALES Y A LA COMUNIDAD: OPERACIONES AUXILIARES DE LIMPIEZA EN UNIDADES DE SALUD" +value: "11" +data: App\Entity\Curso {#1834 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1854 +label: "CONSTRUCCIÓN E INFRAESTRUCTURA: INSTALACIÓN DE REDES DE SUMINISTRO DE AGUA POTABLE" +value: "12" +data: App\Entity\Curso {#1835 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1855 +label: "ELECTRICIDAD Y ELECTRÓNICA: ELECTRICIDAD BÁSICA" +value: "13" +data: App\Entity\Curso {#1836 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1856 +label: "ZOOTÉCNICA: CAPACIDAD PARA LA ATENCIÓN A MASCOTAS CANINAS" +value: "14" +data: App\Entity\Curso {#1837 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1857 +label: "MECÁNICA INDUSTRIAL Y MINERÍA: SOLDADURA POR ARCO CON ELECTRODO METÁLICO REVESTIDO (SMAW)" +value: "15" +data: App\Entity\Curso {#1838 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1858 +label: "MECÁNICA AUTOMOTRIZ: MANTENIMIENTO Y REPARACIÓN DE MOTORES DE COMBUSTIÓN INTERNA DE MOTOCICLETAS" +value: "16" +data: App\Entity\Curso {#1839 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1859 +label: "MECÁNICA INDUSTRIAL Y MINERÍA: SOLDADURA POR ARCO CON ELECTRODO METÁLICO REVESTIDO SMAW EN TUBERÍAS DE ACERO AL CARBONO" +value: "17" +data: App\Entity\Curso {#1840 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1860 +label: "CONSTRUCCIÓN E INFRAESTRUCTURA: INSTALACIÓN DE APARATOS SANITARIOS, GRIFERÍAS Y ACCESORIOS, EN RESIDENCIAS" +value: "18" +data: App\Entity\Curso {#1841 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1861 +label: "CONSTRUCCIÓN E INFRAESTRUCTURA: LEVANTAMIENTO DE MAMPOSTERÍA" +value: "19" +data: App\Entity\Curso {#1842 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1862 +label: "ELECTRICIDAD Y ELECTRÓNICA: REPARACIÓN DE CELULARES" +value: "20" +data: App\Entity\Curso {#1843 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1863 +label: "TRANSPORTE Y LOGÍSTICA: ADMINISTRACIÓN DE BODEGA Y GESTIÓN DE INVENTARIOS" +value: "21" +data: App\Entity\Curso {#1844 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1864 +label: "ADMINISTRACIÓN Y LEGISLACIÓN: ASISTENCIA EN GESTIÓN DOCUMENTAL Y ARCHIVO" +value: "22" +data: App\Entity\Curso {#1845 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1865 +label: "ADMINISTRACIÓN Y LEGISLACIÓN: SECRETARIADO BÁSICO" +value: "23" +data: App\Entity\Curso {#1846 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1866 +label: "PROCESOS INDUSTRIALES: CONSTRUCCIÓN DE MUEBLES RECTOS Y CON FORMAS EN MADERA SÓLIDA Y TABLEROS PREFABRICADOS" +value: "24" +data: App\Entity\Curso {#1847 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1867 +label: "PROCESOS INDUSTRIALES: INSTALACIÓN Y MANTENIMIENTO DE ACONDICIONADORES DE AIRE RESIDENCIALES" +value: "25" +data: App\Entity\Curso {#1848 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1868 +label: "ARTES Y ARTESANÍA: PELUQUERÍA (SERVICIOS DE CORTE DE CABELLO Y PEINADOS)" +value: "26" +data: App\Entity\Curso {#1849 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1869 +label: "ELECTRICIDAD Y ELECTRÓNICA: INSTALACIÓN DE CIRCUITOS DE ALUMBRADO, FUERZA Y SEÑALIZACIÓN RESIDENCIAL" +value: "27" +data: App\Entity\Curso {#1850 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1870 +label: "ADMINISTRACIÓN Y LEGISLACIÓN: ADMINISTRACIÓN DE CONTRATOS DE COMPRAS PÚBLICAS" +value: "28" +data: App\Entity\Curso {#1851 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1871 +label: "PROCESOS INDUSTRIALES: REPARACIÓN DE EQUIPOS DE REFRIGERACIÓN DOMÉSTICA" +value: "29" +data: App\Entity\Curso {#1852 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1872 +label: "TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN: ENSAMBLAJE Y MANTENIMIENTO DE EQUIPOS DE COMPUTACIÓNDE COMPUTACIÓN" +value: "30" +data: App\Entity\Curso {#1853 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1805 -form: Symfony\Component\Form\Form {#1642 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1806 …5} |
full_name | "form[cursos][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_cursos" |
is_selected | Closure($choice, array $values) {#1874 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1474 …} } |
label | "Cursos disponibles" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "cursos" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_cursos" |
valid | true |
value | [] |
tituloReporteUniforme
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "Título reporte de uniformes Jaguar M1" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1547 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Título reporte de uniformes Jaguar M1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1549 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1548 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_tituloReporteUniforme" ] |
cache_key | "_form_tituloReporteUniforme_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1875 -form: Symfony\Component\Form\Form {#1645 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1876 …5} |
full_name | "form[tituloReporteUniforme]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_tituloReporteUniforme" |
label | "Título reporte de uniformes Jaguar M1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tituloReporteUniforme" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_tituloReporteUniforme" |
valid | true |
value | "" |
tituloReporteJockey
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "Título reporte de jockeys Jaguar" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1556 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Título reporte de jockeys Jaguar" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1558 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1557 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_tituloReporteJockey" ] |
cache_key | "_form_tituloReporteJockey_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1877 -form: Symfony\Component\Form\Form {#1648 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1878 …5} |
full_name | "form[tituloReporteJockey]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_tituloReporteJockey" |
label | "Título reporte de jockeys Jaguar" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tituloReporteJockey" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_tituloReporteJockey" |
valid | true |
value | "" |
tituloReporteCalzado
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "Título reporte del calzado" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1565 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Título reporte del calzado" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1567 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1566 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_tituloReporteCalzado" ] |
cache_key | "_form_tituloReporteCalzado_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1879 -form: Symfony\Component\Form\Form {#1651 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1880 …5} |
full_name | "form[tituloReporteCalzado]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_tituloReporteCalzado" |
label | "Título reporte del calzado" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tituloReporteCalzado" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_tituloReporteCalzado" |
valid | true |
value | "" |
tituloReporteCamiseta
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "Título reporte de camisetas (caqui)" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1574 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Título reporte de camisetas (caqui)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1576 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1575 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_tituloReporteCamiseta" ] |
cache_key | "_form_tituloReporteCamiseta_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1881 -form: Symfony\Component\Form\Form {#1654 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1882 …5} |
full_name | "form[tituloReporteCamiseta]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_tituloReporteCamiseta" |
label | "Título reporte de camisetas (caqui)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tituloReporteCamiseta" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_tituloReporteCamiseta" |
valid | true |
value | "" |
tituloReporteEstudios
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "Título reporte de estudios" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1092 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1093 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1094 …} -namespace: Closure() {#1096 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1583 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#995 …} } |
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 | "Título reporte de estudios" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1585 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1098 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1584 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_tituloReporteEstudios" ] |
cache_key | "_form_tituloReporteEstudios_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1883 -form: Symfony\Component\Form\Form {#1657 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1884 …5} |
full_name | "form[tituloReporteEstudios]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_tituloReporteEstudios" |
label | "Título reporte de estudios" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tituloReporteEstudios" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_tituloReporteEstudios" |
valid | true |
value | "" |