Forms
-
form
-
nom
-
dateEvent
-
lieu
-
description
-
nomUser
-
emailUser
-
telUser
-
adresseUser
-
montant
-
budget
-
utilisation
-
cgu
-
save
-
_token
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Financement {#777 -id: null -nom: null -dateEvent: null -lieu: null -description: null -nomUser: null -emailUser: null -telUser: null -adresseUser: null -montant: null -budget: null -utilisation: null -cgu: null -dateCrea: null -statut: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| csrf_field_name | "_token" |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | "form_financement" |
same as passed value |
| data | App\Entity\Financement {#777 -id: null -nom: null -dateEvent: null -lieu: null -description: null -nomUser: null -emailUser: null -telUser: null -adresseUser: null -montant: null -budget: null -utilisation: null -cgu: null -dateCrea: null -statut: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "form_financement" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data | App\Entity\Financement {#777 -id: null -nom: null -dateEvent: null -lieu: null -description: null -nomUser: null -emailUser: null -telUser: null -adresseUser: null -montant: null -budget: null -utilisation: null -cgu: null -dateCrea: null -statut: null } |
| data_class | "App\Entity\Financement" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#882 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Financement" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#881 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | App\Entity\Financement {#777 -id: null -nom: null -dateEvent: null -lieu: null -description: null -nomUser: null -emailUser: null -telUser: null -adresseUser: null -montant: null -budget: null -utilisation: null -cgu: null -dateCrea: null -statut: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#942 -errors: [] -form: Symfony\Component\Form\Form {#1019 …} } |
| form | Symfony\Component\Form\FormView {#879 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | App\Entity\Financement {#777 -id: null -nom: null -dateEvent: null -lieu: null -description: null -nomUser: null -emailUser: null -telUser: null -adresseUser: null -montant: null -budget: null -utilisation: null -cgu: null -dateCrea: null -statut: null } |
nom
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 |
|---|---|---|
| choices | [ "Voyage scolaire" => "Voyage scolaire" "Festival" => "Festival" "Concours" => "Concours" "Projet pédagogique" => "Projet pédagogique" "Autre" => "Autre" ] |
[ "Voyage scolaire" => "Voyage scolaire" "Festival" => "Festival" "Concours" => "Concours" "Projet pédagogique" => "Projet pédagogique" "Autre" => "Autre" ] |
| expanded | false |
false
|
| label | "Type de l'événement *" |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Voyage scolaire" => "Voyage scolaire" "Festival" => "Festival" "Concours" => "Concours" "Projet pédagogique" => "Projet pédagogique" "Autre" => "Autre" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Type de l'événement *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#852 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#854 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_nom" ] |
| cache_key | "_form_nom_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1068 +data: "Voyage scolaire" +value: "Voyage scolaire" +label: "Voyage scolaire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#991 +data: "Festival" +value: "Festival" +label: "Festival" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#997 +data: "Concours" +value: "Concours" +label: "Concours" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1017 +data: "Projet pédagogique" +value: "Projet pédagogique" +label: "Projet pédagogique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#851 +data: "Autre" +value: "Autre" +label: "Autre" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1018 -errors: [] -form: Symfony\Component\Form\Form {#1081 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1117 …5} |
| full_name | "form[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_nom" |
| is_selected | Closure($choice, $value) {#973 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Type de l'événement *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "nom" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_nom" |
| valid | true |
| value | "" |
dateEvent
"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" "placeholder" => "Période de l'événement" ] |
[ "class" => "form-control" "placeholder" => "Période de l'événement" ] |
| help | " " |
same as passed value |
| label | "Période de l'événement *" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Période de l'événement" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#876 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Période de l'événement *" |
| 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() {#873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#875 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Période de l'événement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_dateEvent" ] |
| cache_key | "_form_dateEvent_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1067 -errors: [] -form: Symfony\Component\Form\Form {#1078 …} } |
| form | Symfony\Component\Form\FormView {#982 …5} |
| full_name | "form[dateEvent]" |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_dateEvent" |
| label | "Période de l'événement *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateEvent" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_dateEvent" |
| valid | true |
| value | "" |
lieu
"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" "placeholder" => "Lieu de l'événement" ] |
[ "class" => "form-control" "placeholder" => "Lieu de l'événement" ] |
| help | " " |
same as passed value |
| label | "Lieu de l'événement *" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Lieu de l'événement" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#897 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | " " |
| 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 | "Lieu de l'événement *" |
| 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() {#899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#898 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Lieu de l'événement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_lieu" ] |
| cache_key | "_form_lieu_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#964 -errors: [] -form: Symfony\Component\Form\Form {#1075 …} } |
| form | Symfony\Component\Form\FormView {#955 …5} |
| full_name | "form[lieu]" |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_lieu" |
| label | "Lieu de l'événement *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lieu" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_lieu" |
| valid | true |
| value | "" |
description
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Description de l'événement" "style" => "height:100px;" ] |
[ "class" => "form-control" "placeholder" => "Description de l'événement" "style" => "height:100px;" ] |
| label | "Description de l'événement" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Description de l'événement" "style" => "height:100px;" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#907 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 | "Description de l'événement" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#906 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Description de l'événement" "style" => "height:100px;" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_description" ] |
| cache_key | "_form_description_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#900 -errors: [] -form: Symfony\Component\Form\Form {#1084 …} } |
| form | Symfony\Component\Form\FormView {#869 …5} |
| full_name | "form[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_description" |
| label | "Description de l'événement" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_description" |
| valid | true |
| value | "" |
nomUser
"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" "placeholder" => "Nom de l'organisateur" ] |
[ "class" => "form-control" "placeholder" => "Nom de l'organisateur" ] |
| help | " " |
same as passed value |
| label | "Nom de l'organisateur *" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Nom de l'organisateur" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#919 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nom de l'organisateur *" |
| 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() {#921 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#920 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Nom de l'organisateur" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_nomUser" ] |
| cache_key | "_form_nomUser_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#913 -errors: [] -form: Symfony\Component\Form\Form {#1087 …} } |
| form | Symfony\Component\Form\FormView {#924 …5} |
| full_name | "form[nomUser]" |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_nomUser" |
| label | "Nom de l'organisateur *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nomUser" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_nomUser" |
| valid | true |
| value | "" |
emailUser
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Email de l'organisateur" ] |
[ "class" => "form-control" "placeholder" => "Email de l'organisateur" ] |
| help | " " |
same as passed value |
| label | "Email de l'organisateur *" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Email de l'organisateur" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#936 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email de l'organisateur *" |
| 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() {#941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#935 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Email de l'organisateur" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_emailUser" ] |
| cache_key | "_form_emailUser_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1120 -errors: [] -form: Symfony\Component\Form\Form {#1050 …} } |
| form | Symfony\Component\Form\FormView {#1121 …5} |
| full_name | "form[emailUser]" |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_emailUser" |
| label | "Email de l'organisateur *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailUser" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_emailUser" |
| valid | true |
| value | "" |
telUser
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Numéro de téléphone de l'organisateur" ] |
[ "class" => "form-control" "placeholder" => "Numéro de téléphone de l'organisateur" ] |
| help | " " |
same as passed value |
| label | "Numéro de téléphone de l'organisateur" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Numéro de téléphone de l'organisateur" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#949 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Numéro de téléphone de l'organisateur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#954 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#948 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Numéro de téléphone de l'organisateur" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_form_telUser" ] |
| cache_key | "_form_telUser_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1122 -errors: [] -form: Symfony\Component\Form\Form {#1047 …} } |
| form | Symfony\Component\Form\FormView {#1123 …5} |
| full_name | "form[telUser]" |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_telUser" |
| label | "Numéro de téléphone de l'organisateur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telUser" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_telUser" |
| valid | true |
| value | "" |
adresseUser
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Adresse de l'organisateur" "style" => "height:100px;" ] |
[ "class" => "form-control" "placeholder" => "Adresse de l'organisateur" "style" => "height:100px;" ] |
| label | "Adresse de l'organisateur" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Adresse de l'organisateur" "style" => "height:100px;" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#961 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 de l'organisateur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#962 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Adresse de l'organisateur" "style" => "height:100px;" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_adresseUser" ] |
| cache_key | "_form_adresseUser_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1124 -errors: [] -form: Symfony\Component\Form\Form {#1044 …} } |
| form | Symfony\Component\Form\FormView {#1125 …5} |
| full_name | "form[adresseUser]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_adresseUser" |
| label | "Adresse de l'organisateur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "adresseUser" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_adresseUser" |
| valid | true |
| value | "" |
montant
"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" "placeholder" => "Montant demandé" ] |
[ "class" => "form-control" "placeholder" => "Montant demandé" ] |
| help | " " |
same as passed value |
| label | "Montant demandé" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Montant demandé" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#970 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Montant demandé" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#972 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#971 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Montant demandé" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_montant" ] |
| cache_key | "_form_montant_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1126 -errors: [] -form: Symfony\Component\Form\Form {#1041 …} } |
| form | Symfony\Component\Form\FormView {#1127 …5} |
| full_name | "form[montant]" |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_montant" |
| label | "Montant demandé" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "montant" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_montant" |
| valid | true |
| value | "" |
budget
"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" "placeholder" => "Budget total de l'événement" ] |
[ "class" => "form-control" "placeholder" => "Budget total de l'événement" ] |
| help | " " |
same as passed value |
| label | "Budget total de l'événement" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Budget total de l'événement" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#979 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Budget total de l'événement" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#981 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#980 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Budget total de l'événement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_budget" ] |
| cache_key | "_form_budget_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1128 -errors: [] -form: Symfony\Component\Form\Form {#1038 …} } |
| form | Symfony\Component\Form\FormView {#1129 …5} |
| full_name | "form[budget]" |
| help | " " |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_budget" |
| label | "Budget total de l'événement" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "budget" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_budget" |
| valid | true |
| value | "" |
utilisation
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Description de l'utilisation des fonds" "style" => "height:100px;" ] |
[ "class" => "form-control" "placeholder" => "Description de l'utilisation des fonds" "style" => "height:100px;" ] |
| help | "si c'est un voyage, j'ai besoin de deux informations : nombre d'élèves et coût du voyage par élève" |
same as passed value |
| label | "Description de l'utilisation des fonds" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Description de l'utilisation des fonds" "style" => "height:100px;" ] |
| 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#988 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 | "si c'est un voyage, j'ai besoin de deux informations : nombre d'élèves et coût du voyage par élève" |
| 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 | "Description de l'utilisation des fonds" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#990 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#989 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Description de l'utilisation des fonds" "style" => "height:100px;" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_utilisation" ] |
| cache_key | "_form_utilisation_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1130 -errors: [] -form: Symfony\Component\Form\Form {#1035 …} } |
| form | Symfony\Component\Form\FormView {#1131 …5} |
| full_name | "form[utilisation]" |
| help | "si c'est un voyage, j'ai besoin de deux informations : nombre d'élèves et coût du voyage par élève" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_utilisation" |
| label | "Description de l'utilisation des fonds" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "utilisation" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_utilisation" |
| valid | true |
| value | "" |
cgu
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "J'accepte les termes et conditions *" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#999 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#998 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "J'accepte les termes et conditions *" |
| 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() {#1003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1005 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_cgu" ] |
| cache_key | "_form_cgu_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1132 -errors: [] -form: Symfony\Component\Form\Form {#1032 …} } |
| form | Symfony\Component\Form\FormView {#1133 …5} |
| full_name | "form[cgu]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_cgu" |
| label | "J'accepte les termes et conditions *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cgu" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_cgu" |
| valid | true |
| value | "1" |
save
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-block btn-primary font-weight-medium auth-form-btn" ] |
[ "class" => "btn btn-block btn-primary font-weight-medium auth-form-btn" ] |
| label | "Soumettre" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-block btn-primary font-weight-medium auth-form-btn" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Soumettre" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-block btn-primary font-weight-medium auth-form-btn" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_save" ] |
| cache_key | "_form_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1135 …5} |
| full_name | "form[save]" |
| id | "form_save" |
| label | "Soumettre" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_save" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "197f55c8a9f970c18f97f.tI3V1UEtCl07BT3-Zn7jlco0dCzQmK18Po_eeZkp6Q4.-_Se4mxcbRZCUmydI0mo3q8MRmqYzuMMRruEE-9Qh2DX-O2CcEJLMUFhaA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "197f55c8a9f970c18f97f.tI3V1UEtCl07BT3-Zn7jlco0dCzQmK18Po_eeZkp6Q4.-_Se4mxcbRZCUmydI0mo3q8MRmqYzuMMRruEE-9Qh2DX-O2CcEJLMUFhaA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#591 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#592 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#593 …} -namespace: Closure() {#595 …} } |
| data | "197f55c8a9f970c18f97f.tI3V1UEtCl07BT3-Zn7jlco0dCzQmK18Po_eeZkp6Q4.-_Se4mxcbRZCUmydI0mo3q8MRmqYzuMMRruEE-9Qh2DX-O2CcEJLMUFhaA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1134 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() {#1140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#220 …} $message: Closure() {#1023 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "197f55c8a9f970c18f97f.tI3V1UEtCl07BT3-Zn7jlco0dCzQmK18Po_eeZkp6Q4.-_Se4mxcbRZCUmydI0mo3q8MRmqYzuMMRruEE-9Qh2DX-O2CcEJLMUFhaA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1150 -errors: [] -form: Symfony\Component\Form\Form {#1146 …} } |
| form | Symfony\Component\Form\FormView {#1141 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "197f55c8a9f970c18f97f.tI3V1UEtCl07BT3-Zn7jlco0dCzQmK18Po_eeZkp6Q4.-_Se4mxcbRZCUmydI0mo3q8MRmqYzuMMRruEE-9Qh2DX-O2CcEJLMUFhaA" |