Forms
-
user_register
-
gender
-
0
-
1
-
-
firstname
-
lastname
-
username
-
email
-
first
-
second
-
-
password
-
first
-
second
-
-
termsAccepted
-
_token
-
user_register
"App\Form\Account\User\RegisterType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#3204 -id: null -username: null -password: null -plainPassword: null -email: null -newEmail: null -roles: [] -firstname: null -lastname: null -newsletterAccepted: false -termsAccepted: false -isValid: false -confirmationToken: null -shortcuts: null -lastLogin: null -locale: null -birthday: null -description: null -city: null -gender: null -pictureName: null -pictureFile: null -adminGroup: null -ownProjects: Doctrine\Common\Collections\ArrayCollection {#2985 …} -projects: Doctrine\Common\Collections\ArrayCollection {#3131 …} -access: Doctrine\Common\Collections\ArrayCollection {#3162 …} -passwordRequestAt: null #enabled: false -pages: null #comeFrom: null #displayScenario: null -phone: null -infoSharedInNeopse: false #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 | [ Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#3110 +payload: null +groups: ? +message: "user.username.already_used" +service: "doctrine.orm.validator.unique" +em: null +entityClass: null +repositoryMethod: "findBy" +fields: [ "username" ] +errorPath: null +ignoreNull: true } Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#3025 +payload: null +groups: ? +message: "user.email.already_used" +service: "doctrine.orm.validator.unique" +em: null +entityClass: null +repositoryMethod: "findBy" +fields: [ "email" ] +errorPath: null +ignoreNull: true } ] |
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data | App\Entity\User {#3204 -id: null -username: null -password: null -plainPassword: null -email: null -newEmail: null -roles: [] -firstname: null -lastname: null -newsletterAccepted: false -termsAccepted: false -isValid: false -confirmationToken: null -shortcuts: null -lastLogin: null -locale: null -birthday: null -description: null -city: null -gender: null -pictureName: null -pictureFile: null -adminGroup: null -ownProjects: Doctrine\Common\Collections\ArrayCollection {#2985 …} -projects: Doctrine\Common\Collections\ArrayCollection {#3131 …} -access: Doctrine\Common\Collections\ArrayCollection {#3162 …} -passwordRequestAt: null #enabled: false -pages: null #comeFrom: null #displayScenario: null -phone: null -infoSharedInNeopse: false #createdAt: null #updatedAt: null } |
data_class | "App\Entity\User" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3026 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_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
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() {#3015 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3028 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user_register" "_user_register" ] |
cache_key | "_user_register_user_register" |
compound | true |
data | App\Entity\User {#3204 -id: null -username: null -password: null -plainPassword: null -email: null -newEmail: null -roles: [] -firstname: null -lastname: null -newsletterAccepted: false -termsAccepted: false -isValid: false -confirmationToken: null -shortcuts: null -lastLogin: null -locale: null -birthday: null -description: null -city: null -gender: null -pictureName: null -pictureFile: null -adminGroup: null -ownProjects: Doctrine\Common\Collections\ArrayCollection {#2985 …} -projects: Doctrine\Common\Collections\ArrayCollection {#3131 …} -access: Doctrine\Common\Collections\ArrayCollection {#3162 …} -passwordRequestAt: null #enabled: false -pages: null #comeFrom: null #displayScenario: null -phone: null -infoSharedInNeopse: false #createdAt: null #updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3064 -form: Symfony\Component\Form\Form {#3218 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3005 …5} |
full_name | "user_register" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user_register" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register" |
valid | true |
value | App\Entity\User {#3204 -id: null -username: null -password: null -plainPassword: null -email: null -newEmail: null -roles: [] -firstname: null -lastname: null -newsletterAccepted: false -termsAccepted: false -isValid: false -confirmationToken: null -shortcuts: null -lastLogin: null -locale: null -birthday: null -description: null -city: null -gender: null -pictureName: null -pictureFile: null -adminGroup: null -ownProjects: Doctrine\Common\Collections\ArrayCollection {#2985 …} -projects: Doctrine\Common\Collections\ArrayCollection {#3131 …} -access: Doctrine\Common\Collections\ArrayCollection {#3162 …} -passwordRequestAt: null #enabled: false -pages: null #comeFrom: null #displayScenario: null -phone: null -infoSharedInNeopse: false #createdAt: null #updatedAt: null } |
gender
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure($gender) {#3038 class: "App\Form\Account\User\RegisterType" this: App\Form\Account\User\RegisterType {#3013 …} } |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ 1 2 ] |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Choice {#2949 +payload: null +groups: ? +choices: [ 1 2 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } Symfony\Component\Validator\Constraints\NotBlank {#2944 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
duplicate_preferred_choices | true |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "user.civility" |
label_attr | [ "class" => "form-check-inline" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3027 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_user_register_gender" ] |
cache_key | "_user_register_gender_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "gender.man.short" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3077 +label: "gender.woman.short" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#3429 -form: Symfony\Component\Form\Form {#3264 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#3468 …5} |
full_name | "user_register[gender]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_gender" |
is_selected | Closure($choice, $value) {#3434 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "user.civility" |
label_attr | [ "class" => "form-check-inline" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "gender" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_gender" |
valid | true |
value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#3252 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_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#3251 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "gender.man.short" |
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() {#2092 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#2061 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_user_register_gender_entry" ] |
cache_key | "_user_register_gender_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3249 -form: Symfony\Component\Form\Form {#3266 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2093 …5} |
full_name | "user_register[gender]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_gender_0" |
label | "gender.man.short" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_gender_entry" |
valid | true |
value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#3252 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_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#3251 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "gender.woman.short" |
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() {#3269 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3236 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "2" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_user_register_gender_entry" ] |
cache_key | "_user_register_gender_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3272 -form: Symfony\Component\Form\Form {#3246 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1806 …5} |
full_name | "user_register[gender]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_gender_1" |
label | "gender.woman.short" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_gender_entry" |
valid | true |
value | "2" |
firstname
"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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2981 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3053 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_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "user.firstname" |
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() {#3049 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3052 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_register_firstname" ] |
cache_key | "_user_register_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3428 -form: Symfony\Component\Form\Form {#2034 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3435 …5} |
full_name | "user_register[firstname]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_firstname" |
label | "user.firstname" |
label_attr | [] |
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 | "_user_register_firstname" |
valid | true |
value | "" |
lastname
"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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3102 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3068 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_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "user.lastname" |
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() {#3059 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3067 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_register_lastname" ] |
cache_key | "_user_register_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3070 -form: Symfony\Component\Form\Form {#2031 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1796 …5} |
full_name | "user_register[lastname]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_lastname" |
label | "user.lastname" |
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 | "_user_register_lastname" |
valid | true |
value | "" |
username
"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
No options were passed when constructing this form.
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\Length {#3098 +payload: null +groups: ? +maxMessage: "user.username.long" +minMessage: "user.username.short" +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: 25 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3099 +payload: null +groups: ? +message: "user.username.invalid" +pattern: "/^[a-zA-Z0-9]+$/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#3021 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } App\Validator\Constraint\BadWord {#3046 +payload: null +groups: ? +message: "contains_bad_word" } ] |
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3043 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_block | null |
help_html | false |
help_label | "user.username" |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "user.select_alias" |
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() {#3036 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3047 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_register_username" ] |
cache_key | "_user_register_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2076 -form: Symfony\Component\Form\Form {#2053 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2072 …5} |
full_name | "user_register[username]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | "user.username" |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_username" |
label | "user.select_alias" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_username" |
valid | true |
value | "" |
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#2982 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2986 +payload: null +groups: ? +message: "user.email.invalid" +mode: null +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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3071 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "user.email" ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Les 2 adresses emails doivent être identiques." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
options | [ "attr" => [ "class" => "email-field" ] "help_label" => "C'est à cette adresse que je recevrais un email de confirmation pour finaliser mon inscription. Je saisis donc une adresse email valide." ] |
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 | [] |
second_name | "second" |
second_options | [ "label" => "user.repeat_email" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
upload_max_size_message | Closure() {#3069 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3083 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_user_register_email" ] |
cache_key | "_user_register_email_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3017 -form: Symfony\Component\Form\Form {#2067 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3239 …5} |
full_name | "user_register[email]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_email" |
label | null |
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 | "_user_register_email" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "email-field" ] |
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2087 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_block | null |
help_html | false |
help_label | "C'est à cette adresse que je recevrais un email de confirmation pour finaliser mon inscription. Je saisis donc une adresse email valide." |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "user.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() {#2051 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#2057 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "email-field" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_register_email_first" ] |
cache_key | "_user_register_email_first_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3478 -form: Symfony\Component\Form\Form {#2082 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3477 …5} |
full_name | "user_register[email][first]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | "C'est à cette adresse que je recevrais un email de confirmation pour finaliser mon inscription. Je saisis donc une adresse email valide." |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_email_first" |
label | "user.email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_email_first" |
valid | true |
value | "" |
second
"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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "email-field" ] |
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2084 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_block | null |
help_html | false |
help_label | "C'est à cette adresse que je recevrais un email de confirmation pour finaliser mon inscription. Je saisis donc une adresse email valide." |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "user.repeat_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() {#2075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#2080 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "email-field" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_register_email_second" ] |
cache_key | "_user_register_email_second_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3479 -form: Symfony\Component\Form\Form {#2089 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3480 …5} |
full_name | "user_register[email][second]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | "C'est à cette adresse que je recevrais un email de confirmation pour finaliser mon inscription. Je saisis donc une adresse email valide." |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_email_second" |
label | "user.repeat_email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_email_second" |
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 |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#2964 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#2959 +payload: null +groups: ? +message: "user.password.invalid" +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[a-zA-Z\d\W]+$/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2965 +payload: null +groups: ? +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: "user.password.short" +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: null +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3033 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "user.password" ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Les mots de passe saisis doivent être identiques." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
options | [ "attr" => [ "class" => "password-field" ] "help_label" => "user.info_password" ] |
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 | [] |
second_name | "second" |
second_options | [ "label" => "user.repeat_password" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#3061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3034 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_user_register_password" ] |
cache_key | "_user_register_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3086 -form: Symfony\Component\Form\Form {#3403 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3060 …5} |
full_name | "user_register[password]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_password" |
label | null |
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 | "_user_register_password" |
valid | true |
value | [ "first" => null "second" => null ] |
first
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "password-field" ] |
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1813 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_block | null |
help_html | false |
help_label | "user.info_password" |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "user.password" |
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 | false |
upload_max_size_message | Closure() {#1795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#2019 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "password-field" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_register_password_first" ] |
cache_key | "_user_register_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3484 -form: Symfony\Component\Form\Form {#3406 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3483 …5} |
full_name | "user_register[password][first]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | "user.info_password" |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_password_first" |
label | "user.password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_password_first" |
valid | true |
value | "" |
second
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "password-field" ] |
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1801 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_block | null |
help_html | false |
help_label | "user.info_password" |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "user.repeat_password" |
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 | false |
upload_max_size_message | Closure() {#1804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#1805 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "password-field" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_register_password_second" ] |
cache_key | "_user_register_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3485 -form: Symfony\Component\Form\Form {#3418 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3486 …5} |
full_name | "user_register[password][second]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | "user.info_password" |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_password_second" |
label | "user.repeat_password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_password_second" |
valid | true |
value | "" |
termsAccepted
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
No options were passed when constructing this form.
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 {#2956 +payload: null +groups: ? +message: "This value should be true." } ] |
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#3252 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_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#3251 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | false |
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() {#3254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3260 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_register_termsAccepted" ] |
cache_key | "_user_register_termsAccepted_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3482 -form: Symfony\Component\Form\Form {#3421 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3481 …5} |
full_name | "user_register[termsAccepted]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register_termsAccepted" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "termsAccepted" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register_termsAccepted" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "c0d06a4ca3f01d4c9a63463b43a651a.XhvflczISwJoZFdvLvctYjk9FERhSO-e-0ljKy1LCgE.DWiK366fHmcaKAUKGJtbNlZtXDUzJqnHtSYZc0snP0AOTObilLAmdVwDGg" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#2429 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2423 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2427 …} -namespace: Closure() {#2441 …} } |
data | "c0d06a4ca3f01d4c9a63463b43a651a.XhvflczISwJoZFdvLvctYjk9FERhSO-e-0ljKy1LCgE.DWiK366fHmcaKAUKGJtbNlZtXDUzJqnHtSYZc0snP0AOTObilLAmdVwDGg" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3488 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_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
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() {#3492 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2047 …} $message: Closure() {#3489 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_user_register__token" ] |
cache_key | "_user_register__token_hidden" |
compound | false |
data | "c0d06a4ca3f01d4c9a63463b43a651a.XhvflczISwJoZFdvLvctYjk9FERhSO-e-0ljKy1LCgE.DWiK366fHmcaKAUKGJtbNlZtXDUzJqnHtSYZc0snP0AOTObilLAmdVwDGg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3502 -form: Symfony\Component\Form\Form {#3498 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3493 …5} |
full_name | "user_register[_token]" |
help | null |
help_attr | [] |
help_block | null |
help_html | false |
help_label | null |
help_label_params | [] |
help_translation_parameters | [] |
id | "user_register__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 | "_user_register__token" |
valid | true |
value | "c0d06a4ca3f01d4c9a63463b43a651a.XhvflczISwJoZFdvLvctYjk9FERhSO-e-0ljKy1LCgE.DWiK366fHmcaKAUKGJtbNlZtXDUzJqnHtSYZc0snP0AOTObilLAmdVwDGg" |