Forms
-
(no name)
-
nom
-
prenom
-
email
-
phone
-
adresse
-
codePostal
-
ville
-
pays
-
captcha
-
save
-
_token
-
(no name)
Form type:
"App\Form\AccountType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Account {#593 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#594 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#595 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#596 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#597 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#598 …} -customerId: [] -livret: [] -identityCard: null -justifcatifDomicile: null -identityCardNumber: null -completedProfil: null -testimony: null -creationDate: null -dateObtentionCode: null -NEPH: null -dateCodeRoute: null -avatar: null -lessons: Doctrine\Common\Collections\ArrayCollection {#599 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#600 …} -documents: Doctrine\Common\Collections\ArrayCollection {#601 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#602 …} -googleId: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/register" |
same as passed value |
| attr | [ "id" => "Form" "class" => "validationForm" ] |
[ "id" => "Form" "class" => "validationForm" ] |
| data | App\Entity\Account {#593 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#594 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#595 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#596 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#597 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#598 …} -customerId: [] -livret: [] -identityCard: null -justifcatifDomicile: null -identityCardNumber: null -completedProfil: null -testimony: null -creationDate: null -dateObtentionCode: null -NEPH: null -dateCodeRoute: null -avatar: null -lessons: Doctrine\Common\Collections\ArrayCollection {#599 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#600 …} -documents: Doctrine\Common\Collections\ArrayCollection {#601 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#602 …} -googleId: null } |
same as passed value |
| isEleve | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/register" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "Form" "class" => "validationForm" ] |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data | App\Entity\Account {#593 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#594 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#595 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#596 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#597 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#598 …} -customerId: [] -livret: [] -identityCard: null -justifcatifDomicile: null -identityCardNumber: null -completedProfil: null -testimony: null -creationDate: null -dateObtentionCode: null -NEPH: null -dateCodeRoute: null -avatar: null -lessons: Doctrine\Common\Collections\ArrayCollection {#599 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#600 …} -documents: Doctrine\Common\Collections\ArrayCollection {#601 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#602 …} -googleId: null } |
| data_class | "App\Entity\Account" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#678 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Account" } } |
| 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 | [] |
| isEleve | true |
| 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() {#680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#679 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/register" |
| attr | [ "id" => "Form" "class" => "validationForm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "account" "_" ] |
| cache_key | "__account" |
| compound | true |
| data | App\Entity\Account {#593 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#594 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#595 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#596 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#597 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#598 …} -customerId: [] -livret: [] -identityCard: null -justifcatifDomicile: null -identityCardNumber: null -completedProfil: null -testimony: null -creationDate: null -dateObtentionCode: null -NEPH: null -dateCodeRoute: null -avatar: null -lessons: Doctrine\Common\Collections\ArrayCollection {#599 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#600 …} -documents: Doctrine\Common\Collections\ArrayCollection {#601 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#602 …} -googleId: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#790 -errors: [] -form: Symfony\Component\Form\Form {#867 …} } |
| form | Symfony\Component\Form\FormView {#681 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | App\Entity\Account {#593 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#594 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#595 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#596 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#597 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#598 …} -customerId: [] -livret: [] -identityCard: null -justifcatifDomicile: null -identityCardNumber: null -completedProfil: null -testimony: null -creationDate: null -dateObtentionCode: null -NEPH: null -dateCodeRoute: null -avatar: null -lessons: Doctrine\Common\Collections\ArrayCollection {#599 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#600 …} -documents: Doctrine\Common\Collections\ArrayCollection {#601 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#602 …} -googleId: null } |
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 | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Nom" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "mt-2" ] |
[ "class" => "mt-2" ] |
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 |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#691 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nom" |
| 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" => "mt-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#692 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_nom" ] |
| cache_key | "_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#781 -errors: [] -form: Symfony\Component\Form\Form {#862 …} } |
| form | Symfony\Component\Form\FormView {#761 …5} |
| full_name | "nom" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "nom" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_nom" |
| 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 | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Prénom" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "mt-2" ] |
[ "class" => "mt-2" ] |
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 |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#700 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#702 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#701 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_prenom" ] |
| cache_key | "_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#734 -errors: [] -form: Symfony\Component\Form\Form {#859 …} } |
| form | Symfony\Component\Form\FormView {#725 …5} |
| full_name | "prenom" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "prenom" |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_prenom" |
| 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" ] |
[ "class" => "form-control" ] |
| label | "Email" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "mt-2" ] |
[ "class" => "mt-2" ] |
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 |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#713 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#714 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_email" ] |
| cache_key | "_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#716 -errors: [] -form: Symfony\Component\Form\Form {#830 …} } |
| form | Symfony\Component\Form\FormView {#703 …5} |
| full_name | "email" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_email" |
| 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" ] |
[ "class" => "form-control" ] |
| label | "Téléphone" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "mt-2" ] |
[ "class" => "mt-2" ] |
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 |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#722 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 | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#723 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_phone" ] |
| cache_key | "_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#694 -errors: [] -form: Symfony\Component\Form\Form {#827 …} } |
| form | Symfony\Component\Form\FormView {#855 …5} |
| full_name | "phone" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "phone" |
| label | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_phone" |
| valid | true |
| value | "" |
adresse
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" ] |
[ "class" => "form-control" ] |
| label | "Adresse" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "mt-2" ] |
[ "class" => "mt-2" ] |
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 |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#731 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 | "Adresse" |
| 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" => "mt-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#733 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#732 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_adresse" ] |
| cache_key | "_adresse_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#853 -errors: [] -form: Symfony\Component\Form\Form {#824 …} } |
| form | Symfony\Component\Form\FormView {#852 …5} |
| full_name | "adresse" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "adresse" |
| label | "Adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "adresse" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_adresse" |
| valid | true |
| value | "" |
codePostal
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" ] |
[ "class" => "form-control" ] |
| label | "Code Postal" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "mt-2" ] |
[ "class" => "mt-2" ] |
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 |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#740 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 | "Code Postal" |
| 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" => "mt-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#741 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_codePostal" ] |
| cache_key | "_codePostal_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#851 -errors: [] -form: Symfony\Component\Form\Form {#821 …} } |
| form | Symfony\Component\Form\FormView {#850 …5} |
| full_name | "codePostal" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "codePostal" |
| label | "Code Postal" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "codePostal" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_codePostal" |
| valid | true |
| value | "" |
ville
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" ] |
[ "class" => "form-control" ] |
| label | "Ville" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "mt-2" ] |
[ "class" => "mt-2" ] |
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 |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#749 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 | "Ville" |
| 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" => "mt-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#750 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_ville" ] |
| cache_key | "_ville_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#869 -errors: [] -form: Symfony\Component\Form\Form {#818 …} } |
| form | Symfony\Component\Form\FormView {#871 …5} |
| full_name | "ville" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ville" |
| label | "Ville" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ville" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mt-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ville" |
| valid | true |
| value | "" |
pays
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" ] |
[ "class" => "form-control" ] |
| label | "Pays" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "mt-2 mb-2" ] |
[ "class" => "mt-2 mb-2" ] |
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 |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#758 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 | "Pays" |
| 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" => "mt-2 mb-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#759 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_pays" ] |
| cache_key | "_pays_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#872 -errors: [] -form: Symfony\Component\Form\Form {#815 …} } |
| form | Symfony\Component\Form\FormView {#873 …5} |
| full_name | "pays" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pays" |
| label | "Pays" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "pays" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mt-2 mb-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pays" |
| valid | true |
| value | "" |
captcha
Form type:
"VictorPrdh\RecaptchaBundle\Form\ReCaptchaType"
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" => "pt-2" ] |
[ "class" => "pt-2" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "pt-2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ VictorPrdh\RecaptchaBundle\Validator\Constraints\IsValidCaptcha {#776 +payload: null +groups: ? ?array +message: "This value is not a valid captcha." } ] |
| 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#777 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 | "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 |
| type | "checkbox" |
| upload_max_size_message | Closure() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#779 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "pt-2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "recaptcha" "_captcha" ] |
| cache_key | "_captcha_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#874 -errors: [] -form: Symfony\Component\Form\Form {#812 …} } |
| form | Symfony\Component\Form\FormView {#875 …5} |
| full_name | "captcha" |
| google_site_key | "er" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "checkbox" |
| unique_block_prefix | "_captcha" |
| valid | true |
| value | "" |
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 btn-primary save-event w-100" ] |
[ "class" => "btn btn-primary save-event w-100" ] |
| label | "Créer mon compte" |
same as passed value |
| label_format | "html" |
same as passed value |
| row_attr | [ "class" => "mt-2" ] |
[ "class" => "mt-2" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary save-event w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Créer mon compte" |
| label_format | "html" |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "mt-2" ] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary save-event w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_save" ] |
| cache_key | "_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#877 …5} |
| full_name | "save" |
| id | "save" |
| label | "Créer mon compte" |
| label_format | "html" |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [ "class" => "mt-2" ] |
| translation_domain | null |
| unique_block_prefix | "_save" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "649b84b2c0c508247f9b32.tTfswKWyLSk6MReGXuxmnvkGjU6aE1voW-QqOJ4306E.4nzYh9_4SQRYeCfNMrYN-c114S_AZRWJNJ1uc_Fvms-GX7io_cFZdkAELw" |
| 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 | "649b84b2c0c508247f9b32.tTfswKWyLSk6MReGXuxmnvkGjU6aE1voW-QqOJ4306E.4nzYh9_4SQRYeCfNMrYN-c114S_AZRWJNJ1uc_Fvms-GX7io_cFZdkAELw" |
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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#559 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#560 …} -namespace: Closure() {#562 …} } |
| data | "649b84b2c0c508247f9b32.tTfswKWyLSk6MReGXuxmnvkGjU6aE1voW-QqOJ4306E.4nzYh9_4SQRYeCfNMrYN-c114S_AZRWJNJ1uc_Fvms-GX7io_cFZdkAELw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#876 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() {#879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $message: Closure() {#878 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
| cache_key | "__token_hidden" |
| compound | false |
| data | "649b84b2c0c508247f9b32.tTfswKWyLSk6MReGXuxmnvkGjU6aE1voW-QqOJ4306E.4nzYh9_4SQRYeCfNMrYN-c114S_AZRWJNJ1uc_Fvms-GX7io_cFZdkAELw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#889 -errors: [] -form: Symfony\Component\Form\Form {#885 …} } |
| form | Symfony\Component\Form\FormView {#880 …5} |
| full_name | "_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "_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 | "__token" |
| valid | true |
| value | "649b84b2c0c508247f9b32.tTfswKWyLSk6MReGXuxmnvkGjU6aE1voW-QqOJ4306E.4nzYh9_4SQRYeCfNMrYN-c114S_AZRWJNJ1uc_Fvms-GX7io_cFZdkAELw" |