Forms
-
registration
-
email
-
password
-
lastname
-
firstname
-
phone
-
zip
-
city
-
birthdate
-
title
-
agreeTerms
-
captcha
-
_token
-
registration
Form type:
"App\Form\RegistrationType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#586 -id: null -email: null -roles: [] -password: null -lastname: null -firstname: null -createdAt: null -reservations: Doctrine\Common\Collections\ArrayCollection {#620 …} -phone: null -zip: null -city: null -birthdate: null -agreeTerms: null -confirmCode: null -title: 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 {#586 -id: null -email: null -roles: [] -password: null -lastname: null -firstname: null -createdAt: null -reservations: Doctrine\Common\Collections\ArrayCollection {#620 …} -phone: null -zip: null -city: null -birthdate: null -agreeTerms: null -confirmCode: null -title: 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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data | App\Entity\User {#586 -id: null -email: null -roles: [] -password: null -lastname: null -firstname: null -createdAt: null -reservations: Doctrine\Common\Collections\ArrayCollection {#620 …} -phone: null -zip: null -city: null -birthdate: null -agreeTerms: null -confirmCode: null -title: null } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#769 class: "Symfony\Component\Form\Extension\Core\Type\FormType" 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() {#767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#768 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration" "_registration" ] |
cache_key | "_registration_registration" |
compound | true |
data | App\Entity\User {#586 -id: null -email: null -roles: [] -password: null -lastname: null -firstname: null -createdAt: null -reservations: Doctrine\Common\Collections\ArrayCollection {#620 …} -phone: null -zip: null -city: null -birthdate: null -agreeTerms: null -confirmCode: null -title: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#793 -form: Symfony\Component\Form\Form {#931 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#766 …5} |
full_name | "registration" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration" |
valid | true |
value | App\Entity\User {#586 -id: null -email: null -roles: [] -password: null -lastname: null -firstname: null -createdAt: null -reservations: Doctrine\Common\Collections\ArrayCollection {#620 …} -phone: null -zip: null -city: null -birthdate: null -agreeTerms: null -confirmCode: null -title: null } |
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" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Email" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
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 | 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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#781 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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Email" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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() {#741 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#744 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_email" ] |
cache_key | "_registration_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1007 -form: Symfony\Component\Form\Form {#963 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1010 …5} |
full_name | "registration[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_email" |
label | "Email" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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_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 | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Mot de passe" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" ] |
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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#752 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 |
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 | "Mot de passe" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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 | false |
upload_max_size_message | Closure() {#759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#758 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_password" ] |
cache_key | "_registration_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#954 -form: Symfony\Component\Form\Form {#966 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#956 …5} |
full_name | "registration[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_password" |
label | "Mot de passe" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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_password" |
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" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Nom" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
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 | 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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#765 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 | "Nom" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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() {#783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#779 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_lastname" ] |
cache_key | "_registration_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#960 -form: Symfony\Component\Form\Form {#969 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#973 …5} |
full_name | "registration[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_lastname" |
label | "Nom" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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_lastname" |
valid | true |
value | "" |
firstname
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" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Prénom" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
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 | 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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#790 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 | "Prénom" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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() {#792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#791 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_firstname" ] |
cache_key | "_registration_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#919 -form: Symfony\Component\Form\Form {#929 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#877 …5} |
full_name | "registration[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_firstname" |
label | "Prénom" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_firstname" |
valid | true |
value | "" |
phone
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" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Téléphone" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
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 | 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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#799 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 | "Téléphone" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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() {#801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#800 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_phone" ] |
cache_key | "_registration_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#872 -form: Symfony\Component\Form\Form {#926 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#851 …5} |
full_name | "registration[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_phone" |
label | "Téléphone" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_phone" |
valid | true |
value | "" |
zip
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" ] |
label | "Code postal" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
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 | 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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#809 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 |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter an integer." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Code postal" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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 |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#808 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_registration_zip" ] |
cache_key | "_registration_zip_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#831 -form: Symfony\Component\Form\Form {#933 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#817 …5} |
full_name | "registration[zip]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_zip" |
label | "Code postal" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "zip" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_zip" |
valid | true |
value | "" |
city
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" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Ville" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
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 | 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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#833 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 | "Ville" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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() {#832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#830 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_city" ] |
cache_key | "_registration_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#802 -form: Symfony\Component\Form\Form {#936 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#738 …5} |
full_name | "registration[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_city" |
label | "Ville" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_city" |
valid | true |
value | "" |
birthdate
Form type:
"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" ] |
label | "Date de naissance" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
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 | "Date de naissance" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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() {#850 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#849 …} $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" "_registration_birthdate" ] |
cache_key | "_registration_birthdate_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#955 -form: Symfony\Component\Form\Form {#939 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#760 …5} |
full_name | "registration[birthdate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_birthdate" |
label | "Date de naissance" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
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 | "_registration_birthdate" |
valid | true |
value | "" |
widget | "single_text" |
title
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" ] |
choices | [ "Monsieur" => "M." "Madame" => "Mme" "Mx" => "Mx" "Autre" => "Autre" ] |
[ "Monsieur" => "M." "Madame" => "Mme" "Mx" => "Mx" "Autre" => "Autre" ] |
label | "Civilité" |
same as passed value |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
[ "class" => "col-sm-3 col-form-label" ] |
placeholder | "Sélectionnez" |
same as passed value |
required | false |
false
|
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 | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Monsieur" => "M." "Madame" => "Mme" "Mx" => "Mx" "Autre" => "Autre" ] |
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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Civilité" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Sélectionnez" |
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 |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#869 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_registration_title" ] |
cache_key | "_registration_title_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1013 +label: "Monsieur" +value: "M." +data: "M." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1019 +label: "Madame" +value: "Mme" +data: "Mme" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1018 +label: "Mx" +value: "Mx" +data: "Mx" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1017 +label: "Autre" +value: "Autre" +data: "Autre" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#784 -form: Symfony\Component\Form\Form {#942 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1012 …5} |
full_name | "registration[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_title" |
is_selected | Closure($choice, $value) {#1020 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Civilité" |
label_attr | [ "class" => "col-sm-3 col-form-label" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "title" |
placeholder | "Sélectionnez" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_title" |
valid | true |
value | "" |
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 {#812 +payload: null +groups: ? ?array +message: "Vous devez accepter les conditions d'utilisation" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#812 +payload: null +groups: ? ?array +message: "Vous devez accepter les conditions d'utilisation" } ] |
label | false |
false
|
label_attr | [ "class" => "form-check-label" ] |
[ "class" => "form-check-label" ] |
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 | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#812 +payload: null +groups: ? ?array +message: "Vous devez accepter les conditions d'utilisation" } ] |
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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#881 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 {#880 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | false |
label_attr | [ "class" => "form-check-label" ] |
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() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#889 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_agreeTerms" ] |
cache_key | "_registration_agreeTerms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1015 -form: Symfony\Component\Form\Form {#945 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1014 …5} |
full_name | "registration[agreeTerms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_agreeTerms" |
label | false |
label_attr | [ "class" => "form-check-label" ] |
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_agreeTerms" |
valid | true |
value | "1" |
captcha
Form type:
"Gregwar\CaptchaBundle\Type\CaptchaType"
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 |
---|---|---|
invalid_message | "CAPTCHA invalide, rééssayez." |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" |
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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#916 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
expiration | 60 |
extra_fields_message | "This form should not contain extra fields." |
font | "/home/debian/www/callcap48/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 50 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "CAPTCHA invalide, rééssayez." |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
length | 6 |
mapped | false |
max_behind_lines | null |
max_front_lines | null |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 90 |
reload | false |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#918 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#917 …} $translationDomain: "validators" } } |
validation_groups | null |
web_path | "/home/debian/www/callcap48/public" |
whitelist_key | "captcha_whitelist_key" |
width | 200 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_registration_captcha" ] |
cache_key | "_registration_captcha_captcha" |
captcha_code | "data:image/jpeg;base64,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" |
captcha_height | 50 |
captcha_width | 200 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1021 -form: Symfony\Component\Form\Form {#948 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1022 …5} |
full_name | "registration[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_captcha" |
image_id | "captcha_68a79e9f7611c" |
is_human | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | false |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "13d6ad3e3f0937c345ac81b.NmujtM2b14EKtezQkaNqOWw3awp04FC3IZe_UGACt-E.aSX1_IPZm_BD8pyB1O4dWx96JXg-iQnlc6CLKCNq1ZVwIMrk9fC70WjRpQ" |
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 | "13d6ad3e3f0937c345ac81b.NmujtM2b14EKtezQkaNqOWw3awp04FC3IZe_UGACt-E.aSX1_IPZm_BD8pyB1O4dWx96JXg-iQnlc6CLKCNq1ZVwIMrk9fC70WjRpQ" |
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 {#724 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#725 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#726 …} -namespace: Closure() {#728 …} } |
data | "13d6ad3e3f0937c345ac81b.NmujtM2b14EKtezQkaNqOWw3awp04FC3IZe_UGACt-E.aSX1_IPZm_BD8pyB1O4dWx96JXg-iQnlc6CLKCNq1ZVwIMrk9fC70WjRpQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1027 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() {#1031 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\IdentityTranslator {#619 …} $message: Closure() {#1009 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration__token" ] |
cache_key | "_registration__token_hidden" |
compound | false |
data | "13d6ad3e3f0937c345ac81b.NmujtM2b14EKtezQkaNqOWw3awp04FC3IZe_UGACt-E.aSX1_IPZm_BD8pyB1O4dWx96JXg-iQnlc6CLKCNq1ZVwIMrk9fC70WjRpQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1041 -form: Symfony\Component\Form\Form {#1037 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1032 …5} |
full_name | "registration[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration__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__token" |
valid | true |
value | "13d6ad3e3f0937c345ac81b.NmujtM2b14EKtezQkaNqOWw3awp04FC3IZe_UGACt-E.aSX1_IPZm_BD8pyB1O4dWx96JXg-iQnlc6CLKCNq1ZVwIMrk9fC70WjRpQ" |