Forms
-
-
email
-
-
password
-
confirm
-
-
lastname
-
firstname
-
phone
-
address
-
address_complement
-
zip_code
-
city
-
pays
-
_token
-
registration_form
Form type:
"App\Form\RegistrationFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#594 -roles: [ "ROLE_USER" ] -deletedAt: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#594 -roles: [ "ROLE_USER" ] -deletedAt: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data | App\Entity\User {#594 -roles: [ "ROLE_USER" ] -deletedAt: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#751 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} 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() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#752 …} } } |
| 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 {#594 -roles: [ "ROLE_USER" ] -deletedAt: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#787 -form: Symfony\Component\Form\Form {#1004 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#754 …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 {#594 -roles: [ "ROLE_USER" ] -deletedAt: null } |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control ps-2" "placeholder" => "Email" ] |
[ "class" => "form-control ps-2" "placeholder" => "Email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#759 +payload: null +message: "Veuillez remplir ce champ." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#760 +payload: null +message: "Cet adresse mail est déjà utilisé." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#759 +payload: null +message: "Veuillez remplir ce champ." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#760 +payload: null +message: "Cet adresse mail est déjà utilisé." +mode: null +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#759 +payload: null +message: "Veuillez remplir ce champ." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#760 +payload: null +message: "Cet adresse mail est déjà utilisé." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | 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() {#765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#774 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Email" ] |
| 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 {#1099 -form: Symfony\Component\Form\Form {#966 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1101 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_email" |
| valid | true |
| value | "" |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "password" => null "confirm" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "new-password" "class" => "row form-control d-flex p-0" ] |
[ "autocomplete" => "new-password" "class" => "row form-control d-flex p-0" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#777 +payload: null +message: "Merci d'entrer votre mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#776 +payload: null +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 au minimum {{ 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: 4096 +min: 8 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#777 +payload: null +message: "Merci d'entrer votre mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#776 +payload: null +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 au minimum {{ 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: 4096 +min: 8 +charset: "UTF-8" +normalizer: null } ] |
| first_name | "password" |
same as passed value |
| first_options | [ "attr" => [ "placeholder" => "Mot de passe" "class" => "form-control ps-2 rounded-0 border-0" ] "label_attr" => [ "class" => "d-none" ] "row_attr" => [ "class" => "col-6 p-0" "style" => "border-right: 3px solid grey" ] ] |
[ "attr" => [ "placeholder" => "Mot de passe" "class" => "form-control ps-2 rounded-0 border-0" ] "label_attr" => [ "class" => "d-none" ] "row_attr" => [ "class" => "col-6 p-0" "style" => "border-right: 3px solid grey" ] ] |
| invalid_message | "Les mots de passe ne correspondent pas." |
same as passed value |
| options | [ "attr" => [ "class" => "password-field" ] ] |
[ "attr" => [ "class" => "password-field" ] ] |
| row_attr | [ "class" => "mt-3" ] |
[ "class" => "mt-3" ] |
| second_name | "confirm" |
same as passed value |
| second_options | [ "attr" => [ "placeholder" => "Confirmer" "class" => "form-control ps-2 rounded-0 rounded-end border-0" ] "label_attr" => [ "class" => "d-none" ] "row_attr" => [ "class" => "col-6 p-0" ] ] |
[ "attr" => [ "placeholder" => "Confirmer" "class" => "form-control ps-2 rounded-0 rounded-end border-0" ] "label_attr" => [ "class" => "d-none" ] "row_attr" => [ "class" => "col-6 p-0" ] ] |
| 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 | [ "autocomplete" => "new-password" "class" => "row form-control d-flex p-0" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#777 +payload: null +message: "Merci d'entrer votre mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#776 +payload: null +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 au minimum {{ 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: 4096 +min: 8 +charset: "UTF-8" +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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#789 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "password" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "password" |
| first_options | [ "attr" => [ "placeholder" => "Mot de passe" "class" => "form-control ps-2 rounded-0 border-0" ] "label_attr" => [ "class" => "d-none" ] "row_attr" => [ "class" => "col-6 p-0" "style" => "border-right: 3px solid grey" ] ] |
| 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 correspondent pas." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [ "attr" => [ "class" => "password-field" ] ] |
| 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" => "mt-3" ] |
| second_name | "confirm" |
| second_options | [ "attr" => [ "placeholder" => "Confirmer" "class" => "form-control ps-2 rounded-0 rounded-end border-0" ] "label_attr" => [ "class" => "d-none" ] "row_attr" => [ "class" => "col-6 p-0" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#783 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" "class" => "row form-control d-flex p-0" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_password" ] |
| cache_key | "_registration_form_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1098 -form: Symfony\Component\Form\Form {#987 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1097 …5} |
| full_name | "registration_form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_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 | [ "class" => "mt-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password" |
| valid | true |
| value | [ "password" => null "confirm" => null ] |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Mot de passe" "class" => "form-control ps-2 rounded-0 border-0" ] |
[ "placeholder" => "Mot de passe" "class" => "form-control ps-2 rounded-0 border-0" ] |
| error_bubbling | false |
false
|
| label_attr | [ "class" => "d-none" ] |
[ "class" => "d-none" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "col-6 p-0" "style" => "border-right: 3px solid grey" ] |
[ "class" => "col-6 p-0" "style" => "border-right: 3px solid grey" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "Mot de passe" "class" => "form-control ps-2 rounded-0 border-0" ] |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#962 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | null |
| label_attr | [ "class" => "d-none" ] |
| 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" => "col-6 p-0" "style" => "border-right: 3px solid grey" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#1001 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Mot de passe" "class" => "form-control ps-2 rounded-0 border-0" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_password_password" ] |
| cache_key | "_registration_form_password_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#845 -form: Symfony\Component\Form\Form {#984 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#854 …5} |
| full_name | "registration_form[password][password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_password_password" |
| label | null |
| label_attr | [ "class" => "d-none" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "col-6 p-0" "style" => "border-right: 3px solid grey" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password_password" |
| valid | true |
| value | "" |
confirm
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" => "Confirmer" "class" => "form-control ps-2 rounded-0 rounded-end border-0" ] |
[ "placeholder" => "Confirmer" "class" => "form-control ps-2 rounded-0 rounded-end border-0" ] |
| error_bubbling | false |
false
|
| label_attr | [ "class" => "d-none" ] |
[ "class" => "d-none" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "col-6 p-0" ] |
[ "class" => "col-6 p-0" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "Confirmer" "class" => "form-control ps-2 rounded-0 rounded-end border-0" ] |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#994 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | null |
| label_attr | [ "class" => "d-none" ] |
| 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" => "col-6 p-0" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#992 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#993 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Confirmer" "class" => "form-control ps-2 rounded-0 rounded-end border-0" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_password_confirm" ] |
| cache_key | "_registration_form_password_confirm_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#836 -form: Symfony\Component\Form\Form {#981 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#827 …5} |
| full_name | "registration_form[password][confirm]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_password_confirm" |
| label | null |
| label_attr | [ "class" => "d-none" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "confirm" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "col-6 p-0" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password_confirm" |
| valid | true |
| value | "" |
lastname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control ps-2" "placeholder" => "Nom" ] |
[ "class" => "form-control ps-2" "placeholder" => "Nom" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control ps-2" "placeholder" => "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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#797 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | 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() {#799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#796 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Nom" ] |
| 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 {#1096 -form: Symfony\Component\Form\Form {#978 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1095 …5} |
| full_name | "registration_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_lastname" |
| label | null |
| 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 | "" |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control ps-2" "placeholder" => "Prénom" ] |
[ "class" => "form-control ps-2" "placeholder" => "Prénom" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control ps-2" "placeholder" => "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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#806 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | 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() {#808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#807 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Prénom" ] |
| 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 {#809 -form: Symfony\Component\Form\Form {#975 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#818 …5} |
| full_name | "registration_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_firstname" |
| label | null |
| 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 | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control ps-2" "placeholder" => "Téléphone" ] |
[ "class" => "form-control ps-2" "placeholder" => "Téléphone" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control ps-2" "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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#815 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | 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() {#817 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#816 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Téléphone" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_phone" ] |
| cache_key | "_registration_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#800 -form: Symfony\Component\Form\Form {#972 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#766 …5} |
| full_name | "registration_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_phone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_phone" |
| valid | true |
| value | "" |
address
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control ps-2" "placeholder" => "Adresse" ] |
[ "class" => "form-control ps-2" "placeholder" => "Adresse" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Adresse" ] |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#824 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | 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() {#826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#825 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Adresse" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_address" ] |
| cache_key | "_registration_form_address_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1041 -form: Symfony\Component\Form\Form {#965 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1000 …5} |
| full_name | "registration_form[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_address" |
| valid | true |
| value | "" |
address_complement
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control ps-2" "placeholder" => "Complément d'adresse (Optionnel)" ] |
[ "class" => "form-control ps-2" "placeholder" => "Complément d'adresse (Optionnel)" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Complément d'adresse (Optionnel)" ] |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#833 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#834 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Complément d'adresse (Optionnel)" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_address_complement" ] |
| cache_key | "_registration_form_address_complement_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#991 -form: Symfony\Component\Form\Form {#1025 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1103 …5} |
| full_name | "registration_form[address_complement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_address_complement" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address_complement" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_address_complement" |
| valid | true |
| value | "" |
zip_code
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control ps-2" "placeholder" => "Code postal" ] |
[ "class" => "form-control ps-2" "placeholder" => "Code postal" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Code postal" ] |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#842 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | 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" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#843 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Code postal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_zip_code" ] |
| cache_key | "_registration_form_zip_code_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1104 -form: Symfony\Component\Form\Form {#1026 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1105 …5} |
| full_name | "registration_form[zip_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_zip_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zip_code" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_zip_code" |
| valid | true |
| value | "" |
city
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control ps-2" "placeholder" => "Ville" ] |
[ "class" => "form-control ps-2" "placeholder" => "Ville" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Ville" ] |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#851 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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 | 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() {#853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#852 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control ps-2" "placeholder" => "Ville" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_city" ] |
| cache_key | "_registration_form_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1106 -form: Symfony\Component\Form\Form {#1029 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1107 …5} |
| full_name | "registration_form[city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_city" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_city" |
| valid | true |
| value | "" |
pays
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choice_label | "nom" |
same as passed value |
| class | "App\Entity\Pays" |
same as passed value |
| label | "Pays" |
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" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nom" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1014 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#889 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1019 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1012 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1024 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1016 …} } |
| choices | null |
| class | "App\Entity\Pays" |
| 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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data_class | null |
| disabled | false |
| em | ContainerR61xsgo\EntityManagerGhost51e8656 {#262 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#882 -om: ContainerR61xsgo\EntityManagerGhost51e8656 {#262 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#888 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Pays" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#892 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_registration_form_pays" ] |
| cache_key | "_registration_form_pays_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "France" +value: "250" +data: App\Entity\Pays {#1154 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1153 +label: "Allemagne" +value: "276" +data: App\Entity\Pays {#1144 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1164 +label: "Italie" +value: "380" +data: App\Entity\Pays {#1142 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "Luxembourg" +value: "442" +data: App\Entity\Pays {#1141 …} +attr: [] +labelTranslationParameters: [] } 492 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1143 +label: "Monaco" +value: "492" +data: App\Entity\Pays {#1140 …} +attr: [] +labelTranslationParameters: [] } 560 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "Belgique" +value: "560" +data: App\Entity\Pays {#1146 …} +attr: [] +labelTranslationParameters: [] } 620 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1156 +label: "Portugal" +value: "620" +data: App\Entity\Pays {#1145 …} +attr: [] +labelTranslationParameters: [] } 724 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1161 +label: "Espagne" +value: "724" +data: App\Entity\Pays {#1148 …} +attr: [] +labelTranslationParameters: [] } 756 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +label: "Suisse" +value: "756" +data: App\Entity\Pays {#1149 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1108 -form: Symfony\Component\Form\Form {#1032 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1109 …5} |
| full_name | "registration_form[pays]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_pays" |
| is_selected | Closure($choice, $value) {#1111 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#862 …} } |
| label | "Pays" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pays" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_pays" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e69a4ecb798d10e.jusjxu8VyFELh9Lh_LP5tKRoVvKbZnQseYwSnDjOcXA._ZNOh6VYnT1MwrS0mfCD2NUjBMOvESBdC99c5lCpKynmvGuMo1uqHTu_mw" |
| 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 | "e69a4ecb798d10e.jusjxu8VyFELh9Lh_LP5tKRoVvKbZnQseYwSnDjOcXA._ZNOh6VYnT1MwrS0mfCD2NUjBMOvESBdC99c5lCpKynmvGuMo1uqHTu_mw" |
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 {#727 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#728 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#729 …} -namespace: Closure() {#731 …} } |
| data | "e69a4ecb798d10e.jusjxu8VyFELh9Lh_LP5tKRoVvKbZnQseYwSnDjOcXA._ZNOh6VYnT1MwrS0mfCD2NUjBMOvESBdC99c5lCpKynmvGuMo1uqHTu_mw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1163 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#614 …} } |
| 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() {#1231 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#733 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#622 …} $translationDomain: "validators" $message: Closure() {#1110 …} } } |
| 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 | "e69a4ecb798d10e.jusjxu8VyFELh9Lh_LP5tKRoVvKbZnQseYwSnDjOcXA._ZNOh6VYnT1MwrS0mfCD2NUjBMOvESBdC99c5lCpKynmvGuMo1uqHTu_mw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1221 -form: Symfony\Component\Form\Form {#1225 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1230 …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 | "e69a4ecb798d10e.jusjxu8VyFELh9Lh_LP5tKRoVvKbZnQseYwSnDjOcXA._ZNOh6VYnT1MwrS0mfCD2NUjBMOvESBdC99c5lCpKynmvGuMo1uqHTu_mw" |