Forms
-
form
-
username
-
password
-
first
-
second
-
-
email
-
prenom
-
nom
-
societe
-
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\ModUser {#760 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -dateCrea: null -dateModif: null -codeVerif: null -prenom: null -nom: null -societe: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ModUser {#760 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -dateCrea: null -dateModif: null -codeVerif: null -prenom: null -nom: null -societe: 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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data | App\Entity\ModUser {#760 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -dateCrea: null -dateModif: null -codeVerif: null -prenom: null -nom: null -societe: null } |
| data_class | "App\Entity\ModUser" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#904 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ModUser" } } |
| 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() {#902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#903 …} $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\ModUser {#760 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -dateCrea: null -dateModif: null -codeVerif: null -prenom: null -nom: null -societe: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#891 -errors: [] -form: Symfony\Component\Form\Form {#997 …} } |
| form | Symfony\Component\Form\FormView {#901 …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\ModUser {#760 -id: null -username: null -roles: [] -password: null -email: null -telephone: null -cgu: null -actif: null -dateCrea: null -dateModif: null -codeVerif: null -prenom: null -nom: null -societe: null } |
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 | "" |
| View Format | same as normalized 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 | false |
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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#879 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#880 …} $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 | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1095 -errors: [] -form: Symfony\Component\Form\Form {#1005 …} } |
| form | Symfony\Component\Form\FormView {#1098 …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 | false |
| 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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#869 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() {#890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#889 …} $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 {#1033 -errors: [] -form: Symfony\Component\Form\Form {#1023 …} } |
| form | Symfony\Component\Form\FormView {#995 …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 |
same as passed value |
| 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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1001 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() {#1010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#1009 …} $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 {#970 -errors: [] -form: Symfony\Component\Form\Form {#1061 …} } |
| form | Symfony\Component\Form\FormView {#994 …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 |
same as passed value |
| 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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1016 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() {#1018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#1017 …} $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 {#964 -errors: [] -form: Symfony\Component\Form\Form {#1059 …} } |
| form | Symfony\Component\Form\FormView {#946 …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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| 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 | "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() {#914 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#898 …} $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 {#1027 -errors: [] -form: Symfony\Component\Form\Form {#1056 …} } |
| form | Symfony\Component\Form\FormView {#1026 …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 | "" |
prenom
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" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
| help | "" |
same as passed value |
| label | "Prénom" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#923 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 | "" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#924 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Prénom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_prenom" ] |
| cache_key | "_form_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#926 -errors: [] -form: Symfony\Component\Form\Form {#1053 …} } |
| form | Symfony\Component\Form\FormView {#935 …5} |
| full_name | "form[prenom]" |
| help | "" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_prenom" |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_prenom" |
| valid | true |
| value | "" |
nom
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" => "Nom" ] |
[ "placeholder" => "Nom" ] |
| help | "" |
same as passed value |
| label | "Nom" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#932 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 | "" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nom" |
| 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() {#934 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#933 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_nom" ] |
| cache_key | "_form_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#917 -errors: [] -form: Symfony\Component\Form\Form {#1050 …} } |
| form | Symfony\Component\Form\FormView {#878 …5} |
| full_name | "form[nom]" |
| help | "" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_nom" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_nom" |
| valid | true |
| value | "" |
societe
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" => "Société" ] |
[ "placeholder" => "Société" ] |
| help | "" |
same as passed value |
| label | "Société" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Société" ] |
| 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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#941 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 | "" |
| 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 | "Société" |
| 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() {#945 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#944 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Société" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_societe" ] |
| cache_key | "_form_societe_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1032 -errors: [] -form: Symfony\Component\Form\Form {#1047 …} } |
| form | Symfony\Component\Form\FormView {#1011 …5} |
| full_name | "form[societe]" |
| help | "" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_societe" |
| label | "Société" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "societe" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_societe" |
| 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 |
same as passed value |
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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#958 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() {#963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#957 …} $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 {#1019 -errors: [] -form: Symfony\Component\Form\Form {#1044 …} } |
| form | Symfony\Component\Form\FormView {#1100 …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 | [] |
same as passed value |
| 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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#972 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 {#971 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() {#976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#978 …} $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 {#1101 -errors: [] -form: Symfony\Component\Form\Form {#1041 …} } |
| form | Symfony\Component\Form\FormView {#1102 …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" ] |
[ "class" => "btn-get-started" ] |
| label | "Enregistrer" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-get-started" ] |
| 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" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_save" ] |
| cache_key | "_form_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1104 …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 | "d24733423263b97a4488a.dEpADalu_AWrCmPANp4-UfQikfF1bR_v2L5WtAeT0Xw.NiUZNME8z1TAaSqRXfxZMI1R-LcGN1mqkosd_zXnkywhcy5e9j2lceVPUw" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "d24733423263b97a4488a.dEpADalu_AWrCmPANp4-UfQikfF1bR_v2L5WtAeT0Xw.NiUZNME8z1TAaSqRXfxZMI1R-LcGN1mqkosd_zXnkywhcy5e9j2lceVPUw" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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 {#444 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#560 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#559 …} -namespace: Closure() {#583 …} } |
| data | "d24733423263b97a4488a.dEpADalu_AWrCmPANp4-UfQikfF1bR_v2L5WtAeT0Xw.NiUZNME8z1TAaSqRXfxZMI1R-LcGN1mqkosd_zXnkywhcy5e9j2lceVPUw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1122 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() {#1112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#259 …} $message: Closure() {#1125 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "d24733423263b97a4488a.dEpADalu_AWrCmPANp4-UfQikfF1bR_v2L5WtAeT0Xw.NiUZNME8z1TAaSqRXfxZMI1R-LcGN1mqkosd_zXnkywhcy5e9j2lceVPUw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1132 -errors: [] -form: Symfony\Component\Form\Form {#1105 …} } |
| form | Symfony\Component\Form\FormView {#1115 …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 | "d24733423263b97a4488a.dEpADalu_AWrCmPANp4-UfQikfF1bR_v2L5WtAeT0Xw.NiUZNME8z1TAaSqRXfxZMI1R-LcGN1mqkosd_zXnkywhcy5e9j2lceVPUw" |