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 {#588 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#589 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#590 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#591 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#592 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#593 …} -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 {#594 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#595 …} -documents: Doctrine\Common\Collections\ArrayCollection {#596 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#597 …} -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 {#588 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#589 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#590 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#591 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#592 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#593 …} -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 {#594 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#595 …} -documents: Doctrine\Common\Collections\ArrayCollection {#596 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#597 …} -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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data | App\Entity\Account {#588 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#589 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#590 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#591 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#592 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#593 …} -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 {#594 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#595 …} -documents: Doctrine\Common\Collections\ArrayCollection {#596 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#597 …} -googleId: null } |
| data_class | "App\Entity\Account" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#696 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() {#694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#695 …} $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 {#588 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#589 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#590 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#591 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#592 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#593 …} -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 {#594 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#595 …} -documents: Doctrine\Common\Collections\ArrayCollection {#596 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#597 …} -googleId: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#690 -errors: [] -form: Symfony\Component\Form\Form {#789 …} } |
| form | Symfony\Component\Form\FormView {#693 …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 {#588 -id: null -nom: null -prenom: null -adresse: null -codePostal: null -ville: null -pays: null -type: null -moniteurCreneaux: Doctrine\Common\Collections\ArrayCollection {#589 …} -eleveCreneaux: Doctrine\Common\Collections\ArrayCollection {#590 …} -email: null -username: null -password: null -phone: null -paiements: Doctrine\Common\Collections\ArrayCollection {#591 …} -resetToken: null -histories: Doctrine\Common\Collections\ArrayCollection {#592 …} -isActive: null -darkMode: null -solde: null -isTechnical: null -subscriptions: Doctrine\Common\Collections\ArrayCollection {#593 …} -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 {#594 …} -lessonsState: [] -cart: [] -forfaits: Doctrine\Common\Collections\ArrayCollection {#595 …} -documents: Doctrine\Common\Collections\ArrayCollection {#596 …} -lessonEnabled: null -agendaEnabled: null -actualForfait: null -tests: Doctrine\Common\Collections\ArrayCollection {#597 …} -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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#669 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() {#667 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#668 …} $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 {#866 -errors: [] -form: Symfony\Component\Form\Form {#851 …} } |
| form | Symfony\Component\Form\FormView {#868 …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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#674 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() {#676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#675 …} $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 {#864 -errors: [] -form: Symfony\Component\Form\Form {#848 …} } |
| form | Symfony\Component\Form\FormView {#803 …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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#684 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() {#689 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#683 …} $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 {#801 -errors: [] -form: Symfony\Component\Form\Form {#845 …} } |
| form | Symfony\Component\Form\FormView {#796 …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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#710 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() {#712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#711 …} $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 {#787 -errors: [] -form: Symfony\Component\Form\Form {#854 …} } |
| form | Symfony\Component\Form\FormView {#770 …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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#719 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() {#721 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#720 …} $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 {#756 -errors: [] -form: Symfony\Component\Form\Form {#857 …} } |
| form | Symfony\Component\Form\FormView {#742 …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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#728 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() {#730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#729 …} $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 {#731 -errors: [] -form: Symfony\Component\Form\Form {#820 …} } |
| form | Symfony\Component\Form\FormView {#722 …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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#739 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() {#741 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#740 …} $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 {#713 -errors: [] -form: Symfony\Component\Form\Form {#817 …} } |
| form | Symfony\Component\Form\FormView {#677 …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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#753 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() {#755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#754 …} $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 {#666 -errors: [] -form: Symfony\Component\Form\Form {#814 …} } |
| form | Symfony\Component\Form\FormView {#795 …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 {#765 +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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#781 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() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#783 …} $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 {#802 -errors: [] -form: Symfony\Component\Form\Form {#811 …} } |
| form | Symfony\Component\Form\FormView {#870 …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 {#872 …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 | "947dcd75ae42a6a879b588.lYAWKOEFUSbsKgP5JCRs88_eEjkTbhNFt07pJ9SbIBI.p_R1a5czJRCKQ3OWVRYcvKiUJWFcJXgC032hRZbMQlSjyFxpkloOEJVlVg" |
| 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 | "947dcd75ae42a6a879b588.lYAWKOEFUSbsKgP5JCRs88_eEjkTbhNFt07pJ9SbIBI.p_R1a5czJRCKQ3OWVRYcvKiUJWFcJXgC032hRZbMQlSjyFxpkloOEJVlVg" |
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 {#550 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#554 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#555 …} -namespace: Closure() {#557 …} } |
| data | "947dcd75ae42a6a879b588.lYAWKOEFUSbsKgP5JCRs88_eEjkTbhNFt07pJ9SbIBI.p_R1a5czJRCKQ3OWVRYcvKiUJWFcJXgC032hRZbMQlSjyFxpkloOEJVlVg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#875 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() {#873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#354 …} $message: Closure() {#874 …} $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 | "947dcd75ae42a6a879b588.lYAWKOEFUSbsKgP5JCRs88_eEjkTbhNFt07pJ9SbIBI.p_R1a5czJRCKQ3OWVRYcvKiUJWFcJXgC032hRZbMQlSjyFxpkloOEJVlVg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#884 -errors: [] -form: Symfony\Component\Form\Form {#880 …} } |
| form | Symfony\Component\Form\FormView {#871 …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 | "947dcd75ae42a6a879b588.lYAWKOEFUSbsKgP5JCRs88_eEjkTbhNFt07pJ9SbIBI.p_R1a5czJRCKQ3OWVRYcvKiUJWFcJXgC032hRZbMQlSjyFxpkloOEJVlVg" |