Forms
-
quiz_client
-
name
-
surname
-
dni
-
birthdate
-
pregnant
-
jubilate
-
nationality
-
gender
-
disabilities
-
1
-
2
-
3
-
4
-
-
_token
-
quiz_client
"App\Form\QuizClientType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\DTO\QuizClientDTO {#774 -name: null -surname: null -dni: null -birthdate: null -pregnant: false -jubilate: false -nationality: null -gender: null -disabilities: [] } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\DTO\QuizClientDTO {#774 -name: null -surname: null -dni: null -birthdate: null -pregnant: false -jubilate: false -nationality: null -gender: null -disabilities: [] } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data | App\DTO\QuizClientDTO {#774 -name: null -surname: null -dni: null -birthdate: null -pregnant: false -jubilate: false -nationality: null -gender: null -disabilities: [] } |
data_class | "App\DTO\QuizClientDTO" |
disabled | false |
empty_data | Closure(FormInterface $form) {#842 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\DTO\QuizClientDTO" } } |
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() {#840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#841 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "quiz_client" "_quiz_client" ] |
cache_key | "_quiz_client_quiz_client" |
compound | true |
data | App\DTO\QuizClientDTO {#774 -name: null -surname: null -dni: null -birthdate: null -pregnant: false -jubilate: false -nationality: null -gender: null -disabilities: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#901 -errors: [] -form: Symfony\Component\Form\Form {#1241 …} } |
form | Symfony\Component\Form\FormView {#839 …5} |
full_name | "quiz_client" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quiz_client" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client" |
valid | true |
value | App\DTO\QuizClientDTO {#774 -name: null -surname: null -dni: null -birthdate: null -pregnant: false -jubilate: false -nationality: null -gender: null -disabilities: [] } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#885 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#820 +payload: null +groups: ? ?array +message: "El nombre solo debe contener caracteres alfabéticos y espacios." +pattern: "/^[a-zA-ZñÑ\s]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#885 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#820 +payload: null +groups: ? ?array +message: "El nombre solo debe contener caracteres alfabéticos y espacios." +pattern: "/^[a-zA-ZñÑ\s]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#885 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#820 +payload: null +groups: ? ?array +message: "El nombre solo debe contener caracteres alfabéticos y espacios." +pattern: "/^[a-zA-ZñÑ\s]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#811 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#814 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_quiz_client_name" ] |
cache_key | "_quiz_client_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1289 -errors: [] -form: Symfony\Component\Form\Form {#1223 …} } |
form | Symfony\Component\Form\FormView {#1326 …5} |
full_name | "quiz_client[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client_name" |
valid | true |
value | "" |
surname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#817 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#816 +payload: null +groups: ? ?array +message: "El apellido solo debe contener caracteres alfabéticos y espacios." +pattern: "/^[a-zA-ZñÑ\s]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#817 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#816 +payload: null +groups: ? ?array +message: "El apellido solo debe contener caracteres alfabéticos y espacios." +pattern: "/^[a-zA-ZñÑ\s]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#817 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#816 +payload: null +groups: ? ?array +message: "El apellido solo debe contener caracteres alfabéticos y espacios." +pattern: "/^[a-zA-ZñÑ\s]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#826 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#827 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_quiz_client_surname" ] |
cache_key | "_quiz_client_surname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1294 -errors: [] -form: Symfony\Component\Form\Form {#1226 …} } |
form | Symfony\Component\Form\FormView {#1295 …5} |
full_name | "quiz_client[surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_surname" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client_surname" |
valid | true |
value | "" |
dni
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#815 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#813 +payload: null +groups: ? ?array +message: "El DNI solo debe contener números y no debe tener puntos ni letras." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#815 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#813 +payload: null +groups: ? ?array +message: "El DNI solo debe contener números y no debe tener puntos ni letras." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#815 +payload: null +groups: ? ?array +message: "Este campo no puede estar en blanco." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#813 +payload: null +groups: ? ?array +message: "El DNI solo debe contener números y no debe tener puntos ni letras." +pattern: "/^\d+$/" +htmlPattern: null +match: true +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#835 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#837 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#836 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_quiz_client_dni" ] |
cache_key | "_quiz_client_dni_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1288 -errors: [] -form: Symfony\Component\Form\Form {#1231 …} } |
form | Symfony\Component\Form\FormView {#891 …5} |
full_name | "quiz_client[dni]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_dni" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "dni" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client_dni" |
valid | true |
value | "" |
birthdate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
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" => "form-control" ] |
[ "class" => "form-control" ] |
required | true |
same as passed value |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => 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 {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
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() {#872 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#871 …} $translationDomain: "validators" } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_quiz_client_birthdate" ] |
cache_key | "_quiz_client_birthdate_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1084 -errors: [] -form: Symfony\Component\Form\Form {#1240 …} } |
form | Symfony\Component\Form\FormView {#1263 …5} |
full_name | "quiz_client[birthdate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_birthdate" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "birthdate" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_quiz_client_birthdate" |
valid | true |
value | "" |
widget | "single_text" |
pregnant
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#886 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#881 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#890 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_quiz_client_pregnant" ] |
cache_key | "_quiz_client_pregnant_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1253 -errors: [] -form: Symfony\Component\Form\Form {#1237 …} } |
form | Symfony\Component\Form\FormView {#1219 …5} |
full_name | "quiz_client[pregnant]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_pregnant" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pregnant" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client_pregnant" |
valid | true |
value | "1" |
jubilate
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#886 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#881 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#903 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_quiz_client_jubilate" ] |
cache_key | "_quiz_client_jubilate_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1206 -errors: [] -form: Symfony\Component\Form\Form {#1234 …} } |
form | Symfony\Component\Form\FormView {#1169 …5} |
full_name | "quiz_client[jubilate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_jubilate" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "jubilate" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client_jubilate" |
valid | true |
value | "1" |
nationality
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Nationality" |
same as passed value |
placeholder | "Selecciona la nacionalidad" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1143 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#940 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1128 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1145 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1129 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1132 …} } |
choices | null |
class | "App\Entity\Nationality" |
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 {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerC0nm2jD\EntityManagerGhost614a58f {#233 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#937 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerC0nm2jD\EntityManagerGhost614a58f {#233 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#945 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Selecciona la nacionalidad" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#943 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_quiz_client_nationality" ] |
cache_key | "_quiz_client_nationality_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#880 +data: App\Entity\Nationality {#1344 …} +value: "1" +label: "Argentina" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1349 +data: App\Entity\Nationality {#1354 …} +value: "2" +label: "Bolivia" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1330 +data: App\Entity\Nationality {#1360 …} +value: "3" +label: "Brasil" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1358 +data: App\Entity\Nationality {#1363 …} +value: "4" +label: "Chile" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1329 +data: App\Entity\Nationality {#1366 …} +value: "5" +label: "Colombia" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +data: App\Entity\Nationality {#1369 …} +value: "6" +label: "Ecuador" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1343 +data: App\Entity\Nationality {#1372 …} +value: "7" +label: "España" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1348 +data: App\Entity\Nationality {#1375 …} +value: "8" +label: "México" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1331 +data: App\Entity\Nationality {#1378 …} +value: "9" +label: "Paraguay" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1339 +data: App\Entity\Nationality {#1381 …} +value: "10" +label: "Perú" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1390 +data: App\Entity\Nationality {#1384 …} +value: "11" +label: "Uruguay" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1391 +data: App\Entity\Nationality {#1387 …} +value: "12" +label: "Venezuela" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1127 -errors: [] -form: Symfony\Component\Form\Form {#1190 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#838 …5} |
full_name | "quiz_client[nationality]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_nationality" |
is_selected | Closure($choice, $value) {#873 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "nationality" |
placeholder | "Selecciona la nacionalidad" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client_nationality" |
valid | true |
value | "" |
gender
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Gender" |
same as passed value |
placeholder | "Selecciona su sexo" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1144 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1119 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1170 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1145 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1171 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1148 …} } |
choices | null |
class | "App\Entity\Gender" |
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 {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerC0nm2jD\EntityManagerGhost614a58f {#233 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1106 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerC0nm2jD\EntityManagerGhost614a58f {#233 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1117 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Selecciona su sexo" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1123 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_quiz_client_gender" ] |
cache_key | "_quiz_client_gender_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1395 +data: App\Entity\Gender {#1403 …} +value: "1" +label: "Femenino" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1408 +data: App\Entity\Gender {#1413 …} +value: "2" +label: "Masculino" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1397 +data: App\Entity\Gender {#1419 …} +value: "3" +label: "Sin definir" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1392 -errors: [] -form: Symfony\Component\Form\Form {#1177 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#829 …5} |
full_name | "quiz_client[gender]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_gender" |
is_selected | Closure($choice, $value) {#1394 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "gender" |
placeholder | "Selecciona su sexo" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client_gender" |
valid | true |
value | "" |
disabilities
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Disability" |
same as passed value |
expanded | true |
same as passed value |
multiple | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1080 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1157 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1081 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1145 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1083 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1082 …} } |
choices | null |
class | "App\Entity\Disability" |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerC0nm2jD\EntityManagerGhost614a58f {#233 …12} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
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 {#1152 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerC0nm2jD\EntityManagerGhost614a58f {#233 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1156 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1159 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_quiz_client_disabilities" ] |
cache_key | "_quiz_client_disabilities_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1101 +data: App\Entity\Disability {#1000 …} +value: "1" +label: "Visual" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1075 +data: App\Entity\Disability {#1251 …} +value: "2" +label: "Motora" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +data: App\Entity\Disability {#1248 …} +value: "3" +label: "Auditiva" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +data: App\Entity\Disability {#1245 …} +value: "4" +label: "Intelectual" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1417 -errors: [] -form: Symfony\Component\Form\Form {#1269 …} } |
expanded | true |
form | Symfony\Component\Form\FormView {#1393 …5} |
full_name | "quiz_client[disabilities]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_disabilities" |
is_selected | Closure($choice, array $values) {#1396 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "disabilities" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client_disabilities" |
valid | true |
value | [] |
1
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Visual" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "1" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
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 {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#886 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#881 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Visual" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#1067 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1099 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_quiz_client_disabilities_entry" ] |
cache_key | "_quiz_client_disabilities_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1398 -errors: [] -form: Symfony\Component\Form\Form {#1272 …} } |
form | Symfony\Component\Form\FormView {#1407 …5} |
full_name | "quiz_client[disabilities][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_disabilities_1" |
label | "Visual" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_quiz_client_disabilities_entry" |
valid | true |
value | "1" |
2
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Motora" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "2" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
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 {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#886 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#881 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Motora" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#1221 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1220 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "2" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_quiz_client_disabilities_entry" ] |
cache_key | "_quiz_client_disabilities_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1399 -errors: [] -form: Symfony\Component\Form\Form {#1275 …} } |
form | Symfony\Component\Form\FormView {#1422 …5} |
full_name | "quiz_client[disabilities][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_disabilities_2" |
label | "Motora" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_quiz_client_disabilities_entry" |
valid | true |
value | "2" |
3
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Auditiva" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "3" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
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 {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#886 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#881 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Auditiva" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#1254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1201 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "3" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_quiz_client_disabilities_entry" ] |
cache_key | "_quiz_client_disabilities_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1423 -errors: [] -form: Symfony\Component\Form\Form {#1278 …} } |
form | Symfony\Component\Form\FormView {#1424 …5} |
full_name | "quiz_client[disabilities][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_disabilities_3" |
label | "Auditiva" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_quiz_client_disabilities_entry" |
valid | true |
value | "3" |
4
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Intelectual" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "4" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
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 {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#886 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#881 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Intelectual" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#1262 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1261 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "4" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_quiz_client_disabilities_entry" ] |
cache_key | "_quiz_client_disabilities_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1425 -errors: [] -form: Symfony\Component\Form\Form {#1281 …} } |
form | Symfony\Component\Form\FormView {#1426 …5} |
full_name | "quiz_client[disabilities][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client_disabilities_4" |
label | "Intelectual" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_quiz_client_disabilities_entry" |
valid | true |
value | "4" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6609c1c9a.KFibxWuaBlix1B3kO-PnqpySCIefFrdvLIbczfRw61A.Rh_wlQ6rMjL35G2nWZuB5c7ncu7PXeUNGM_oppE03xxpOff1G90wO_XjRA" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "6609c1c9a.KFibxWuaBlix1B3kO-PnqpySCIefFrdvLIbczfRw61A.Rh_wlQ6rMjL35G2nWZuB5c7ncu7PXeUNGM_oppE03xxpOff1G90wO_XjRA" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#711 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#710 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#714 …} -namespace: Closure() {#716 …} } |
data | "6609c1c9a.KFibxWuaBlix1B3kO-PnqpySCIefFrdvLIbczfRw61A.Rh_wlQ6rMjL35G2nWZuB5c7ncu7PXeUNGM_oppE03xxpOff1G90wO_XjRA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1439 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
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() {#1443 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1440 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_quiz_client__token" ] |
cache_key | "_quiz_client__token_hidden" |
compound | false |
data | "6609c1c9a.KFibxWuaBlix1B3kO-PnqpySCIefFrdvLIbczfRw61A.Rh_wlQ6rMjL35G2nWZuB5c7ncu7PXeUNGM_oppE03xxpOff1G90wO_XjRA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1453 -errors: [] -form: Symfony\Component\Form\Form {#1449 …} } |
form | Symfony\Component\Form\FormView {#1444 …5} |
full_name | "quiz_client[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "quiz_client__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_quiz_client__token" |
valid | true |
value | "6609c1c9a.KFibxWuaBlix1B3kO-PnqpySCIefFrdvLIbczfRw61A.Rh_wlQ6rMjL35G2nWZuB5c7ncu7PXeUNGM_oppE03xxpOff1G90wO_XjRA" |