Forms
-
registration_form
-
firstname
-
lastname
-
phoneNumber
-
email
-
plainPassword
-
first
-
second
-
-
submit
-
_token
-
registration_form
Form type:
"App\Form\RegistrationForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#834 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -last_name: null -first_name: null -phoneNumber: null -wishlist: Doctrine\Common\Collections\ArrayCollection {#858 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#873 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#834 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -last_name: null -first_name: null -phoneNumber: null -wishlist: Doctrine\Common\Collections\ArrayCollection {#858 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#873 …} } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| data | App\Entity\User {#834 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -last_name: null -first_name: null -phoneNumber: null -wishlist: Doctrine\Common\Collections\ArrayCollection {#858 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#873 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#903 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() {#905 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#904 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Entity\User {#834 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -last_name: null -first_name: null -phoneNumber: null -wishlist: Doctrine\Common\Collections\ArrayCollection {#858 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#873 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#879 -form: Symfony\Component\Form\Form {#988 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#906 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\User {#834 -id: null -email: null -roles: [ "ROLE_USER" ] -password: null -last_name: null -first_name: null -phoneNumber: null -wishlist: Doctrine\Common\Collections\ArrayCollection {#858 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#873 …} } |
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 | [ "minlength" => "2" "maxlength" => "20" ] |
[ "minlength" => "2" "maxlength" => "20" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#954 +payload: null +groups: ? +message: "Vous devez saisir votre prénom" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#924 +payload: null +groups: ? +maxMessage: "Le prénom ne peut pas dépasser {{ limit }} caractères" +minMessage: "Le prénom doit contenir au moins {{ limit }} caractères" +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: 20 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#901 +payload: null +groups: ? +message: "Le prénom ne peut contenir que des lettres" +pattern: "/^[a-zA-ZÀ-ÿ\s'-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#954 +payload: null +groups: ? +message: "Vous devez saisir votre prénom" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#924 +payload: null +groups: ? +maxMessage: "Le prénom ne peut pas dépasser {{ limit }} caractères" +minMessage: "Le prénom doit contenir au moins {{ limit }} caractères" +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: 20 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#901 +payload: null +groups: ? +message: "Le prénom ne peut contenir que des lettres" +pattern: "/^[a-zA-ZÀ-ÿ\s'-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Prénom" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "20" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#954 +payload: null +groups: ? +message: "Vous devez saisir votre prénom" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#924 +payload: null +groups: ? +maxMessage: "Le prénom ne peut pas dépasser {{ limit }} caractères" +minMessage: "Le prénom doit contenir au moins {{ limit }} caractères" +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: 20 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#901 +payload: null +groups: ? +message: "Le prénom ne peut contenir que des lettres" +pattern: "/^[a-zA-ZÀ-ÿ\s'-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Prénom" |
| label_attr | [] |
| 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() {#883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#889 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "20" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_firstname" ] |
| cache_key | "_registration_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1063 -form: Symfony\Component\Form\Form {#1047 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1070 …5} |
| full_name | "registration_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_firstname" |
| label | "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 | "_registration_form_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 | [ "minlength" => "2" "maxlength" => "20" ] |
[ "minlength" => "2" "maxlength" => "20" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#886 +payload: null +groups: ? +message: "Vous devez saisir votre nom de famille" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#902 +payload: null +groups: ? +maxMessage: "Le nom de famille ne peut pas dépasser {{ limit }} caractères" +minMessage: "Le nom de famille doit contenir au moins {{ limit }} caractères" +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: 20 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#898 +payload: null +groups: ? +message: "Le nom de famille ne peut contenir que des lettres" +pattern: "/^[a-zA-ZÀ-ÿ\s'-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#886 +payload: null +groups: ? +message: "Vous devez saisir votre nom de famille" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#902 +payload: null +groups: ? +maxMessage: "Le nom de famille ne peut pas dépasser {{ limit }} caractères" +minMessage: "Le nom de famille doit contenir au moins {{ limit }} caractères" +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: 20 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#898 +payload: null +groups: ? +message: "Le nom de famille ne peut contenir que des lettres" +pattern: "/^[a-zA-ZÀ-ÿ\s'-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Nom de famille" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => "2" "maxlength" => "20" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#886 +payload: null +groups: ? +message: "Vous devez saisir votre nom de famille" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#902 +payload: null +groups: ? +maxMessage: "Le nom de famille ne peut pas dépasser {{ limit }} caractères" +minMessage: "Le nom de famille doit contenir au moins {{ limit }} caractères" +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: 20 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#898 +payload: null +groups: ? +message: "Le nom de famille ne peut contenir que des lettres" +pattern: "/^[a-zA-ZÀ-ÿ\s'-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#910 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nom de famille" |
| 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() {#908 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#909 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => "2" "maxlength" => "20" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_lastname" ] |
| cache_key | "_registration_form_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1061 -form: Symfony\Component\Form\Form {#1044 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1060 …5} |
| full_name | "registration_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_lastname" |
| label | "Nom de famille" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_lastname" |
| valid | true |
| value | "" |
phoneNumber
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#897 +payload: null +groups: ? +message: "Vous devez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#896 +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: "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: 14 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#895 +payload: null +groups: ? +message: "Le numéro de téléphone doit contenir 10 chiffres, avec ou sans séparateurs (espaces, points ou tirets)" +pattern: "/^0[1-9](?:[ .-]?[0-9]{2}){4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#897 +payload: null +groups: ? +message: "Vous devez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#896 +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: "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: 14 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#895 +payload: null +groups: ? +message: "Le numéro de téléphone doit contenir 10 chiffres, avec ou sans séparateurs (espaces, points ou tirets)" +pattern: "/^0[1-9](?:[ .-]?[0-9]{2}){4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Numéro de téléphone" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#897 +payload: null +groups: ? +message: "Vous devez saisir un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#896 +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: "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: 14 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#895 +payload: null +groups: ? +message: "Le numéro de téléphone doit contenir 10 chiffres, avec ou sans séparateurs (espaces, points ou tirets)" +pattern: "/^0[1-9](?:[ .-]?[0-9]{2}){4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| 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 |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Numéro de téléphone" |
| 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() {#935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#929 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_registration_form_phoneNumber" ] |
| cache_key | "_registration_form_phoneNumber_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1029 -form: Symfony\Component\Form\Form {#1041 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1035 …5} |
| full_name | "registration_form[phoneNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_phoneNumber" |
| label | "Numéro de téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phoneNumber" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_phoneNumber" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#894 +payload: null +groups: ? +message: "Vous devez saisir un email valide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#893 +payload: null +groups: ? +message: "Votre adresse email "{{ value }}" n'est pas valide" +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#912 +payload: null +groups: ? +message: "L'adresse email doit contenir un domaine valide (ex: example.com)" +pattern: "/^[^@\s]+@[^@\s]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#894 +payload: null +groups: ? +message: "Vous devez saisir un email valide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#893 +payload: null +groups: ? +message: "Votre adresse email "{{ value }}" n'est pas valide" +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#912 +payload: null +groups: ? +message: "L'adresse email doit contenir un domaine valide (ex: example.com)" +pattern: "/^[^@\s]+@[^@\s]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Adresse email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#894 +payload: null +groups: ? +message: "Vous devez saisir un email valide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#893 +payload: null +groups: ? +message: "Votre adresse email "{{ value }}" n'est pas valide" +mode: "strict" +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#912 +payload: null +groups: ? +message: "L'adresse email doit contenir un domaine valide (ex: example.com)" +pattern: "/^[^@\s]+@[^@\s]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#943 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 | "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() {#948 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#942 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
| cache_key | "_registration_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#987 -form: Symfony\Component\Form\Form {#1050 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#968 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | "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 | "_registration_form_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\NotBlank {#872 +payload: null +groups: ? +message: "Vous devez saisir votre mots de passe actuel" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#892 +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: "Votre mot de passe doit contenir minimum {{ limit }} characters et avoir 1 character special." +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: 14 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#960 +payload: null +groups: ? +message: "Le mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\W_]).{14,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#872 +payload: null +groups: ? +message: "Vous devez saisir votre mots de passe actuel" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#892 +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: "Votre mot de passe doit contenir minimum {{ limit }} characters et avoir 1 character special." +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: 14 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#960 +payload: null +groups: ? +message: "Le mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\W_]).{14,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| first_options | [ "label" => "Mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
[ "label" => "Mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
| invalid_message | "Les mots de passe ne sont pas identiques" |
same as passed value |
| mapped | false |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => "Confirmer le mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
[ "label" => "Confirmer le mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
| 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\NotBlank {#872 +payload: null +groups: ? +message: "Vous devez saisir votre mots de passe actuel" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#892 +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: "Votre mot de passe doit contenir minimum {{ limit }} characters et avoir 1 character special." +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: 14 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#960 +payload: null +groups: ? +message: "Le mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial." +pattern: "/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\W_]).{14,}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#970 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" => "Mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Les mots de passe ne sont pas identiques" |
| 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" => "Confirmer le mot de passe" "attr" => [ "autocomplete" => "new-password" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#958 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#959 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1002 -form: Symfony\Component\Form\Form {#998 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1010 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_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 | "_registration_form_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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
same as passed value |
| label | "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 | [ "autocomplete" => "new-password" ] |
| 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 {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1055 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe" |
| label_attr | [] |
| 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() {#1011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#1012 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_first" ] |
| cache_key | "_registration_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1028 -form: Symfony\Component\Form\Form {#995 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#907 …5} |
| full_name | "registration_form[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_first" |
| label | "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 | "_registration_form_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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
same as passed value |
| label | "Confirmer le 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 | [ "autocomplete" => "new-password" ] |
| 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 {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1005 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 | "Confirmer le 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() {#1003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#1004 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_second" ] |
| cache_key | "_registration_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1033 -form: Symfony\Component\Form\Form {#992 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1027 …5} |
| full_name | "registration_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_second" |
| label | "Confirmer le 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 | "_registration_form_plainPassword_second" |
| 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-primary" ] |
[ "class" => "btn btn-primary" ] |
| label | "Valider" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| 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-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_registration_form_submit" ] |
| cache_key | "_registration_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#936 …5} |
| full_name | "registration_form[submit]" |
| id | "registration_form_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 | "_registration_form_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "74b4acd1a0380a38eb2ca4ef.dxJEVYfBy7ReJ704Pfdr5RHvMmFpvRKKgRixsXLJbVU.OWhpYPf2s9E6d8hOBcYz0lTdZAAi8U297n3UxxidIwROIyoN66y83RpC3g" |
| 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 | "74b4acd1a0380a38eb2ca4ef.dxJEVYfBy7ReJ704Pfdr5RHvMmFpvRKKgRixsXLJbVU.OWhpYPf2s9E6d8hOBcYz0lTdZAAi8U297n3UxxidIwROIyoN66y83RpC3g" |
same as passed value |
| mapped | false |
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 | "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 {#305 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#307 …} -namespace: Closure() {#309 …} } |
| data | "74b4acd1a0380a38eb2ca4ef.dxJEVYfBy7ReJ704Pfdr5RHvMmFpvRKKgRixsXLJbVU.OWhpYPf2s9E6d8hOBcYz0lTdZAAi8U297n3UxxidIwROIyoN66y83RpC3g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1084 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() {#1089 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#217 …} $message: Closure() {#1083 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "74b4acd1a0380a38eb2ca4ef.dxJEVYfBy7ReJ704Pfdr5RHvMmFpvRKKgRixsXLJbVU.OWhpYPf2s9E6d8hOBcYz0lTdZAAi8U297n3UxxidIwROIyoN66y83RpC3g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1099 -form: Symfony\Component\Form\Form {#1095 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1090 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form__token" |
| valid | true |
| value | "74b4acd1a0380a38eb2ca4ef.dxJEVYfBy7ReJ704Pfdr5RHvMmFpvRKKgRixsXLJbVU.OWhpYPf2s9E6d8hOBcYz0lTdZAAi8U297n3UxxidIwROIyoN66y83RpC3g" |