- 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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data | [ "proceso" => 47 ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1000 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1002 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1001 …} } } |
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 {#1677 -form: Symfony\Component\Form\Form {#1480 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1678 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1251 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1249 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1250 …} } } |
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 {#1673 -form: Symfony\Component\Form\Form {#1483 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1674 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1242 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1240 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1241 …} } } |
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 {#1672 -form: Symfony\Component\Form\Form {#1486 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1671 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1230 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1232 …} } } |
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 {#1670 -form: Symfony\Component\Form\Form {#1489 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1669 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1281 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1279 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1280 …} } } |
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 {#1668 -form: Symfony\Component\Form\Form {#1492 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1628 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1272 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1270 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1271 …} } } |
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 {#1390 -form: Symfony\Component\Form\Form {#1495 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1304 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1263 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1262 …} } } |
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 {#1340 -form: Symfony\Component\Form\Form {#1498 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1630 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1292 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1294 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1288 …} } } |
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 {#1439 -form: Symfony\Component\Form\Form {#1501 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1636 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1301 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1303 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1302 …} } } |
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 {#1322 -form: Symfony\Component\Form\Form {#1504 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1331 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1310 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1311 …} } } |
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 {#1423 -form: Symfony\Component\Form\Form {#1507 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1466 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1319 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1321 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1320 …} } } |
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 {#1457 -form: Symfony\Component\Form\Form {#1510 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1448 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1328 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1329 …} } } |
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 {#1475 -form: Symfony\Component\Form\Form {#1513 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1679 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1337 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1338 …} } } |
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 {#1680 -form: Symfony\Component\Form\Form {#1516 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1681 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1346 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1348 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1347 …} } } |
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 {#1682 -form: Symfony\Component\Form\Form {#1519 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1683 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1355 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1357 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1356 …} } } |
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 {#1684 -form: Symfony\Component\Form\Form {#1522 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1685 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
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() {#1377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1375 …} } } |
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 {#1688 +label: "Sí" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1689 +label: "No" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1686 -form: Symfony\Component\Form\Form {#1525 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1687 …5} |
full_name | "form[activo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_activo" |
is_selected | Closure($choice, $value) {#1691 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1363 …} } |
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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1387 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1389 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1388 …} } } |
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 {#1692 -form: Symfony\Component\Form\Form {#1528 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1693 …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 {#1405 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1406 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1418 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1410 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1419 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1420 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1422 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1421 …} } |
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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …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 {#1411 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#848 …} -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() {#1409 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1407 …} } } |
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 {#1696 +label: "MECÁNICA AUTOMOTRIZ: MANTENIMIENTO PREVENTIVO Y REPARACIÓN DE MOTORES FUERA DE BORDA" +value: "1" +data: App\Entity\Curso {#1709 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1698 +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 {#1714 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1704 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: PREPARACIÓN DE PLATOS FUERTES DE COCINA NACIONAL" +value: "3" +data: App\Entity\Curso {#1715 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1705 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: GASTRONOMÍA DE LA COSTA ECUATORIANA" +value: "4" +data: App\Entity\Curso {#1716 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1713 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: ELABORACIÓN DE PRODUCTOS DE PANADERÍA Y REPOSTERÍA" +value: "5" +data: App\Entity\Curso {#1717 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1697 +label: "MECÁNICA AUTOMOTRIZ: MANTENIMIENTO DE SISTEMAS DE TRANSMISIÓN DE MOTOCICLETAS" +value: "6" +data: App\Entity\Curso {#1718 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1706 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: GASTRONOMÍA DE LA SIERRA ECUATORIANA" +value: "7" +data: App\Entity\Curso {#1719 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1707 +label: "MECÁNICA AUTOMOTRIZ: REPARACIÓN DE LOS SISTEMAS DIRECCIÓN Y SUSPENSIÓN DE VEHÍCULOS AUTOMOTORES" +value: "8" +data: App\Entity\Curso {#1720 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1700 +label: "ALIMENTACIÓN, GASTRONOMÍA Y TURISMO: GASTRONOMÍA DE LA AMAZONÍA ECUATORIANA" +value: "9" +data: App\Entity\Curso {#1721 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1699 +label: "MECÁNICA AUTOMOTRIZ: REPARACIÓN DEL SISTEMA DE FRENOS AUTOMOTRICES" +value: "10" +data: App\Entity\Curso {#1722 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1711 +label: "SERVICIOS SOCIOCULTURALES Y A LA COMUNIDAD: OPERACIONES AUXILIARES DE LIMPIEZA EN UNIDADES DE SALUD" +value: "11" +data: App\Entity\Curso {#1723 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1743 +label: "CONSTRUCCIÓN E INFRAESTRUCTURA: INSTALACIÓN DE REDES DE SUMINISTRO DE AGUA POTABLE" +value: "12" +data: App\Entity\Curso {#1724 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1744 +label: "ELECTRICIDAD Y ELECTRÓNICA: ELECTRICIDAD BÁSICA" +value: "13" +data: App\Entity\Curso {#1725 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1745 +label: "ZOOTÉCNICA: CAPACIDAD PARA LA ATENCIÓN A MASCOTAS CANINAS" +value: "14" +data: App\Entity\Curso {#1726 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1746 +label: "MECÁNICA INDUSTRIAL Y MINERÍA: SOLDADURA POR ARCO CON ELECTRODO METÁLICO REVESTIDO (SMAW)" +value: "15" +data: App\Entity\Curso {#1727 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1747 +label: "MECÁNICA AUTOMOTRIZ: MANTENIMIENTO Y REPARACIÓN DE MOTORES DE COMBUSTIÓN INTERNA DE MOTOCICLETAS" +value: "16" +data: App\Entity\Curso {#1728 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1748 +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 {#1729 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1749 +label: "CONSTRUCCIÓN E INFRAESTRUCTURA: INSTALACIÓN DE APARATOS SANITARIOS, GRIFERÍAS Y ACCESORIOS, EN RESIDENCIAS" +value: "18" +data: App\Entity\Curso {#1730 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1750 +label: "CONSTRUCCIÓN E INFRAESTRUCTURA: LEVANTAMIENTO DE MAMPOSTERÍA" +value: "19" +data: App\Entity\Curso {#1731 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1751 +label: "ELECTRICIDAD Y ELECTRÓNICA: REPARACIÓN DE CELULARES" +value: "20" +data: App\Entity\Curso {#1732 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1752 +label: "TRANSPORTE Y LOGÍSTICA: ADMINISTRACIÓN DE BODEGA Y GESTIÓN DE INVENTARIOS" +value: "21" +data: App\Entity\Curso {#1733 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1753 +label: "ADMINISTRACIÓN Y LEGISLACIÓN: ASISTENCIA EN GESTIÓN DOCUMENTAL Y ARCHIVO" +value: "22" +data: App\Entity\Curso {#1734 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1754 +label: "ADMINISTRACIÓN Y LEGISLACIÓN: SECRETARIADO BÁSICO" +value: "23" +data: App\Entity\Curso {#1735 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1755 +label: "PROCESOS INDUSTRIALES: CONSTRUCCIÓN DE MUEBLES RECTOS Y CON FORMAS EN MADERA SÓLIDA Y TABLEROS PREFABRICADOS" +value: "24" +data: App\Entity\Curso {#1736 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1756 +label: "PROCESOS INDUSTRIALES: INSTALACIÓN Y MANTENIMIENTO DE ACONDICIONADORES DE AIRE RESIDENCIALES" +value: "25" +data: App\Entity\Curso {#1737 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1757 +label: "ARTES Y ARTESANÍA: PELUQUERÍA (SERVICIOS DE CORTE DE CABELLO Y PEINADOS)" +value: "26" +data: App\Entity\Curso {#1738 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1758 +label: "ELECTRICIDAD Y ELECTRÓNICA: INSTALACIÓN DE CIRCUITOS DE ALUMBRADO, FUERZA Y SEÑALIZACIÓN RESIDENCIAL" +value: "27" +data: App\Entity\Curso {#1739 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1759 +label: "ADMINISTRACIÓN Y LEGISLACIÓN: ADMINISTRACIÓN DE CONTRATOS DE COMPRAS PÚBLICAS" +value: "28" +data: App\Entity\Curso {#1740 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1760 +label: "PROCESOS INDUSTRIALES: REPARACIÓN DE EQUIPOS DE REFRIGERACIÓN DOMÉSTICA" +value: "29" +data: App\Entity\Curso {#1741 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1761 +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 {#1742 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1694 -form: Symfony\Component\Form\Form {#1531 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1695 …5} |
full_name | "form[cursos][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_cursos" |
is_selected | Closure($choice, array $values) {#1763 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1363 …} } |
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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1436 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1438 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1437 …} } } |
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 {#1764 -form: Symfony\Component\Form\Form {#1534 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1765 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1445 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1447 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1446 …} } } |
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 {#1766 -form: Symfony\Component\Form\Form {#1537 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1767 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1454 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1455 …} } } |
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 {#1768 -form: Symfony\Component\Form\Form {#1540 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1769 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1463 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1464 …} } } |
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 {#1770 -form: Symfony\Component\Form\Form {#1543 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1771 …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 {#981 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#982 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#983 …} -namespace: Closure() {#985 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1472 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#884 …} } |
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() {#1474 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#987 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1473 …} } } |
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 {#1772 -form: Symfony\Component\Form\Form {#1546 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1773 …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 | "" |