Forms
-
register_user
-
email
-
plainPassword
-
first
-
second
-
-
firstname
-
lastname
-
submit
-
_token
-
register_user
Form type:
"App\Form\RegisterUserType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#656 -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#793 …} -orders: ? Doctrine\Common\Collections\Collection } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#656 -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#793 …} -orders: ? Doctrine\Common\Collections\Collection } |
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 | [ Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity {#841 +payload: null +groups: ? ?array +message: "This value is already used." +service: "doctrine.orm.validator.unique" +em: null +entityClass: "App\Entity\User" +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 {#289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#290 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#291 …} -namespace: Closure() {#293 …} } |
| data | App\Entity\User {#656 -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#793 …} -orders: ? Doctrine\Common\Collections\Collection } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#839 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() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $message: Closure() {#840 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register_user" "_register_user" ] |
| cache_key | "_register_user_register_user" |
| compound | true |
| data | App\Entity\User {#656 -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#793 …} -orders: ? Doctrine\Common\Collections\Collection } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#954 -form: Symfony\Component\Form\Form {#899 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#850 …5} |
| full_name | "register_user" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_user" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register_user" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_user" |
| valid | true |
| value | App\Entity\User {#656 -id: null -email: null -roles: [] -password: null -firstname: null -lastname: null -addresses: Doctrine\Common\Collections\ArrayCollection {#793 …} -orders: ? Doctrine\Common\Collections\Collection } |
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 | [ "placeholder" => "Indiquez votre email" ] |
[ "placeholder" => "Indiquez votre email" ] |
| label | "Votre adresse email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Indiquez votre email" ] |
| 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 {#289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#290 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#291 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#834 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 | "Votre adresse 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() {#905 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $message: Closure() {#822 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Indiquez votre email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_user_email" ] |
| cache_key | "_register_user_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#979 -form: Symfony\Component\Form\Form {#963 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#981 …5} |
| full_name | "register_user[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_user_email" |
| label | "Votre adresse email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_user_email" |
| valid | true |
| value | "" |
plainPassword
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#897 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 50 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#897 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 50 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| first_options | [ "label" => "Votre mot de passe" "attr" => [ "placeholder" => "Choisissez votre mot de passe" ] "hash_property_path" => "password" ] |
[ "label" => "Votre mot de passe" "attr" => [ "placeholder" => "Choisissez votre mot de passe" ] "hash_property_path" => "password" ] |
| mapped | false |
false
|
| second_options | [ "label" => "Confirmez votre mot de passe" "attr" => [ "placeholder" => "Confirmez votre mot de passe" ] ] |
[ "label" => "Confirmez votre mot de passe" "attr" => [ "placeholder" => "Confirmez votre mot de passe" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
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 | [ Symfony\Component\Validator\Constraints\Length {#897 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 50 +min: 3 +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 {#289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#290 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#291 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#843 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" => "Votre mot de passe" "attr" => [ "placeholder" => "Choisissez votre mot de passe" ] "hash_property_path" => "password" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The values do not match." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| options | [] |
| 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" => "Confirmez votre mot de passe" "attr" => [ "placeholder" => "Confirmez votre mot de passe" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $message: Closure() {#827 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_user_plainPassword" ] |
| cache_key | "_register_user_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#978 -form: Symfony\Component\Form\Form {#923 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#977 …5} |
| full_name | "register_user[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_user_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_user_plainPassword" |
| 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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Choisissez votre mot de passe" ] |
[ "placeholder" => "Choisissez votre mot de passe" ] |
| error_bubbling | false |
false
|
| hash_property_path | "password" |
same as passed value |
| label | "Votre mot de passe" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "Choisissez votre mot de passe" ] |
| 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 {#289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#290 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#291 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#959 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 | "password" |
| 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 | "Votre mot de passe" |
| 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() {#968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $message: Closure() {#967 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Choisissez votre mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_user_plainPassword_first" ] |
| cache_key | "_register_user_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#881 -form: Symfony\Component\Form\Form {#920 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#898 …5} |
| full_name | "register_user[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_user_plainPassword_first" |
| label | "Votre mot de passe" |
| 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 | "_register_user_plainPassword_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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Confirmez votre mot de passe" ] |
[ "placeholder" => "Confirmez votre mot de passe" ] |
| error_bubbling | false |
false
|
| label | "Confirmez votre mot de passe" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "Confirmez votre mot de passe" ] |
| 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 {#289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#290 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#291 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#930 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 | "Confirmez votre mot de passe" |
| 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() {#928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $message: Closure() {#929 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Confirmez votre mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_user_plainPassword_second" ] |
| cache_key | "_register_user_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#872 -form: Symfony\Component\Form\Form {#917 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#848 …5} |
| full_name | "register_user[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_user_plainPassword_second" |
| label | "Confirmez votre mot de passe" |
| 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 | "_register_user_plainPassword_second" |
| 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 | [ "placeholder" => "Indiquez votre prénom" ] |
[ "placeholder" => "Indiquez votre prénom" ] |
| label | "Votre prénom" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Indiquez votre prénom" ] |
| 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 {#289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#290 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#291 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#869 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 | "Votre prénom" |
| 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() {#871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $message: Closure() {#868 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Indiquez votre prénom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_user_firstname" ] |
| cache_key | "_register_user_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#976 -form: Symfony\Component\Form\Form {#914 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#974 …5} |
| full_name | "register_user[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_user_firstname" |
| label | "Votre prénom" |
| 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 | "_register_user_firstname" |
| 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 | [ "placeholder" => "Indiquez votre nom" ] |
[ "placeholder" => "Indiquez votre nom" ] |
| label | "Votre nom" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Indiquez votre nom" ] |
| 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 {#289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#290 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#291 …} -namespace: Closure() {#293 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#878 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 | "Votre nom" |
| 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() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $message: Closure() {#879 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Indiquez votre nom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_user_lastname" ] |
| cache_key | "_register_user_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#969 -form: Symfony\Component\Form\Form {#911 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#927 …5} |
| full_name | "register_user[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_user_lastname" |
| label | "Votre nom" |
| 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 | "_register_user_lastname" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-success" ] |
[ "class" => "btn btn-success" ] |
| label | "Valider" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-success" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Valider" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-success" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_register_user_submit" ] |
| cache_key | "_register_user_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#952 …5} |
| full_name | "register_user[submit]" |
| id | "register_user_submit" |
| label | "Valider" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_register_user_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "4f68d392cd3180976.8O0jof8J3WbIWkv0GiFp1RCdfs_N73DsA7RR7Iu7wIg.wrJx94hviTOhAzmdRVYmuUbXDYufrSatM_Eoj-7zktqxl0f0uX7vPrJjHg" |
| 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 | "4f68d392cd3180976.8O0jof8J3WbIWkv0GiFp1RCdfs_N73DsA7RR7Iu7wIg.wrJx94hviTOhAzmdRVYmuUbXDYufrSatM_Eoj-7zktqxl0f0uX7vPrJjHg" |
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 {#289 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#290 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#291 …} -namespace: Closure() {#293 …} } |
| data | "4f68d392cd3180976.8O0jof8J3WbIWkv0GiFp1RCdfs_N73DsA7RR7Iu7wIg.wrJx94hviTOhAzmdRVYmuUbXDYufrSatM_Eoj-7zktqxl0f0uX7vPrJjHg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#998 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() {#987 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $message: Closure() {#986 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register_user__token" ] |
| cache_key | "_register_user__token_hidden" |
| compound | false |
| data | "4f68d392cd3180976.8O0jof8J3WbIWkv0GiFp1RCdfs_N73DsA7RR7Iu7wIg.wrJx94hviTOhAzmdRVYmuUbXDYufrSatM_Eoj-7zktqxl0f0uX7vPrJjHg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1007 -form: Symfony\Component\Form\Form {#953 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#990 …5} |
| full_name | "register_user[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_user__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 | "_register_user__token" |
| valid | true |
| value | "4f68d392cd3180976.8O0jof8J3WbIWkv0GiFp1RCdfs_N73DsA7RR7Iu7wIg.wrJx94hviTOhAzmdRVYmuUbXDYufrSatM_Eoj-7zktqxl0f0uX7vPrJjHg" |