Forms
-
form
-
username
-
password
-
first
-
second
-
-
email
-
telephone
-
cgu
-
save
-
_token
-
form
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\SecurUser {#509 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -codeVerif: null -dateCrea: null -dateModif: null -codeTelVerif: null -pref: null -changePass: null +"publications": Doctrine\Common\Collections\ArrayCollection {#918 …} +"medias": Doctrine\Common\Collections\ArrayCollection {#920 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| csrf_field_name | "_token" |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | "form_intention" |
same as passed value |
| data | App\Entity\SecurUser {#509 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -codeVerif: null -dateCrea: null -dateModif: null -codeTelVerif: null -pref: null -changePass: null +"publications": Doctrine\Common\Collections\ArrayCollection {#918 …} +"medias": Doctrine\Common\Collections\ArrayCollection {#920 …} } |
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 | "form_intention" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data | App\Entity\SecurUser {#509 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -codeVerif: null -dateCrea: null -dateModif: null -codeTelVerif: null -pref: null -changePass: null +"publications": Doctrine\Common\Collections\ArrayCollection {#918 …} +"medias": Doctrine\Common\Collections\ArrayCollection {#920 …} } |
| data_class | "App\Entity\SecurUser" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#940 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\SecurUser" } } |
| 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() {#842 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#939 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | App\Entity\SecurUser {#509 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -codeVerif: null -dateCrea: null -dateModif: null -codeTelVerif: null -pref: null -changePass: null +"publications": Doctrine\Common\Collections\ArrayCollection {#918 …} +"medias": Doctrine\Common\Collections\ArrayCollection {#920 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#952 -form: Symfony\Component\Form\Form {#1006 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#873 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | App\Entity\SecurUser {#509 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -codeVerif: null -dateCrea: null -dateModif: null -codeTelVerif: null -pref: null -changePass: null +"publications": Doctrine\Common\Collections\ArrayCollection {#918 …} +"medias": Doctrine\Common\Collections\ArrayCollection {#920 …} } |
username
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" => "Pseudo" ] |
[ "placeholder" => "Pseudo" ] |
| label | "Choisissez votre pseudo *" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Pseudo" ] |
| 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 {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#897 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 | "Choisissez votre pseudo *" |
| 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() {#894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#895 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Pseudo" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_username" ] |
| cache_key | "_form_username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1089 -form: Symfony\Component\Form\Form {#1065 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1091 …5} |
| full_name | "form[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_username" |
| label | "Choisissez votre pseudo *" |
| 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 | "_form_username" |
| 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
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "Choisissez un mot de passe" "help" => "Votre mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial, et doit contenir entre 8 et 16 caractères." "attr" => [ "class" => "form-control" "placeholder" => "Mot de passe *" ] "row_attr" => [ "class" => "" ] ] |
[ "label" => "Choisissez un mot de passe" "help" => "Votre mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial, et doit contenir entre 8 et 16 caractères." "attr" => [ "class" => "form-control" "placeholder" => "Mot de passe *" ] "row_attr" => [ "class" => "" ] ] |
| invalid_message | "Attention, les champs mot de passe doivent correspondrent." |
same as passed value |
| options | [ "attr" => [ "class" => "form-control" ] ] |
[ "attr" => [ "class" => "form-control" ] ] |
| required | true |
same as passed value |
| second_options | [ "label" => "Retaper votre mot de passe *" "attr" => [ "class" => "form-control" "placeholder" => "Retaper le mot de passe" ] ] |
[ "label" => "Retaper votre mot de passe *" "attr" => [ "class" => "form-control" "placeholder" => "Retaper le 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 | [] |
| 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 {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#777 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" => "Choisissez un mot de passe" "help" => "Votre mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial, et doit contenir entre 8 et 16 caractères." "attr" => [ "class" => "form-control" "placeholder" => "Mot de passe *" ] "row_attr" => [ "class" => "" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Attention, les champs mot de passe doivent correspondrent." |
| 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" => "form-control" ] ] |
| 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" => "Retaper votre mot de passe *" "attr" => [ "class" => "form-control" "placeholder" => "Retaper le mot de passe" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#667 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_form_password" ] |
| cache_key | "_form_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1088 -form: Symfony\Component\Form\Form {#1025 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1087 …5} |
| full_name | "form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_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 | "_form_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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Mot de passe *" ] |
[ "class" => "form-control" "placeholder" => "Mot de passe *" ] |
| error_bubbling | false |
false
|
| help | "Votre mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial, et doit contenir entre 8 et 16 caractères." |
same as passed value |
| label | "Choisissez un mot de passe" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [
"class" => ""
] |
[
"class" => ""
]
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control" "placeholder" => "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 {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1061 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 | "Votre mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial, et doit contenir entre 8 et 16 caractères." |
| 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 | "Choisissez un 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 | [
"class" => ""
] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1070 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#1069 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Mot de passe *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_password_first" ] |
| cache_key | "_form_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#974 -form: Symfony\Component\Form\Form {#1022 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1005 …5} |
| full_name | "form[password][first]" |
| help | "Votre mot de passe doit contenir au moins une majuscule, une minuscule, un chiffre et un caractère spécial, et doit contenir entre 8 et 16 caractères." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_password_first" |
| label | "Choisissez un 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 | [
"class" => ""
] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_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
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Retaper le mot de passe" ] |
[ "class" => "form-control" "placeholder" => "Retaper le mot de passe" ] |
| error_bubbling | false |
false
|
| label | "Retaper 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 | [ "class" => "form-control" "placeholder" => "Retaper le 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 {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1032 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 | "Retaper 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() {#1030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#1031 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Retaper le mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_password_second" ] |
| cache_key | "_form_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#966 -form: Symfony\Component\Form\Form {#1019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#955 …5} |
| full_name | "form[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_password_second" |
| label | "Retaper 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 | "_form_password_second" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Email" ] |
[ "class" => "form-control" "placeholder" => "Email" ] |
| help | "Votre mail doit être fonctionnel car il vous permettra d'activer votre compte." |
same as passed value |
| label | "Votre mail de contact *" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "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 {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#670 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 | "Votre mail doit être fonctionnel car il vous permettra d'activer votre compte." |
| 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 mail de contact *" |
| 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() {#954 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#660 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1085 -form: Symfony\Component\Form\Form {#1016 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1053 …5} |
| full_name | "form[email]" |
| help | "Votre mail doit être fonctionnel car il vous permettra d'activer votre compte." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | "Votre mail de contact *" |
| 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 | "_form_email" |
| valid | true |
| value | "" |
telephone
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 |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
[ "class" => "form-control" "placeholder" => "Téléphone" ] |
| help | "Optionnel" |
same as passed value |
| label | "Téléphone" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
| 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 {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#972 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 | "Optionnel" |
| 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 | "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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#973 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_form_telephone" ] |
| cache_key | "_form_telephone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1029 -form: Symfony\Component\Form\Form {#1013 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#663 …5} |
| full_name | "form[telephone]" |
| help | "Optionnel" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_telephone" |
| label | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telephone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_telephone" |
| valid | true |
| value | "" |
cgu
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 | [ "style" => "padding:0; border-color:#213b52;" ] |
[ "style" => "padding:0; border-color:#213b52;" ] |
| label | " J'accepte les conditions générales d'utilisation. *" |
same as passed value |
| label_attr | [] |
[] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "style" => "padding:0; border-color:#213b52;" ] |
| 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 {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#976 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#975 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | " J'accepte les conditions générales d'utilisation. *" |
| 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() {#982 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#984 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "style" => "padding:0; border-color:#213b52;" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_cgu" ] |
| cache_key | "_form_cgu_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1071 -form: Symfony\Component\Form\Form {#1010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1046 …5} |
| full_name | "form[cgu]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_cgu" |
| label | " J'accepte les conditions générales d'utilisation. *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cgu" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_cgu" |
| valid | true |
| value | "1" |
save
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-get-started btn-primary" ] |
[ "class" => "btn-get-started btn-primary" ] |
| label | "Enregistrer" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-get-started btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Enregistrer" |
| 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-get-started btn-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_save" ] |
| cache_key | "_form_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1045 …5} |
| full_name | "form[save]" |
| id | "form_save" |
| label | "Enregistrer" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_save" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "781933beda7a8b5e0c4948ed.NyjcwB3c1RGWeeMbvLdcqZsYyfdlby5JF4fUKTSzO94.YVqOsGe5s3CkNbly2oImwfQq8cMxWGseJ7SteG7UUqwaa-6yKqWMJ7syjA" |
| 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 | "781933beda7a8b5e0c4948ed.NyjcwB3c1RGWeeMbvLdcqZsYyfdlby5JF4fUKTSzO94.YVqOsGe5s3CkNbly2oImwfQq8cMxWGseJ7SteG7UUqwaa-6yKqWMJ7syjA" |
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 {#566 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#565 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#564 …} -namespace: Closure() {#554 …} } |
| data | "781933beda7a8b5e0c4948ed.NyjcwB3c1RGWeeMbvLdcqZsYyfdlby5JF4fUKTSzO94.YVqOsGe5s3CkNbly2oImwfQq8cMxWGseJ7SteG7UUqwaa-6yKqWMJ7syjA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1051 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() {#1096 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#214 …} $message: Closure() {#1090 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "781933beda7a8b5e0c4948ed.NyjcwB3c1RGWeeMbvLdcqZsYyfdlby5JF4fUKTSzO94.YVqOsGe5s3CkNbly2oImwfQq8cMxWGseJ7SteG7UUqwaa-6yKqWMJ7syjA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1106 -form: Symfony\Component\Form\Form {#1102 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1097 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "_form__token" |
| valid | true |
| value | "781933beda7a8b5e0c4948ed.NyjcwB3c1RGWeeMbvLdcqZsYyfdlby5JF4fUKTSzO94.YVqOsGe5s3CkNbly2oImwfQq8cMxWGseJ7SteG7UUqwaa-6yKqWMJ7syjA" |