Forms
-
-
name
-
lastname
-
country
-
company
-
role_company
-
email
-
password
-
repeatPassword
-
send_mails
-
agreePolicy
-
agreeTerms
-
_token
-
registration_form
Form type:
"App\Form\RegistrationFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#541 -id: null -email: null -roles: [] -password: null -isVerified: false -name: null -lastname: null -slug: null -partner: null -company: null -role_company: null -send_mails: null -course: Doctrine\Common\Collections\ArrayCollection {#508 …} -recover: null -country: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#541 -id: null -email: null -roles: [] -password: null -isVerified: false -name: null -lastname: null -slug: null -partner: null -company: null -role_company: null -send_mails: null -course: Doctrine\Common\Collections\ArrayCollection {#508 …} -recover: null -country: null } |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data | App\Entity\User {#541 -id: null -email: null -roles: [] -password: null -isVerified: false -name: null -lastname: null -slug: null -partner: null -company: null -role_company: null -send_mails: null -course: Doctrine\Common\Collections\ArrayCollection {#508 …} -recover: null -country: null } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#733 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} use: { $class: "App\Entity\User" } } |
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() {#731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#732 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration_form" "_registration_form" ] |
cache_key | "_registration_form_registration_form" |
compound | true |
data | App\Entity\User {#541 -id: null -email: null -roles: [] -password: null -isVerified: false -name: null -lastname: null -slug: null -partner: null -company: null -role_company: null -send_mails: null -course: Doctrine\Common\Collections\ArrayCollection {#508 …} -recover: null -country: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#759 -form: Symfony\Component\Form\Form {#847 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#730 …5} |
full_name | "registration_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form" |
valid | true |
value | App\Entity\User {#541 -id: null -email: null -roles: [] -password: null -isVerified: false -name: null -lastname: null -slug: null -partner: null -company: null -role_company: null -send_mails: null -course: Doctrine\Common\Collections\ArrayCollection {#508 …} -recover: null -country: null } |
name
Form type:
"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 |
---|---|---|
attr | [ "class" => "signin" ] |
[ "class" => "signin" ] |
label | "Nome" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "signin" ] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#720 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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 | "Nome" |
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() {#722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#721 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "signin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_name" ] |
cache_key | "_registration_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#923 -form: Symfony\Component\Form\Form {#885 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#926 …5} |
full_name | "registration_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_name" |
label | "Nome" |
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 | "_registration_form_name" |
valid | true |
value | "" |
lastname
Form type:
"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 |
---|---|---|
attr | [ "class" => "signin" ] |
[ "class" => "signin" ] |
label | "Cognome" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "signin" ] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#715 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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 | "Cognome" |
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() {#746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#723 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "signin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_lastname" ] |
cache_key | "_registration_form_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#879 -form: Symfony\Component\Form\Form {#888 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#876 …5} |
full_name | "registration_form[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_lastname" |
label | "Cognome" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_lastname" |
valid | true |
value | "" |
country
Form type:
"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 |
---|---|---|
attr | [ "class" => "signin" ] |
[ "class" => "signin" ] |
label | "Paese" |
same as passed value |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "signin" ] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#750 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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 | "Paese" |
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() {#728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#729 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "signin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_country" ] |
cache_key | "_registration_form_country_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#882 -form: Symfony\Component\Form\Form {#891 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#895 …5} |
full_name | "registration_form[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_country" |
label | "Paese" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "country" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_country" |
valid | true |
value | "" |
company
Form type:
"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 |
---|---|---|
attr | [ "class" => "signin" ] |
[ "class" => "signin" ] |
label | "Organizzazione" |
same as passed value |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "signin" ] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#756 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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 | "Organizzazione" |
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() {#758 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#757 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "signin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_company" ] |
cache_key | "_registration_form_company_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#841 -form: Symfony\Component\Form\Form {#849 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#829 …5} |
full_name | "registration_form[company]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_company" |
label | "Organizzazione" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "company" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_company" |
valid | true |
value | "" |
role_company
Form type:
"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 |
---|---|---|
attr | [ "class" => "signin" ] |
[ "class" => "signin" ] |
label | "Ruolo nell'organizzazione" |
same as passed value |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "signin" ] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#765 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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 | "Ruolo nell'organizzazione" |
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() {#767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#766 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "signin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_role_company" ] |
cache_key | "_registration_form_role_company_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#815 -form: Symfony\Component\Form\Form {#852 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#810 …5} |
full_name | "registration_form[role_company]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_role_company" |
label | "Ruolo nell'organizzazione" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "role_company" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_role_company" |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "signin" ] |
[ "class" => "signin" ] |
constraints | [ Symfony\Component\Validator\Constraints\Email {#785 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#704 +payload: null +message: "This value is not valid." +pattern: "/(([^<>()\[\]\.,;:\s@"]+(\.[^<>()\[\]\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#785 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#704 +payload: null +message: "This value is not valid." +pattern: "/(([^<>()\[\]\.,;:\s@"]+(\.[^<>()\[\]\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/" +htmlPattern: null +match: true +normalizer: null } ] |
label | "Email" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "signin" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Email {#785 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#704 +payload: null +message: "This value is not valid." +pattern: "/(([^<>()\[\]\.,;:\s@"]+(\.[^<>()\[\]\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/" +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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#775 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Email" |
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() {#782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#774 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "signin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
cache_key | "_registration_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#802 -form: Symfony\Component\Form\Form {#855 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#786 …5} |
full_name | "registration_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_email" |
label | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_email" |
valid | true |
value | "" |
password
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 | [ "autocomplete" => "nuova password" "class" => "signin" ] |
[ "autocomplete" => "nuova password" "class" => "signin" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#724 +payload: null +message: "Si prega di inserire una password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#703 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#724 +payload: null +message: "Si prega di inserire una password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#703 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
label | "Password" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "autocomplete" => "nuova password" "class" => "signin" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#724 +payload: null +message: "Si prega di inserire una password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#703 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#794 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Password" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#800 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "nuova password" "class" => "signin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_form_password" ] |
cache_key | "_registration_form_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#768 -form: Symfony\Component\Form\Form {#858 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#714 …5} |
full_name | "registration_form[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_password" |
label | "Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_password" |
valid | true |
value | "" |
repeatPassword
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 | [ "autocomplete" => "repeat-password" "class" => "signin" ] |
[ "autocomplete" => "repeat-password" "class" => "signin" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#706 +payload: null +message: "Si prega di inserire una password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#712 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#706 +payload: null +message: "Si prega di inserire una password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#712 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
label | "Ripetere la password" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "autocomplete" => "repeat-password" "class" => "signin" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#706 +payload: null +message: "Si prega di inserire una password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#712 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "La tua password deve essere almeno {{ limit }} caratteri" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#807 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Ripetere la password" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#808 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "repeat-password" "class" => "signin" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_form_repeatPassword" ] |
cache_key | "_registration_form_repeatPassword_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#877 -form: Symfony\Component\Form\Form {#861 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#745 …5} |
full_name | "registration_form[repeatPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_repeatPassword" |
label | "Ripetere la password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "repeatPassword" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_repeatPassword" |
valid | true |
value | "" |
send_mails
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 |
---|---|---|
label | "Acconsento a ricevere comunicazioni via email da TIMEPAC" |
same as passed value |
mapped | false |
false
|
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 | [] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#817 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#814 …} } |
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 {#816 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Acconsento a ricevere comunicazioni via email da TIMEPAC" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#823 …} } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_send_mails" ] |
cache_key | "_registration_form_send_mails_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#749 -form: Symfony\Component\Form\Form {#864 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#928 …5} |
full_name | "registration_form[send_mails]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_send_mails" |
label | "Acconsento a ricevere comunicazioni via email da TIMEPAC" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "send_mails" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_send_mails" |
valid | true |
value | "1" |
agreePolicy
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 |
---|---|---|
label | "Ho letto e accetto l'informativa sulla privacy" |
same as passed value |
mapped | false |
false
|
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 | [] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#817 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#814 …} } |
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 {#816 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Ho letto e accetto l'informativa sulla privacy" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#831 …} } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_agreePolicy" ] |
cache_key | "_registration_form_agreePolicy_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#929 -form: Symfony\Component\Form\Form {#867 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#930 …5} |
full_name | "registration_form[agreePolicy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_agreePolicy" |
label | "Ho letto e accetto l'informativa sulla privacy" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreePolicy" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_agreePolicy" |
valid | true |
value | "1" |
agreeTerms
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#709 +payload: null +message: "Dovresti accettare i nostri termini" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#709 +payload: null +message: "Dovresti accettare i nostri termini" } ] |
label | "Ho letto e accetto termini e condizioni" |
same as passed value |
mapped | false |
false
|
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\IsTrue {#709 +payload: null +message: "Dovresti accettare i nostri termini" } ] |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#817 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#814 …} } |
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 {#816 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Ho letto e accetto termini e condizioni" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#839 …} } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_agreeTerms" ] |
cache_key | "_registration_form_agreeTerms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#931 -form: Symfony\Component\Form\Form {#870 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#932 …5} |
full_name | "registration_form[agreeTerms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_agreeTerms" |
label | "Ho letto e accetto termini e condizioni" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreeTerms" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_agreeTerms" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "0bbb0185aa6cbb1a9cf235.dUFFx9ax9qAAPbH_8MQfCho7RCiEyeXQNW0R2wXrXOw.BjsAqo6JkpNQeIOUlagtbk1UAUf1k9zhVApL40CJH7o0cHGA5Pi7lFd_wg" |
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 | "0bbb0185aa6cbb1a9cf235.dUFFx9ax9qAAPbH_8MQfCho7RCiEyeXQNW0R2wXrXOw.BjsAqo6JkpNQeIOUlagtbk1UAUf1k9zhVApL40CJH7o0cHGA5Pi7lFd_wg" |
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 {#689 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#690 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#691 …} -namespace: Closure() {#693 …} } |
data | "0bbb0185aa6cbb1a9cf235.dUFFx9ax9qAAPbH_8MQfCho7RCiEyeXQNW0R2wXrXOw.BjsAqo6JkpNQeIOUlagtbk1UAUf1k9zhVApL40CJH7o0cHGA5Pi7lFd_wg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#952 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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() {#941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#699 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#517 …} $translationDomain: "validators" $message: Closure() {#940 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
cache_key | "_registration_form__token_hidden" |
compound | false |
data | "0bbb0185aa6cbb1a9cf235.dUFFx9ax9qAAPbH_8MQfCho7RCiEyeXQNW0R2wXrXOw.BjsAqo6JkpNQeIOUlagtbk1UAUf1k9zhVApL40CJH7o0cHGA5Pi7lFd_wg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#961 -form: Symfony\Component\Form\Form {#933 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#944 …5} |
full_name | "registration_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form__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 | "_registration_form__token" |
valid | true |
value | "0bbb0185aa6cbb1a9cf235.dUFFx9ax9qAAPbH_8MQfCho7RCiEyeXQNW0R2wXrXOw.BjsAqo6JkpNQeIOUlagtbk1UAUf1k9zhVApL40CJH7o0cHGA5Pi7lFd_wg" |